CVE-2010-3662:
TYPO3 SQL injection vulnerability on the backend
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.71174%
CWE
Published
4/21/2022
Updated
2/7/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
typo3/cms-backend | composer | < 4.1.14 | 4.1.14 |
typo3/cms-backend | composer | >= 4.2.0, < 4.2.13 | 4.2.13 |
typo3/cms-backend | composer | >= 4.3.0, < 4.3.4 | 4.3.4 |
typo3/cms-backend | composer | >= 4.4.0, < 4.4.1 | 4.4.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper SQL query construction in backend record editing and auto-suggest features. TYPO3's TCA-driven query builder (t3lib_db::exec_SELECTquery) and form handlers (t3lib_TCEforms) are core components that process user input. The advisory specifically mentions TCA 'where' clauses and auto-suggest as attack vectors, implicating these functions. While exact commit diffs are unavailable, historical TYPO3 security practices confirm these components were frequently hardened against SQLi in patches. The medium confidence for AJAX handlers reflects the lack of explicit function names in advisories, but their role in user-input processing aligns with described exploit paths.