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/webpack-builder to version 3.21.7, 4.4.7 or higher.
@nuxt/webpack-builder is a Webpack bundler for Nuxt
Affected versions of this package are vulnerable to Improper Verification of Source of a Communication Channel through the isSameOriginRequest check in the dev-server request handling path. An attacker can send a browser-originated request with Sec-Fetch-Site, Origin, and Referer all absent to reach a development server bound to a non-loopback address and trigger privileged dev-server actions. This lets a remote page issue requests against the developer’s running server and abuse local build, file, or control endpoints that the server exposes.
Workarounds
nuxt dev --host; keep the dev server bound to localhost and, if you need access from other devices, tunnel to it through SSH or a reverse proxy that enforces same-origin checks.