216.73.216.233

CVE-2026-27130

· Published 18/05/2026 21:16 · Modified 19/05/2026 17:16

Labels: CVE-2026-27130 2026-05-18CVE-2026-27130CWE-78[email protected]

Essential information

Published
18/05/2026 21:16
Modified
19/05/2026 17:16
Author
Creator
CVSS
9.9 CRITICAL (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

CVSS metrics

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.

NVD status

Status
Deferred — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
dokploy / dokploy cpe:2.3:a:dokploy:dokploy:<0.26.7:*:*:*:*:*:*:*
dokploy / dokploy cpe:2.3:a:dokploy:dokploy:0.26.7:*:*:*:*:*:*:*

References