CVE-2026-82954
9.9Dokploy · Dokploy
Dokploy versions up to 0.29.7 contain a path traversal vulnerability in the writeTraefikConfigInPath function, allowing authenticated attackers to manipulate file paths remotely.
Executive summary
A critical path traversal vulnerability in Dokploy allows authenticated attackers to execute arbitrary file operations, posing a severe risk to system integrity and confidentiality.
Vulnerability
This vulnerability is a path traversal flaw (CWE-22) located in the writeTraefikConfigInPath function within the Settings component. An attacker with low-level privileges can manipulate the path argument to access or overwrite sensitive files outside the intended directory.
Business impact
The ability to perform path traversal represents a critical security failure, as it can lead to unauthorized access to configuration files, credential theft, or full remote code execution. Given the CVSS score of 9.9, the impact on system integrity, confidentiality, and availability is catastrophic. Organizations utilizing Dokploy face significant risks of data breaches and complete server compromise if this vulnerability is leveraged.
Remediation
Immediate Action: Since no specific patch version is documented, users should restrict administrative access to the Dokploy interface and monitor for suspicious file system activity until the vendor provides a security update.
Proactive Monitoring: Security teams should monitor server access logs for unusual path strings or attempts to access restricted directories, particularly those involving the Traefik configuration files.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block path traversal patterns, such as sequences containing directory traversal characters.
Exploitation status
Public Exploit Available: Yes — a public exploit has been identified and is documented in the referenced vulnerability database.
Analyst recommendation
The severity of this vulnerability, combined with the availability of public exploit information, necessitates immediate defensive action. Administrators should audit their Dokploy instances and apply the latest available updates as soon as they are released by the vendor. Prioritize isolating affected systems from external networks until a verified fix is implemented to prevent unauthorized access.
More Dokploy CVEs
Sources
Originally found and disclosed by Gabriel Alves (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-397303 | Dokploy Settings application.ts writeTraefikConfigInPath path traversal Vulnerability database entry
- VDB-397303 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-82954 | CVE Analysis and Report Third-party advisory
- Submit #879844 | Dokploy 0.29.7 Path Traversal Third-party advisory