CVE-2026-72879
Received Received - Intake

Command Injection in Dokploy Prior to 0.29.8

Vulnerability report for CVE-2026-72879, 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.8, the getRegistryCommands() function in packages/server/src/utils/cluster/upload.ts interpolates registry.password and registry.registryUrl directly into a shell command without escaping. An authenticated user with project access can configure malicious registry credentials and trigger a swarm deployment to execute arbitrary OS commands on the Dokploy server, read or modify host files, and access other containers through Docker. This issue is fixed in version 0.29.8.

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 0.29.8

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). The vulnerability exists in versions prior to 0.29.8 where the getRegistryCommands() function in the server code interpolates registry credentials directly into a shell command without proper escaping. This allows an authenticated user with project access to inject malicious commands via registry settings, leading to arbitrary OS command execution on the Dokploy server.

Detection Guidance

Check Dokploy version with 'dokploy --version' or inspect the server's package files for versions below 0.29.8. Review project configurations for suspicious registry credentials or deployment settings that may indicate exploitation attempts.

Impact Analysis

An attacker with project access could execute arbitrary OS commands on the Dokploy server, potentially reading or modifying host files, accessing other containers through Docker, and gaining control over the host system. This could lead to data breaches, unauthorized access, or complete system compromise.

Compliance Impact

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

Mitigation Strategies

Upgrade Dokploy to version 0.29.8 or later immediately. Revoke access for any untrusted users with project permissions. Audit registry configurations and deployment logs for signs of unauthorized command execution.

Chat Assistant

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

EPSS Chart