Server-Side Request Forgery (SSRF) Affecting org.apache.olingo:odata-client-core Open this link in a new tab package, versions [,4.7.1)
Attack Complexity
High
User Interaction
Required
Confidentiality
High
Integrity
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-ORGAPACHEOLINGO-541532
-
published
13 Jan 2020
-
disclosed
8 Jan 2020
-
credit
Unknown
Introduced: 8 Jan 2020
CVE-2020-1925 Open this link in a new tabHow to fix?
Upgrade org.apache.olingo:odata-client-core
to version 4.7.1 or higher.
Overview
org.apache.olingo:odata-client-core is a Java library and extensions around the OData specification.
Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF). It provides the AsyncRequestWrapperImpl
class which reads a URL from the Location header, and then sends a GET or DELETE request to this URL. It may allow to implement a SSRF attack. If an attacker tricks a client to connect to a malicious server, the server can make the client call any URL including internal resources which are not directly accessible by the attacker.