CVE Catalog

CVE-2026-92700

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.41%

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

Summary

Caddy is an extensible server platform that uses TLS by default. In version 2.11.3 and earlier, in modules/caddyhttp/fileserver/staticfiles.go, fileHidden() uses case-sensitive filepath.Match checks, so case variants can bypass hide rules on case-insensitive filesystems or when mixed-case paths coexist and expose files intended to be hidden.

Risk Assessment

An attacker can access files that should be hidden, potentially leading to leakage of sensitive information. This affects the confidentiality of data served by Caddy.

Recommendation

Update Caddy to a version later than 2.11.3 that contains the fix for this vulnerability. If updating is not possible, consider changing the configuration to enforce exact case matching or restrict access to sensitive files.

Other vulnerabilities in Caddy

See all
Original NVD description (English source)

Caddy is an extensible server platform that uses TLS by default. In version 2.11.3 and earlier, in modules/caddyhttp/fileserver/staticfiles.go, fileHidden() uses case-sensitive filepath.Match checks, so case variants can bypass hide rules on case-insensitive filesystems or when mixed-case paths coexist and expose files intended to be hidden.

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