You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by mibo <mi...@apache.org> on 2019/12/04 05:28:31 UTC

[SECURITY] CVE-2019-17556: Deserialization vulnerability

CVE-2019-17556: Deserialization vulnerability

Severity: Important
Vendor: The Apache Software Foundation

Versions Affected:
Olingo 4.0.0 to 4.6.0
The OData v2 versions of Olingo 2.x are not affected

Description:
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 case.

Mitigation:
4.x.x users should upgrade to 4.7.0

Credit:
This issue was discovered by Artem Smotrakov of SAP SE.

Links:
https://issues.apache.org/jira/browse/OLINGO-1410