Nixpkgs Security Tracker

Login with GitHub

Details of issue NIXPKGS-2026-0229

NIXPKGS-2026-0229
published on 15 Feb 2026
updated 3 weeks ago by @LeSuisse Activity log
  • Created automatic suggestion
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
FrankenPHP leaks session data between requests in worker mode

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.

Affected products

frankenphp
  • ==< 1.11.2

Matching in nixpkgs

Package maintainers

Upstream advisory: https://github.com/php/frankenphp/security/advisories/GHSA-r3xh-3r3w-47gp
Upstream patch: https://github.com/php/frankenphp/commit/24d6c991a7761b638190eb081deae258143e9735