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 3.21.10, 4.5.1 or higher.
@nuxt/nitro-server is a Nitro server integration for Nuxt
Affected versions of this package are vulnerable to Information Exposure via the Chrome DevTools workspace endpoint when the development server is bound to a network-reachable interface and experimental.chromeDevtoolsProjectSettings is enabled. An attacker can obtain the absolute project root path and a persistent workspace UUID by sending unauthenticated requests to the endpoint. This is only exploitable if the development server is accessible beyond loopback and the relevant experimental feature is enabled.
This vulnerability can be mitigated by not binding the development server to non-loopback interfaces on untrusted networks, restricting access to the development port with a firewall, or disabling the feature by setting experimental.chromeDevtoolsProjectSettings: false in the configuration.