CVE-2011-4630:
Typo3 XSS Vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.41874%
CWE
Published
4/22/2022
Updated
1/12/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
typo3/cms | composer | >= 4.5.0, < 4.5.4 | 4.5.4 |
typo3/cms | composer | >= 4.4.0, < 4.4.9 | 4.4.9 |
typo3/cms | composer | < 4.3.12 | 4.3.12 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability specifically references the browse_links wizard as the attack vector. TYPO3's link browser (handled by SC_browse_links class in older versions) processes link parameters from content elements. The main() function in this class was known to output user-controlled 'currentLink' values without adequate HTML/JS escaping in vulnerable versions, enabling script injection when the wizard is rendered. This matches the XSS pattern described in advisories where attacker-controlled input flows into the DOM without sanitization.