AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2018-8013

CRITICAL · CVSS 9.8 EPSS 19.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-05-24 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2018-8013
Severity
CRITICAL
CVSS
9.8
EPSS
19.29%
Apache

Original NVD Description

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.