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 Integer Overflow or Wraparound vulnerabilities in an interactive lesson.
Start learningUpgrade nokogiri to version 1.19.4 or higher.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound via the NodeSet#[] function. An attacker can cause a process crash or potentially access unintended memory by supplying a large negative integer as an index.
Note: This is only exploitable if an application passes attacker-controlled integers to the index parameter.
This vulnerability can be mitigated by validating the index against node_set.length before use or avoiding the use of untrusted values as an index.