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 abseil/abseil-cpp
to version 20250127.rc1 or higher.
Affected versions of this package are vulnerable to Buffer Overflow. The sized constructors, reserve()
, and rehash()
methods of absl::{flat,node}hash{set,map}
did not impose an upper bound on their size argument. An attacker could pass a very large size that would cause an integer overflow when computing the size of the container's backing store, and a subsequent out-of-bounds memory write.