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 applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to DNS Rebinding in dns.lookup() (lib/dns.js) and lookupAndConnect() (lib/net.js), which forward a hostname containing an embedded NUL byte to the native resolver bindings where the C string is truncated at the first NUL. An attacker can cause an application to resolve and connect to a different authority than the one its JavaScript-level validation or logging observed by supplying a hostname such as attacker.com\0.allowed.example.com, because the resolver acts on the truncated prefix while the JavaScript string retains the full value.