CVE-2019-10782:
XML external entity (XXE) processing ('external-parameter-entities' feature was not fully disabled))
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.64458%
CWE
Published
1/31/2020
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.puppycrawl.tools:checkstyle | maven | < 8.29 | 8.29 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from an incomplete XXE fix where the original patch (CVE-2019-9658) missed disabling parameter entity processing. The commit c46a16d shows the addition of EXTERNAL_PARAMETER_ENTITIES handling to setFeaturesBySystemProperty, confirming this was the missing protection. Prior to version 8.29, this function's failure to disable all three XXE-related features (external DTD, general entities, and parameter entities) left the parser vulnerable when processing untrusted XML inputs.