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_start() is called. This vulnerability is fixed in 1.11.2.
References
| Link | Resource |
|---|---|
| https://github.com/php/frankenphp/commit/24d6c991a7761b638190eb081deae258143e9735 | Patch |
| https://github.com/php/frankenphp/releases/tag/v1.11.2 | Release Notes |
| https://github.com/php/frankenphp/security/advisories/GHSA-r3xh-3r3w-47gp | Exploit Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-02-12 20:16
Updated : 2026-02-20 18:31
NVD link : CVE-2026-24894
Mitre link : CVE-2026-24894
CVE.ORG link : CVE-2026-24894
JSON object : View
Products Affected
php
- frankenphp
