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 @nuxt/nitro-server to version 4.5.1 or higher.
@nuxt/nitro-server is a Nitro server integration for Nuxt
Affected versions of this package are vulnerable to Missing Authorization via the cache:nuxt:payload. An attacker can access sensitive server-side rendered data belonging to other users by making a request to the /_payload.json endpoint after a protected, cached page has been accessed by an authenticated user. This can result in disclosure of personal information such as profile, tenant, billing, or token-like values to unauthorized or unauthenticated clients.
This vulnerability can be mitigated by setting experimental.payloadExtraction: false, avoiding the use of cache / swr / isr on authenticated pages, or requiring authentication for /**/_payload.json at a proxy or CDN.