CVE-2020-15514: jh_captcha for Typo3 XSS Vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.43188%
CWE
Published
5/24/2022
Updated
7/13/2023
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 |
|---|---|---|---|
| haffner/jh_captcha | composer | >= 3.0.0, <= 3.0.2 | 3.0.3 |
| haffner/jh_captcha | composer | <= 2.1.3 | 2.1.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper neutralization of user-controlled input (from TypoScript settings) in HTML context. Since the advisory explicitly mentions backend users with TypoScript access can exploit this, the most probable location is in the CAPTCHA rendering logic where configuration parameters are injected into the output without escaping. The ViewHelper component responsible for rendering CAPTCHA elements would be a typical location for this vulnerability in TYPO3 extensions. Confidence is medium due to lack of direct code access, but aligns with TYPO3 XSS patterns and advisory details.