Beveiligingsadvies

CVE-2026-45662

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-05-29 16:04:51
Laatst bijgewerkt 2026-06-02 01:40:10
Toegewezen door GitHub_M
CVSS-score 8.8
Status PUBLISHED

Beschrijving

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.