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 Oracle:9
rubygem-json
to version 0:2.7.2-4.module+el9.5.0+90562+4bc8f111 or higher.
This issue was patched in ELSA-2025-4493
.
Note: Versions mentioned in the description apply only to the upstream rubygem-json
package and not the rubygem-json
package as distributed by Oracle
.
See How to fix?
for Oracle:9
relevant fixed versions and status.
Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Starting in version 0.3.2 and prior to versions 0.3.8, 0.4.19, and 0.5.6, there is a possibility for denial of service by memory exhaustion in net-imap
's response parser. At any time while the client is connected, a malicious server can send can send highly compressed uid-set
data which is automatically read by the client's receiver thread. The response parser uses Range#to_a
to convert the uid-set
data into arrays of integers, with no limitation on the expanded size of the ranges. Versions 0.3.8, 0.4.19, 0.5.6, and higher fix this issue. Additional details for proper configuration of fixed versions and backward compatibility are available in the GitHub Security Advisory.