CVE-2026-72875
Received Received - Intake

Command Injection in Dokploy

Vulnerability report for CVE-2026-72875, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: GitHub, Inc.

Description

Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, settings.readTraefikFile in apps/dokploy/server/api/routers/settings.ts passes a path accepted by apiReadTraefikConfig to readConfigInPath in packages/server/src/utils/traefik/application.ts, where configPath is interpolated into execAsyncRemote as cat ${configPath}, allowing a user with traefikFiles.read permission to execute arbitrary commands on a managed server through shell metacharacters. This issue is fixed in version 0.29.13.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-11
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dokploy dokploy to 0.29.13 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Dokploy before version 0.29.13 allows a user with traefikFiles.read permission to execute arbitrary commands on a managed server. The issue occurs because the application interpolates a user-controlled path into a shell command without proper sanitization, enabling command injection through shell metacharacters.

Detection Guidance

Check Dokploy version with 'dokploy --version' or inspect server logs for unauthorized command execution attempts. Look for users with traefikFiles.read permission accessing settings.readTraefikFile.

Impact Analysis

An attacker with the traefikFiles.read permission could execute arbitrary commands on the server, potentially leading to unauthorized access, data theft, or system compromise. This could allow them to take control of the server or access sensitive information.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR and HIPAA requirements for data protection and access controls. Organizations using affected versions may face compliance violations and potential legal consequences.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later immediately. Remove traefikFiles.read permissions from untrusted users and audit server logs for signs of exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72875. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart