The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerabilities in an interactive lesson.
Start learningUpgrade OWASP.AntiSamy
to version 1.2.0 or higher.
OWASP.AntiSamy is a library for performing fast, configurable cleansing of HTML coming from untrusted sources.
Affected versions of this package are vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') due to flawed parsing of the HTML being sanitized. An attacker can manipulate its output to execute scripts by crafting inputs that exploit the parsing process.
Note:
This is only exploitable if the preserveComments
directive is set to true
and specific tags are allowed in the policy file.
This vulnerability can be mitigated by manually editing the AntiSamy policy file to either remove the preserveComments
directive or set its value to false
, and ensuring the noscript
tag is removed or not allowed by the policy.