CVE-2026-24894 HIGH

CVE-2026-24894: FrankenPHP leaks session data between requests in worker mode

Vendor Php
Product frankenphp
Weakness CWE-269
Published February 12, 2026
Last update February 12, 2026

CVSS base score

8.7/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

February 12, 2026 CVE published
February 12, 2026 Record updated