---
id: CVE-2026-45628
title: 'Dokploy is a free, self-hostable Platform as a Service (PaaS)'
summary: >-
  Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.29.2 and
  earlier, Dokploy constructs shell commands using JavaScript template literals
  and executes them via child_process.exec() (which runs through /bin/sh -c).
  User-s…
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-20
  - CWE-77
published: '2026-05-29'
updated: '2026-07-22'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-45628'
references:
  - url: 'https://github.com/Dokploy/dokploy/security/advisories/GHSA-3frc-cfh9-ch2c'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00392
epssPercentile: 0.30579
ingestedAt: '2026-07-22T20:06:04.950Z'
---

## Overview

Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.29.2 and earlier, Dokploy constructs shell commands using JavaScript template literals and executes them via child_process.exec() (which runs through /bin/sh -c). User-supplied branch names, repository URLs, and Docker credentials are interpolated directly into these commands without escaping. This requires an authenticated user with application create/edit privileges.

## Remediation

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