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 applicationsUpgrade league/commonmark to version 2.9.0 or higher.
league/commonmark is a PHP-based Markdown parser which supports the full CommonMark spec. It is based on the CommonMark JS reference implementation.
Affected versions of this package are vulnerable to Incomplete Denylist to Cross-Site Scripting via the filterAttributes process. An attacker can execute arbitrary JavaScript in the context of the victim's browser by embedding control bytes within a javascript: URL in the href or src attribute, which bypasses the unsafe-link filter and is executed when a user interacts with the crafted link. This is only exploitable if the AttributesExtension is enabled and allow_unsafe_links is set to false.