Home

Description

Dokploy is a free, self-hostable Platform as a Service (PaaS). Versions 0.26.6 and below have OS command injection through the appName parameter. 3 chained issues cause this problem: inadequate input sanitization, lack of schema validation and direct shell interpolation. User-controlled application names are passed through inadequate sanitization (cleanAppName function only replaces spaces and converts to lowercase) before being interpolated directly into shell commands executed via execAsync() and execAsyncRemote(). An authenticated attacker can inject shell metacharacters (e.g., ;, $(), backticks, |, &) in the appName field during application creation, which are then executed with server-level privileges when service operations (start, stop, remove, scale) are triggered. This issue has been resolved in version 0.26.7.

PUBLISHED Reserved 2026-02-17 | Published 2026-05-18 | Updated 2026-05-19 | Assigner GitHub_M




CRITICAL: 9.9CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Problem types

CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Product status

< 0.26.7
affected

References

github.com/...okploy/security/advisories/GHSA-fcgq-jjfg-hrhj exploit

github.com/...okploy/security/advisories/GHSA-fcgq-jjfg-hrhj

github.com/...ommit/960892fd8dcf12b7a73a00edaa1b7090fca860c7

cve.org (CVE-2026-27130)

nvd.nist.gov (CVE-2026-27130)

Download JSON