CVE-2009-3629: TYPO3 Backend vulnerable to Cross-site Scripting
3.5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.51823%
CWE
Published
5/2/2022
Updated
2/8/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:M/Au:S/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
typo3/cms-backend | composer | <= 4.0.13 | |
typo3/cms-backend | composer | >= 4.1.0, < 4.1.13 | 4.1.13 |
typo3/cms-backend | composer | >= 4.2.0, < 4.2.10 | 4.2.10 |
typo3/cms-backend | composer | >= 4.3alpha1, < 4.3beta2 | 4.3beta2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability information (CVE-2009-3629) describes backend XSS vulnerabilities via unspecified vectors. While the TYPO3 security bulletin and related discussions mention multiple XSS issues, they do not explicitly identify specific vulnerable functions in the backend component. The only explicitly named function t3lib_div::quoteJSvalue
is associated with a separate CVE-2009-3633. Without access to patch details, commit diffs, or more specific technical documentation, we cannot confidently map the vulnerability to specific functions in the TYPO3 backend codebase. The 'unspecified vectors' description in the CVE indicates the exact vulnerable functions were not disclosed publicly.