CVE-2026-24894 PUBLISHED

FrankenPHP leaks session data between requests in worker mode

Assigner: GitHub_M
Reserved: 27.01.2026 Published: 12.02.2026 Updated: 12.02.2026

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.

Metrics

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
CVSS Score: 8.7

Product Status

Vendor php
Product frankenphp
Versions
  • Version < 1.11.2 is affected

References

Problem Types

  • CWE-269: Improper Privilege Management CWE
  • CWE-384: Session Fixation CWE
  • CWE-613: Insufficient Session Expiration CWE