CVE-2013-6288:
Apache Solr for TYPO3 (solr) extension is vulnerable to Insecure Unserialize
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.6485%
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:N/S:U/C:H/I:H/A:H
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 provided information, including vulnerability reports and the ChangeLog for version 2.8.3, does not explicitly identify specific functions related to insecure unserialize()
. While the CVE and advisory mention 'Insecure Unserialize,' the available commit history and patch details focus on XSS fixes (CVE-2013-6289
) and other changes. Without access to the exact code changes in the patched version (2.8.3) or the vulnerable code in versions <2.8.3, it is not possible to confidently pinpoint the vulnerable functions. The insecure unserialize()
likely involved unserialize()
calls on untrusted data, but insufficient code context prevents high-confidence identification of specific functions.