CVE-2026-72885
Received Received - Intake

Command Injection in Dokploy Self-Hosted PaaS

Vulnerability report for CVE-2026-72885, 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, dockerContextPath accepted by apps/dokploy/components/dashboard/application/build/show.tsx flows through getDockerContextPath in packages/server/src/utils/filesystem/directory.ts into the unquoted cd command in packages/server/src/utils/builders/docker-file.ts before execution by execAsync, allowing an authenticated application editor to execute arbitrary commands on the Dokploy host. 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-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dokploy dokploy 0.29.13

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 versions before 0.29.13 allows an authenticated application editor to execute arbitrary commands on the Dokploy host. The issue occurs because user input flows through multiple functions and ends up in an unquoted command execution without proper sanitization.

Detection Guidance

Check Dokploy version with 'dokploy --version'. If version is below 0.29.13, the system is vulnerable. Inspect logs for unauthorized command execution attempts in docker build processes.

Impact Analysis

An attacker with application editor privileges could run malicious commands on the host system, potentially leading to unauthorized access, data theft, system compromise, or disruption of services.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, which may violate GDPR's data protection requirements or HIPAA's security rules for protected health information. Compliance could be compromised if sensitive data is exposed.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later immediately. Restrict application editor roles to prevent unauthorized access. Monitor system logs for suspicious activity.

Chat Assistant

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

EPSS Chart