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 resolv to version 0.3.2, 0.7.2 or higher.
resolv is a Thread-aware DNS resolver library in Ruby.
Affected versions of this package are vulnerable to Improper Handling of Length Parameter Inconsistency via Resolv::DNS::MessageEncoder#put_string, put_label, and Resolv::DNS::Name.create in lib/resolv.rb. An attacker can make an application send a DNS query for the wrong hostname by supplying an overlong label or hostname to be encoded. put_string wrote the label length into a single octet without checking the range, so labels longer than 255 octets wrapped modulo 256 while the label bytes were still written unchanged. That lets attacker-controlled input produce wire bytes that decode to a different domain name than the one the application intended to resolve, which can bypass hostname allowlists and send lookups to an attacker-chosen name.