CyberRota Analysis
AI-GeneratedVersions 3.1 to 3.3 of t-digest are vulnerable to a denial of service attack due to improper validation of length and capacity fields in serialized data. Attackers can exploit this flaw by sending specially crafted serialized digests, leading to exceptions that can crash the parsing thread. Organizations using affected versions should prioritize patching to mitigate potential service disruptions.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
t-digest versions 3.1 through 3.3 contain a denial of service vulnerability in MergingDigest.fromBytes that fails to validate length and capacity fields from serialized data. Attackers can supply crafted serialized digests with mismatched header fields to trigger ArrayIndexOutOfBoundsException or NegativeArraySizeException, aborting the parsing thread.