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 next
to version 12.1.0 or higher.
next is a react framework.
Affected versions of this package are vulnerable to User Interface (UI) Misrepresentation of Critical Information due to improper CSP (content security policy).
Note: In order to be affected ALL of the following must be true:
Next.js between version 10.0.0 and 12.0.10.
The next.config.js
file has images.domains
array assigned.
The image host assigned in images.domains
allows user-provided SVG
Not affected: The next.config.js
file has images.loader
assigned to something other than "default".