CVE-2016-6798: XEE
In the XSS Protection API module before 1.0.12 in Apache Sling, the method XSS.getValidXML() uses an insecure SAX parser to validate the input string, which allows for XXE attacks in all scripts which use this method to validate user input, potentially allowing an attacker to read sensitive data on the filesystem, perform same-site-request-forgery (SSRF), port-scanning behind the firewall or DoS the application.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2016-6798?
CVE-2016-6798 has a medium severity rating due to its potential to enable XXE attacks.
How do I fix CVE-2016-6798?
To fix CVE-2016-6798, upgrade to Apache Sling XSS API version 1.0.12 or later, or the XSS Protection API module version 1.1.0 or later.
What systems are affected by CVE-2016-6798?
CVE-2016-6798 affects Apache Sling versions up to 1.0.10 and the XSS Protection API module before 1.0.12.
What type of attack is enabled by CVE-2016-6798?
CVE-2016-6798 allows for XML External Entity (XXE) attacks, which can lead to exposure of sensitive data.
Is user input validation compromised in CVE-2016-6798?
Yes, CVE-2016-6798 compromises user input validation due to the use of an insecure SAX parser.