CVE-2013-7080: TYPO3 is vulnerable to Mass Assignment in the Extension table administration library
5.8
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.5058%
CWE
-
Published
5/17/2022
Updated
8/29/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:P/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.6.0, < 4.7.16 | 4.7.16 |
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 feuser_adminLib.inc
as the vulnerable component and attributes the issue to mass assignment during record creation. Mass assignment vulnerabilities typically occur when functions bind user input to database fields without proper restrictions. While the exact function name isn't provided in the advisories, the file path and context (record creation in a deprecated library) strongly indicate that the record creation handler in this file lacked field validation. The confidence is high because the library's purpose and the vulnerability type align with the described attack vector.