CVE-2020-15232: XXE attack in Mapfish Print
9.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.56213%
CWE
Published
7/7/2020
Updated
6/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.mapfish.print:print-lib | maven | >= 3.0, < 3.24 | 3.24 |
org.mapfish.print:print-servlet | maven | >= 3.0, < 3.24 | 3.24 |
org.mapfish.print:print-standalone | maven | >= 3.0, < 3.24 | 3.24 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The critical vulnerability was patched by adding 'dbf.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true)' in SLDParserPlugin.java
. This indicates the XML parser in tryLoadSLD
method previously allowed DTD processing, making it vulnerable to XXE injection via malicious SDL style files. The commit diff clearly shows this security hardening was the primary XXE mitigation.