CVE-2017-9802: XSS
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2017-9802?
CVE-2017-9802 has a medium severity rating due to its potential for cross-site scripting (XSS) attacks.
How do I fix CVE-2017-9802?
To fix CVE-2017-9802, upgrade Apache Sling Servlets Post to version 2.3.22 or later.
What impacts does CVE-2017-9802 have on affected systems?
CVE-2017-9802 allows attackers to execute arbitrary JavaScript in the context of the victim's browser, potentially compromising sensitive information.
Which versions of Apache Sling Servlets Post are affected by CVE-2017-9802?
Apache Sling Servlets Post versions prior to 2.3.22 are affected by CVE-2017-9802.
How does CVE-2017-9802 allow for XSS attacks?
CVE-2017-9802 utilizes the Javascript 'eval' function to process input strings without adequate sanitization, enabling XSS exploitation.