cve/2016/CVE-2016-6798.md

18 lines
876 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-6798](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6798)
![](https://img.shields.io/static/v1?label=Product&message=Apache%20Sling&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/tafamace/CVE-2016-6798