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.
Published: 2026-02-12
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Session Data Leakage
Action: Patch Now
AI Analysis

Impact

FrankenPHP, a modern PHP application server, fails to reset the $_SESSION superglobal between consecutive HTTP requests when running in worker mode. Consequently, a request handled by the same worker can read session data written by a previous request before session_start() clears it, resulting in accidental disclosure of another user’s session contents. This flaw reflects improper session handling and can lead to unauthorized access to sensitive data. Based on the description, it is inferred that an attacker who can arrange for two users’ requests to be serviced by the same worker in sequence could read the prior user’s session data.

Affected Systems

All deployments of php:frankenphp using worker mode and running any version older than 1.11.2 are vulnerable. The issue is fixed in release 1.11.2 and later. Deployments that employ persistent worker processes are affected; single‑request workers are safe.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.7, indicating high severity for confidentiality loss. Its EPSS score is below 1 %, meaning exploitation is currently rare, and it is not listed in the CISA KEV catalog. The risk materializes when a worker can handle requests for two distinct users in succession, allowing an attacker to read another user’s session data before it is cleared. While the flaw does not permit arbitrary code execution, it can expose credentials and other sensitive information, potentially enabling privilege escalation or data breaches.

Generated by OpenCVE AI on April 18, 2026 at 18:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FrankenPHP to version 1.11.2 or later, which applies the session reset fix.
  • If upgrading immediately is not possible, reconfigure the server to use single‑request workers or recycle workers between user sessions so that a worker never serves two different users consecutively.
  • Review and minimize sensitive data stored in $_SESSION, enforce short session timeouts, and apply additional access controls to reduce the impact window if a session leak occurs.

Generated by OpenCVE AI on April 18, 2026 at 18:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-r3xh-3r3w-47gp FrankenPHP leaks session data between requests in worker mode
History

Fri, 20 Feb 2026 18:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:php:frankenphp:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Fri, 13 Feb 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Php
Php frankenphp
Vendors & Products Php
Php frankenphp

Thu, 12 Feb 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 12 Feb 2026 19:30:00 +0000

Type Values Removed Values Added
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.
Title FrankenPHP leaks session data between requests in worker mode
Weaknesses CWE-269
CWE-384
CWE-613
References
Metrics cvssV4_0

{'score': 8.7, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-12T20:04:57.869Z

Reserved: 2026-01-27T19:35:20.529Z

Link: CVE-2026-24894

cve-icon Vulnrichment

Updated: 2026-02-12T20:04:54.426Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-12T20:16:10.020

Modified: 2026-02-20T18:31:06.207

Link: CVE-2026-24894

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T18:15:06Z

Weaknesses