CVE Catalog

CVE-2026-58455

CriticalCVSS 9.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.19%

64th percentile - higher than 64% of all known CVEs

Summary

Dockwatch through version 0.6.567 contains an unauthenticated OS command injection vulnerability. A missing exit() after an authentication redirect in loader.php combined with unsanitized input passed to shell_exec() in ajax/compose.php allows remote attackers to execute arbitrary shell commands.

Risk Assessment

Attackers can achieve full host compromise by exploiting the standard Docker socket mount. This leads to complete system takeover and potential access to all containers and data.

Recommendation

Immediately update Dockwatch to the latest patched version. As a workaround, restrict access to the application and deploy WAF rules to block suspicious POST parameters.

Original NVD description (English source)

Dockwatch through 0.6.567 contains an unauthenticated OS command injection vulnerability that allows remote attackers to execute arbitrary shell commands by exploiting a missing exit() after an authentication redirect in loader.php combined with unsanitized input passed to shell_exec() in ajax/compose.php. Attackers can seed the required session flag through the incomplete auth check, then inject arbitrary commands via the composePath POST parameter in the composePull action to achieve full host compromise, facilitated by the standard deployment mounting of the Docker socket.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS