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 Excessive Platform Resource Consumption within a Loop through the Markdown parsing process. An attacker can exhaust CPU resources and cause service unavailability by submitting specially crafted Markdown input with long lines, non-ASCII characters, or repeated URL-like prefixes. This is only exploitable if untrusted Markdown input is processed.
This vulnerability can be mitigated by rejecting or truncating inputs with excessively long individual lines before parsing, enforcing per-line and total request-size limits, restricting conversion to trusted users, applying strict execution-time limits, rate-limiting requests, limiting concurrent conversions, or disabling the AutolinkExtension and avoiding GithubFlavoredMarkdownExtension.