mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 07:40:25 +02:00
18 lines
752 B
Markdown
18 lines
752 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
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|