Beveiligingsadvies

CVE-2018-8013

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2018-05-24 16:00:00
Laatst bijgewerkt 2024-09-16 23:16:36
Toegewezen door apache
CVSS-score geen score
Status PUBLISHED

Beschrijving

In Apache Batik 1.x before 1.10, when deserializing subclass of `AbstractDocument`, the class takes a string from the inputStream as the class name which then use it to call the no-arg constructor of the class. Fix was to check the class type before calling newInstance in deserialization.