CVE-2020-36641: aXMLRPC XML External Entity vulnerability
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.27023%
CWE
Published
1/5/2023
Updated
2/13/2024
KEV Status
No
Technology
Java
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 |
---|---|---|---|
fr.turri:aXMLRPC | maven | < 1.12.1 | 1.12.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the ResponseParser
's XML parsing implementation. The commit ad6615b3
explicitly modifies the parse()
method to add security features (disallow-doctype-decl, expandEntityReferences=false) that mitigate XXE. The CVE description directly references this function as the affected component, and the patch location confirms the vulnerability existed in the XML parser initialization within this method.