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 @nuxtjs/mdc to version 0.22.1 or higher.
@nuxtjs/mdc is a Nuxt MDC module
Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs in validateProp and isAnchorLinkAllowed in src/runtime/parser/utils/props.ts. An attacker can execute script in the page origin or load active HTML in an iframe by supplying untrusted markdown with SVG xlink:href="javascript:..." or src="data:text/html,..." at the default configuration. The parser accepts raw HTML by default, so rendered markdown can retain these unsafe URLs and expose users to XSS when they interact with the SVG link or when the iframe loads.