CVE-2014-3944: TYPO3 Improper Session Invalidation
5.8
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.40953%
CWE
Published
5/17/2022
Updated
4/25/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:P/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
typo3/cms | composer | >= 6.2.0, < 6.2.3 | 6.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper session timeout handling in TYPO3's authentication component. Key session management methods in AbstractUserAuthentication
(the core authentication class) are the most probable candidates. The 'gc' method handles session cleanup, and a flawed implementation would leave expired sessions active. 'fetchUserSession' might have failed to validate()
session expiration during authentication checks. While exact pre-patch code isn't available, TYPO3's architecture and CWE-287 context strongly implicate these methods. Confidence is medium due to lack of direct code references but aligns with described vulnerability mechanics.