CVE-2026-24894

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:php:frankenphp:*:*:*:*:*:*:*:*

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
CWE
CWE-269

Improper Privilege Management

CWE-384

Session Fixation

CWE-613

Insufficient Session Expiration