CVE-2026-24894 Details
Description
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.
A session leakage vulnerability has been identified in FrankenPHP, a modern application server for PHP, in versions prior to 1.11.2. When running in worker mode, the $_SESSION superglobal is not properly reset between requests. This allows a request processed by the same worker to access $_SESSION data from a previous request, potentially belonging to a different user, before session_start() is called. The vulnerability arises because $_SESSION is stored in the Zend Engine's symbol table, and the standard PHP request shutdown does not remove the variable from the symbol table, leading to data leakage between requests.
Users are advised to upgrade to FrankenPHP version 1.11.2, which addresses this vulnerability by ensuring that the $_SESSION variable is properly reset between requests in worker mode.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 12, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-269 | Improper Privilege Management | [email protected] |
| CWE-384 | Session Fixation | [email protected] |
| CWE-613 | Insufficient Session Expiration | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| php frankenphp | < 1.11.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 20, 2026 | Initial Analysis | [email protected] |
| Feb 12, 2026 | New CVE Received | [email protected] |