CVE-2020-1925: Server-Side Request Forgery (SSRF) in Apache Olingo
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.77804%
CWE
Published
2/4/2020
Updated
1/9/2023
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:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.olingo:odata-client-core | maven | >= 4.0.0, <= 4.7.0 | 4.7.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The CVE description directly implicates AsyncRequestWrapperImpl
as the vulnerable class handling Location headers. While exact patch details are unavailable, the SSRF mechanism requires: 1) A function retrieving Location headers (likely handleRedirect
), and 2) A function executing requests to those URLs (execute
method). These would appear in stack traces when processing malicious Location values. Confidence is high for handleRedirect
as it's explicitly described as the processing point, and medium for execute
as the request execution entry point.