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 applicationsThere is no fixed version for com.tdunning:t-digest.
Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input due to unvalidated length and capacity fields in MergingDigest.fromBytes in core/src/main/java/com/tdunning/math/stats/MergingDigest.java. An attacker can abort the parsing thread by supplying crafted serialized digests with mismatched header values that trigger ArrayIndexOutOfBoundsException or NegativeArraySizeException. When an application deserializes untrusted digest data with an affected t-digest, the malformed input causes the reader to fail before completing the parse. This can disrupt services that accept or exchange serialized digests, leaving requests unprocessed and the component handling the data unavailable.