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 applicationsLearn about Missing Authentication for Critical Function vulnerabilities in an interactive lesson.
Start learningUpgrade @nuxt/devtools to version 3.3.1 or higher.
@nuxt/devtools is a
Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the nuxt:devtools:rpc. An attacker can execute arbitrary commands on the host system by sending crafted RPC calls to the exposed WebSocket endpoint without authentication.
Note: This is only exploitable if the development server is running and accessible to the attacker, such as when bound to a non-loopback interface or when the developer visits a malicious website while the server is active.
This vulnerability can be mitigated by disabling DevTools entirely with the configuration option devtools: { enabled: false } or by avoiding running the development server on a non-loopback interface in untrusted environments.