VYPR

Olingo

by Apache

Source repositories

CVEs (4)

  • CVE-2020-1925HigJan 9, 2020
    risk 0.49cvss 7.5epss 0.03

    Apache Olingo versions 4.0.0 to 4.7.0 provide 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…

  • CVE-2019-17554MedDec 4, 2019
    risk 0.33cvss 5.5epss 0.12

    The XML content type entity deserializer in Apache Olingo versions 4.0.0 to 4.6.0 is not configured to deny the resolution of external entities. Request with content type "application/xml", which trigger the deserialization of entities, can be used to trigger XXE attacks.

  • CVE-2019-17555HigDec 4, 2019
    risk 0.00cvss 7.5epss 0.02

    The AsyncResponseWrapperImpl class in Apache Olingo versions 4.0.0 to 4.6.0 reads the Retry-After header and passes it to the Thread.sleep() method without any check. If a malicious server returns a huge value in the header, then it can help to implement a DoS attack.

  • CVE-2019-17556CriDec 4, 2019
    risk 0.00cvss 9.8epss 0.04

    Apache Olingo versions 4.0.0 to 4.6.0 provide the AbstractService class, which is public API, uses ObjectInputStream and doesn't check classes being deserialized. If an attacker can feed malicious metadata to the class, then it may result in running attacker's code in the worse…