GHSA-5r3v-vc8m-m96g · Severity: high · Ecosystem: go — Caddy: Unicode case-folding length expansion causes incorrect split_path index in FastCGI transport
Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because `strings.ToLower()` can change UTF-8 byte length for some characters. As a result, Caddy can derive an incorrect `SCRIPT_NAME`/`SCRIPT_FILENAME` and `PATH_INFO`, potentially causing a request that contains `.php` to execute a different on-disk file than intended (path confusion). In setups where an attacker can control file contents (e.g., upload features), this can lead to unintended PHP execution of non-.php files (potential RCE depending on deployment). Version 2.11.1 fixes the issue.
Conclusion & alert: CVE-2026-27590 is rated High Exploit Risk (67.3/100): CVSS High severity, with low exploitation likelihood (EPSS 0.24%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-03 | 0.29% | 0.24% | -0.04% |
| 2 | 2026-04-07 | 0.19% | 0.29% | +0.09% |
| 3 | 2026-03-02 | — | 0.19% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.9 | 4.0 | HIGH |
|
— | — | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-5r3v-vc8m-m96g · Severity: high · Ecosystem: go — Caddy: Unicode case-folding length expansion causes incorrect split_path index in FastCGI transport
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-27590: 1 source package rows (caddy); 22 state rows across 2 repos (3.23-community, edge-community); fixed 2, open 20. | https://security.alpinelinux.org/vuln/CVE-2026-27590 |
debian
|
not yet assigned | CVE-2026-27590 not yet assigned priority: Debian including 1 source packages (caddy), 4 status rows across 4 suites (bookworm, forky, sid, trixie): open 2, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-27590 |
ubuntu
|
medium | CVE-2026-27590 medium priority: Ubuntu including 1 source packages (caddy), 4 status rows across 4 suites (jammy, noble, questing, upstream): needs-triage 3, DNE 1. | https://ubuntu.com/security/CVE-2026-27590 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| caddyserver | caddy | < 2.11.1 | cpe:2.3:a:caddyserver:caddy:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/caddyserver/caddy/releases/tag/v2.11.1 | Release Notes |
| https://github.com/caddyserver/caddy/security/advisories/GHSA-5r3v-vc8m-m96g | Exploit Vendor Advisory |
| https://github.com/php/frankenphp/security/advisories/GHSA-g966-83w7-6w38 | Third Party Advisory |