Skip to content
Threat Feed
critical advisory

Path Traversal Vulnerability in Dokploy

Dokploy versions up to 0.29.7 are vulnerable to remote path traversal via the writeTraefikConfigInPath function, allowing attackers to access arbitrary files on the system.

CVE search metadata

CVE search record: CVE-2026-82954. Severity: critical. CVSS: 9.9. KEV: no. Product: Dokploy (<= 0.29.7). Brief: Path Traversal Vulnerability in Dokploy. Brief link: https://feed.craftedsignal.io/briefs/2026-09-dokploy-path-traversal/

Dokploy versions 0.29.7 and earlier contain a critical path traversal vulnerability (CVE-2026-82954) located within the writeTraefikConfigInPath function in packages/server/src/utils/traefik/application.ts. The flaw allows remote, unauthenticated attackers to manipulate the 'path' argument, leading to arbitrary file system access. This vulnerability permits the reading or overwriting of sensitive configuration files, which can be leveraged to gain unauthorized system control. The vulnerability is publicly disclosed, and given the nature of the software as a deployment management tool, successful exploitation carries a high risk of systemic compromise. The vendor has not provided a response or a patch as of the time of disclosure.

Impact

The vulnerability carries a CVSS v3.1 base score of 9.9, reflecting its critical potential for unauthorized file access and system-level impact. Attackers targeting this vulnerability can extract sensitive environment variables, credentials, or Traefik configuration files, potentially escalating access to any containerized workloads managed by the Dokploy instance.

Recommendation

  • Monitor web application logs for suspicious path traversal patterns (e.g., directory indexing characters like "../") directed at Dokploy management endpoints.
  • Apply network segmentation to ensure Dokploy management interfaces are not exposed to the public internet until a security patch is released by the vendor.
  • Conduct an audit of the file system integrity in the Dokploy server environment to identify signs of unauthorized file modification or exfiltration.

Immediate actions

Restrict network access to the Dokploy management interface

IT Operations 24h

Mitigations

Isolate affected Dokploy instances from untrusted network segments

immediate IT Operations

CVE-2026-82954

Gaps

  • Lack of vendor patch necessitates reliance on compensating network controls