GHSA-wp8j-c736-c5r3: TYPO3 Cross-Site Scripting Vulnerability Exploitable by Editors
5.4
CVSS Score
3.1
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
5/30/2024
Updated
5/30/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 | >= 6.2.0, < 6.2.14 | 6.2.14 |
typo3/cms | composer | >= 7.0.0, < 7.3.1 | 7.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The first vulnerability was patched by adding htmlspecialchars()
to $msg in ExtendedFileUtility.php
, showing direct use of unescaped input. The second vulnerability required multiple fixes in typoLink()
where raw user input (link parameters/page titles) was used without proper escaping in link text generation. Both functions handle user-controlled input that flows into HTML output without adequate sanitization, matching the described XSS vulnerabilities.