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 webpack-dev-server to version 5.2.4 or higher.
webpack-dev-server is an Uses webpack with a development server that provides live reloading. It should be used for development only.
Affected versions of this package are vulnerable to Exposed Dangerous Method or Function in Server.js, when handling non-HTTPS responses. An attacker can expose source code by tricking a developer into visiting a malicious site that retrieves the code via <script> element. This is only exploitable while the development server is running over plain HTTP, by the attacker guessing the target host and port.
Note: This is a bypass of the fix for the vulnerability described in CVE-2025-30359, which blocks the cross-origin leak for trusted (HTTPS) connections only.