CVE-2026-72862
Received Received - Intake

Remote Code Execution in Dokploy Database Service Deployment

Vulnerability report for CVE-2026-72862, 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, the mariadb.ts, mongo.ts, mysql.ts, postgres.ts, redis.ts, and libsql.ts Dokploy database service deployment functions pass user-controlled dockerImage fields unquoted into docker pull ${dockerImage} shell commands on the remote-server code path. This vulnerability is fixed in 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 before version 0.29.13 has a vulnerability where database service deployment functions pass user-controlled dockerImage fields unquoted into shell commands. This allows command injection via the docker pull command on the remote server.

Detection Guidance

Check Dokploy version with: docker inspect dokploy_dokploy | grep Version. If version is below 0.29.13, the system is vulnerable. Review database service deployment files for unquoted dockerImage fields in mariadb.ts, mongo.ts, mysql.ts, postgres.ts, redis.ts, or libsql.ts.

Impact Analysis

An attacker could execute arbitrary commands on the server hosting Dokploy with the privileges of the Dokploy process. This could lead to full system compromise, data theft, or service disruption.

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 penalties.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later immediately. If upgrading is not possible, restrict access to Dokploy management interface and database deployment functions until patched.

Chat Assistant

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

EPSS Chart