CVE-2026-45628
Dokploy: Command Injection via Unescaped Branch Fields in Deployment Pipeline
Description
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.
INFO
Published Date :
May 29, 2026, 4:33 p.m.
Last Modified :
May 29, 2026, 4:33 p.m.
Remotely Exploit :
No
Source :
GitHub_M
Affected Products
The following products are affected by CVE-2026-45628
vulnerability.
Even if cvefeed.io is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
Solution
- Sanitize all user-supplied inputs interpolated into commands.
- Avoid using child_process.exec with unsanitized user input.
- Validate branch names and repository URLs.
- Review and update Docker credential handling.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-45628 vulnerability anywhere in the article.