mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 12:58:02 +02:00
19 lines
848 B
Markdown
19 lines
848 B
Markdown
### [CVE-2017-9802](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9802)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The Javascript method Sling.evalString() in Apache Sling Servlets Post before 2.3.22 uses the javascript 'eval' function to parse input strings, which allows for XSS attacks by passing specially crafted input strings.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/143758/Apache-Sling-Servlets-Post-2.3.20-Cross-Site-Scripting.html
|
|
- http://packetstormsecurity.com/files/143758/Apache-Sling-Servlets-Post-2.3.20-Cross-Site-Scripting.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|