CVE-2018-8026:
XML external entity expansion in org.apache.solr:solr-core
5.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
10/17/2018
Updated
3/4/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.solr:solr-core | maven | >= 6.0.0, < 6.6.5 | 6.6.5 |
org.apache.solr:solr-core | maven | >= 7.0.0, < 7.4.0 | 7.4.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis involved examining the patches and identifying functions that were modified to mitigate the XXE vulnerability. These functions were originally using DocumentBuilderFactory to parse XML files without proper security measures, making them vulnerable.