CVE-2026-72874
Received Received - Intake

Remote Code Execution in Dokploy Self-Hosted PaaS

Vulnerability report for CVE-2026-72874, 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, cloneGitRepository in packages/server/src/utils/providers/git.ts interpolates customGitUrl and customGitBranch into a git clone command passed to execAsync or execAsyncRemote, allowing an authenticated user with application access to execute arbitrary operating system commands on the Dokploy host by setting a malicious custom Git URL and triggering deployment. 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 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

Dokploy is a self-hostable Platform as a Service (PaaS). A vulnerability in versions before 0.29.13 allows an authenticated user to execute arbitrary OS commands on the Dokploy host by injecting malicious input into a git clone command. This occurs because the customGitUrl and customGitBranch parameters are directly interpolated into the command without proper sanitization.

Detection Guidance

Check Dokploy version with 'dokploy --version' or inspect server logs for git clone operations with suspicious URLs or branches. Monitor for unauthorized command execution in system logs.

Impact Analysis

An attacker with application access could gain full control over the Dokploy server, allowing them to steal data, install malware, disrupt services, or pivot to other systems in the network. This could lead to complete compromise of the PaaS environment and any hosted applications.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating GDPR's data protection requirements and HIPAA's security rules. Organizations using affected versions may face compliance violations, legal penalties, and reputational damage due to potential exposure of sensitive data.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later immediately. Review and restrict user permissions in Dokploy. Audit deployment configurations for malicious Git URLs or branches.

Chat Assistant

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

EPSS Chart