SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-87962

HIGH · CVSS 7.5 EPSS 0.43% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Versions 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.

CVE
CVE-2026-87962
Severity
HIGH
CVSS
7.5
EPSS
0.43%

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.