CVE 8.8 HIGH

Dokploy: Command Injection via incomplete shell escaping in docker logout (registry deletion)_CVE-2026-45662

8.8 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.29.0 and earlier, the deleteRegistry function in Dokploy (packages/server/src/services/registry.ts) executes docker logout ${response.registryUrl} without shell escaping. In the same file, the docker login command correctly uses shEscape() to prevent command injection. This inconsistency creates a command injection vulnerability when deleting a registry with a crafted registryUrl.

Basic Information

ID CVE-2026-45662
Source GitHub_M
Published May 29, 2026 at 16:04

Affected Product

Vendor Dokploy
Product dokploy
Version <= 0.29.0
Affected Versions Dokploy dokploy <= 0.29.0

CWE Classification

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.