CVE-2013-6289:
Apache Solr for TYPO3 (solr) extension is vulnerable to Cross-site scripting (XSS)
4.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/17/2022
Updated
8/29/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
apache-solr-for-typo3/solr | composer | < 2.8.3 | 2.8.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patches show two distinct XSS vectors: 1) In facet option rendering where output lacked HTML escaping, and 2) In form parameter persistence where user input was embedded in HTML without sanitization. Both functions directly handle user-controllable data and were modified to add security controls (htmlspecialchars and XSS cleaning). The pre-patch versions of these functions would appear in profiler output when processing malicious payloads.