CVE Catalog

CVE-2026-58467

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.41%

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

Summary

Cockpit CMS up to version 2.14.0 contains a path traversal and local file inclusion (LFI) vulnerability. Unauthenticated attackers can read arbitrary files or execute PHP code by injecting unvalidated PATH_INFO from REQUEST_URI into filesystem path construction without containment checks.

Risk Assessment

Attackers can access sensitive configuration files or execute malicious PHP code, leading to full server compromise. The risk is especially high in environments using the PHP built-in server or non-default Nginx configurations.

Recommendation

Immediately update Cockpit CMS to the latest patched version. As a temporary workaround, disable the PHP built-in server and apply standard Nginx configuration with rules blocking '..' sequences in URLs.

Other vulnerabilities in Cockpit CMS

See all
Original NVD description (English source)

Cockpit CMS through 2.14.0 contains a path traversal and local file inclusion vulnerability that allows unauthenticated attackers to read arbitrary files or execute PHP files by including unvalidated PATH_INFO derived from REQUEST_URI in filesystem path construction without containment checks. Attackers can inject dot-dot sequences into the URL to traverse outside the designated spaces directory, and when the resolved path ends with a .php extension, the application passes it to include(), enabling local file inclusion on deployments using the PHP built-in server or certain non-default Nginx configurations.

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