Php Frankenphp vulnerabilities
2 known vulnerabilities affecting php/frankenphp.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH2
Vulnerabilities
Page 1 of 1
CVE-2026-24894HIGHCVSS 8.7fixed in 1.11.22026-02-12
CVE-2026-24894 [HIGH] CWE-269 CVE-2026-24894: FrankenPHP is a modern application server for PHP. Prior to 1.11.2, when running FrankenPHP in worke
FrankenPHP is a modern application server for PHP. Prior to 1.11.2, when running FrankenPHP in worker mode, the $_SESSION superglobal is not correctly reset between requests. This allows a subsequent request processed by the same worker to access the $_SESSION data of the previous request (potentially belonging to a different user) before session_star
nvd
CVE-2026-24895HIGHCVSS 8.9fixed in 1.11.22026-02-12
CVE-2026-24895 [HIGH] CWE-180 CVE-2026-24895: FrankenPHP is a modern application server for PHP. Prior to 1.11.2, FrankenPHP’s CGI path splitting
FrankenPHP is a modern application server for PHP. Prior to 1.11.2, FrankenPHP’s CGI path splitting logic improperly handles Unicode characters during case conversion. The logic computes the split index (for finding .php) on a lowercased copy of the request path but applies that byte index to the original path. Because strings.ToLower() in Go can incre
nvd