---
id: CVE-2026-72878
title: 'Dokploy is a free, self-hostable Platform as a Service (PaaS)'
summary: >-
  Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to
  0.29.13, Dokploy's backup and restore pipeline constructs shell commands by
  directly interpolating user-controlled database fields into bash -c "..." and
  sh -c "..."…
severity: critical
cvss: 9.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'
cwe:
  - CWE-78
published: '2026-08-10'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:54:37.790'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72878'
references:
  - url: >-
      https://github.com/Dokploy/dokploy/commit/d02f34f9d48b363b9bf15a948e263ff4ebfcceda
    label: security-advisories@github.com
  - url: 'https://github.com/Dokploy/dokploy/pull/4873'
    label: security-advisories@github.com
  - url: 'https://github.com/Dokploy/dokploy/releases/tag/v0.29.13'
    label: security-advisories@github.com
  - url: 'https://github.com/Dokploy/dokploy/security/advisories/GHSA-p2c7-8j28-c7gq'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00478
epssPercentile: 0.38755
ingestedAt: '2026-09-08T21:11:12.274Z'
---

## Overview

Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy's backup and restore pipeline constructs shell commands by directly interpolating user-controlled database fields into bash -c "..." and sh -c "..." strings, then executes them via child_process.exec(). An authenticated admin/owner can inject arbitrary OS commands that execute on the host machine running Dokploy (not just inside a container). This vulnerability is fixed in 0.29.13.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
