Server-Side Request Forgery (SSRF) Affecting org.apache.olingo:odata-client-core package, versions [,4.7.1)


0.0
medium

Snyk CVSS

    Attack Complexity High
    User Interaction Required
    Confidentiality High
    Integrity High

    Threat Intelligence

    EPSS 0.1% (41st percentile)
Expand this section
NVD
7.5 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

How 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.