CVE 9.9 CRITICAL

Dokploy has Command Injection in its Service Operations_CVE-2026-27130

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

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.

AI Analysis

OS command injection vulnerability in Dokploy versions 0.26.6 and below, allowing authenticated attackers to inject shell metacharacters and execute commands with server-level privileges.

Basic Information

ID CVE-2026-27130
Source GitHub_M
Published May 18, 2026 at 20:58

Affected Product

Vendor Dokploy
Product dokploy
Version < 0.26.7
Affected Versions Dokploy dokploy < 0.26.7

CWE Classification

AI Assessment

AI Score 9.9 / 10
AI Severity Critical
Vendor Dokploy
Product Dokploy
Version 0.26.6 and below

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.