CVE-2026-27587
CWE-178Published: February 24, 2026· Updated: Feb 25, 2026
Official Description
Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's HTTP `path` request matcher is intended to be case-insensitive, but when the match pattern contains percent-escape sequences (`%xx`) it compares against the request's escaped path without lowercasing. An attacker can bypass path-based routing and any access controls attached to that route by changing the casing of the request path. Version 2.11.1 contains a fix for the issue.
Risk Analysis
This critical vulnerability in Caddy allows attackers to bypass path-based routing and access controls. The flaw occurs because Caddy's HTTP path matcher, intended to be case-insensitive, fails to lowercase percent-escape sequences in match patterns. A high CVSS score of 9.1 indicates severe impact, but a low EPSS score suggests a very low probability of exploitation.
A proof-of-concept exploit has been published, indicating that the vulnerability is understood and can be demonstrated. It is remotely exploitable due to the network attack vector and low attack complexity.
Administrators should upgrade Caddy to version 2.11.1 or later to fix this issue. Review all path-based routing and access control configurations to ensure they function as intended after the update.
Technical Analysis
CVE-2026-27587 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.
A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), with a CVSS base score of 9.1.
A proof-of-concept (PoC) exploit exists for CVE-2026-27587. While not yet confirmed in active campaigns, the availability of PoC code increases exploitation risk substantially.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
Official Patches & Advisories
All References (2)
Quick Facts
Related CVEs (CWE-178)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2026-27587 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts