CVE-2012-3353:
Apache Sling JCR ContentLoader XmlReader Arbitrary File Load
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54488%
CWE
Published
5/14/2022
Updated
8/29/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.sling:org.apache.sling.jcr.contentloader | maven | < 2.1.6 | 2.1.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on improper file element handling in XmlReader when location context is missing. The JIRA ticket SLING-2512 explicitly addresses this by restricting file element usage, indicating the read method (or equivalent XML processing entry point) in XmlReader was responsible for unsafe file operations. As the content loader's XML parsing entry point, this function would appear in stack traces when processing malicious imports attempting to load local files.