CVE 8.7 HIGH

FrankenPHP leaks session data between requests in worker mode_CVE-2026-24894

8.7 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

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.

AI Analysis

Session data leakage vulnerability in FrankenPHP due to incorrect reset of $_SESSION superglobal between requests in worker mode

Basic Information

ID CVE-2026-24894
Source GitHub_M
Published Feb 12, 2026 at 19:12

Affected Product

Vendor php
Product frankenphp
Version < 1.11.2
Affected Versions php frankenphp < 1.11.2

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor PHP
Product FrankenPHP
Version < 1.11.2

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.