CVE-2019-13990:
XML external entity injection in Terracotta Quartz Scheduler
9.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
7/1/2020
Updated
10/15/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.quartz-scheduler:quartz | maven | < 2.3.2 | 2.3.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis of the patch for CVE-2019-13990 shows that the initDocumentParser function in XMLSchedulingDataProcessor.java was modified to prevent XXE attacks by setting specific features on the document builder factory. This indicates that the original version of this function was vulnerable to XXE attacks.