CVE-2017-15685: XML Injection in Crafter CMS Crafter Studio 3.0.1
8.6
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.83938%
CWE
Published
2/9/2022
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.craftercms:crafter-studio | maven | <= 3.0.1 | 3.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
All identified functions directly process
XML/XSLT content and were modified in the patches to add security features (disabling DTD/external entities). The pre-patch versions of these functions lacked these protections, making them susceptible to XXE attacks when parsing untrusted input. The SAXReader
/TransformerFactory
instances in these methods would have allowed external entity resolution prior to the security hardening shown in the patches.