Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, application.saveBitbucketProvider stores bitbucketOwner and bitbucketRepository without validation and cloneBitbucketRepository in packages/server/src/utils/providers/bitbucket.ts interpolates those values into git clone commands executed through execAsync or execAsyncRemote, allowing a member with service deployment permission to execute arbitrary operating system commands on the Dokploy host or target server. This issue is fixed in version 0.29.13.
Published: 2026-08-10
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An operator can trigger arbitrary operating system commands on the Dokploy host or a target server by supplying a Bitbucket owner or repository name that is not validated. The command string is concatenated directly into a git clone call, enabling classic OS command injection. The flaw permits an attacker with service deployment rights to hijack the deployment process and run malicious code, compromising confidentiality, integrity, and availability of the compromised infrastructure.

Affected Systems

Dokploy PaaS, version 0.29.12 and earlier. The vulnerability requires installation of Dokploy before the 0.29.13 release; any self‑hosted instance running a pre‑0.29.13 version is susceptible.

Risk and Exploitability

The CVSS score of 9.9 indicates critical severity. The Exploit Prediction System score is not available, but the lack of a registered KEV listing does not diminish the immediacy of the risk. The likely attack vector is a member possessing deployment permissions who can submit vulnerable Bitbucket details. Successful exploitation would allow them to execute any command on the host or target server, a high‑probability threat to systems managed by Dokploy.

Generated by OpenCVE AI on August 10, 2026 at 21:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dokploy to version 0.29.13 or newer to apply the command‑injection fix.
  • If an upgrade is not immediately possible, temporarily disable or restrict the Bitbucket integration for deployment‑privileged users, limiting who can provide Bitbucket owner or repository values.
  • Implement server‑side input validation that rejects or sanitizes owner and repository strings containing shell metacharacters before the git clone command is executed.

Generated by OpenCVE AI on August 10, 2026 at 21:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 03:15:00 +0000

Type Values Removed Values Added
First Time appeared Dokploy
Dokploy dokploy
Vendors & Products Dokploy
Dokploy dokploy

Mon, 10 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, application.saveBitbucketProvider stores bitbucketOwner and bitbucketRepository without validation and cloneBitbucketRepository in packages/server/src/utils/providers/bitbucket.ts interpolates those values into git clone commands executed through execAsync or execAsyncRemote, allowing a member with service deployment permission to execute arbitrary operating system commands on the Dokploy host or target server. This issue is fixed in version 0.29.13.
Title Dokploy: OS Command Injection via Bitbucket `owner`/`repository` in `git clone`
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-10T18:50:23.757Z

Reserved: 2026-08-10T15:28:27.617Z

Link: CVE-2026-72872

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T03:00:04Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')