CVE-2013-7078: TYPO3 Cross-site scripting (XSS) vulnerability in the Extbase Framework
2.6
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.64425%
CWE
Published
5/17/2022
Updated
8/28/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:H/Au:N/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
typo3/cms-core | composer | >= 4.5.0, < 4.5.31 | 4.5.31 |
typo3/cms-core | composer | >= 4.7.0, < 4.7.16 | 4.7.16 |
typo3/cms-core | composer | >= 6.1.0, < 6.1.6 | 6.1.6 |
typo3/cms-core | composer | >= 6.0.0, < 6.0.11 | 6.0.11 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies the errorAction
method in Extbase's ActionController as the source of unencoded output in error messages. Multiple advisories (GHSA, CVE, TYPO3 security bulletin) confirm this method's role in returning user-controlled input without sanitization. The function
's direct involvement in error handling and lack of context-aware escaping matches the XSS vulnerability pattern described.