Insufficient Session Expiration Affecting github.com/dunglas/frankenphp package, versions <1.11.2


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.36% (28th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Insufficient Session Expiration vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-GOLANG-GITHUBCOMDUNGLASFRANKENPHP-15279229
  • published13 Feb 2026
  • disclosed12 Feb 2026
  • creditXavier Leune

Introduced: 12 Feb 2026

CVE-2026-24894  (opens in a new tab)
CWE-269  (opens in a new tab)
CWE-384  (opens in a new tab)
CWE-613  (opens in a new tab)

How to fix?

Upgrade github.com/dunglas/frankenphp to version 1.11.2 or higher.

Overview

Affected versions of this package are vulnerable to Insufficient Session Expiration via the frankenphp_reset_super_globals reset logic. An attacker can access sensitive session data belonging to other users by sending a request to a worker before session_start() is called.

note:

This is only exploitable if the application is running in worker mode and does not call session_start() at the beginning of each request.

Workaround

This vulnerability can be mitigated by ensuring session_start() is called immediately at the entry point of the worker script or by manually unsetting $_SESSION at the very beginning of the worker loop before handling the request.

References

CVSS Base Scores

version 4.0
version 3.1