SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-87825

HIGH · CVSS 7.7 EPSS 0.13% Public Exploit

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

CyberRota Analysis

AI-Generated

The zstd-jni library prior to version 1.5.7-14 is vulnerable due to a use-after-free flaw that allows attackers to close a dictionary while it is still in use by streams or contexts. This can lead to silent data corruption or crashes of the Java Virtual Machine (JVM) during read or write operations. Organizations using this library should prioritize patching to mitigate the risk of exploitation and ensure system stability.

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-87825
Severity
HIGH
CVSS
7.7
EPSS
0.13%

Original NVD Description

zstd-jni before 1.5.7-14 contains a use-after-free vulnerability where streams and contexts hold a dictionary's shared lock only during the load call, allowing the dictionary to be closed while still referenced. Attackers can close a dictionary after associating it with a stream or context, causing subsequent read or write operations to access freed native memory, resulting in silent data corruption or JVM crashes.