← Back to CVE List

CVE-2018-8013

Published: 2018-05-24T16:29Z
Last Modified: 2024-11-21T04:13Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt