CVE-2020-13956: Cross-site scripting in Apache HttpClient
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.65232%
CWE
Published
6/3/2021
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.httpcomponents:httpclient | maven | < 4.5.13 | 4.5.13 |
org.apache.httpcomponents:httpclient | maven | >= 5.0.0, < 5.0.3 | 5.0.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is related to the handling of malformed URIs in Apache HttpClient. The URIBuilder class is crucial for parsing and building URIs, making its methods prime candidates for being vulnerable or being part of the mitigation.