CVE-2014-3946: Typo3 Information Disclosure
4
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36567%
CWE
Published
5/17/2022
Updated
2/5/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:L/Au:S/C:P/I:N/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 cache key generation in Extbase's query caching mechanism. The root cause is the absence of user group context in cache identifiers, which allowed cross-group data leakage. The functions responsible for generating cache keys (Typo3DbBackend::getCacheIdentifier
) and executing/caching queries (Query::execute
) are directly implicated. These functions would have been patched to include user group information in the cache key, aligning with the vulnerability description and resolution in TYPO3 6.2.3
.