CVE-2026-45692
From 2.4.0 until 2.11.3, the authorization layer and the /config traversal layer do not agree on what object the path refers to.
Does this matter?
Lower severity and a low EPSS score (0.17%). Track it; it rarely justifies an emergency change on its own.
Description
Caddy is an extensible server platform that uses TLS by default. From 2.4.0 until 2.11.3, the authorization layer and the /config traversal layer do not agree on what object the path refers to. In this case, a path authorized for one config object is accepted, but then resolves to a different config object during traversal. This happens because the authorization layer uses string prefix matching and the /config traversal layer parses array indices numerically using strconv.Atoi(). This vulnerability is fixed in 2.11.3.
- CVSS 3.1
- 3.8 LOWCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N
- EPSS
- 0.17% probability · 6th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-187, CWE-863
- Affected
- caddyserver/caddy
- Source
- security-advisories@github.com
References
- https://github.com/caddyserver/caddy/security/advisories/GHSA-x5w9-xh9r-mvfcExploit, Vendor Advisory
- https://github.com/caddyserver/caddy/security/advisories/GHSA-x5w9-xh9r-mvfcExploit, Vendor Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.