CVE-2026-90560
Received Received - Intake

Out-of-Bounds Read in zstd-jni Java Library

Vulnerability report for CVE-2026-90560, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-12

Last updated on: 2026-09-12

Assigner: VulnCheck

Description

zstd-jni versions 1.2.0 through 1.5.7-13 contain an out-of-bounds read vulnerability in the ZstdDictDecompress constructor because offset and length arguments are never validated against the dictionary array bounds. Attackers can supply arbitrary offset or length values to read memory past the end of the supplied array, potentially causing JVM termination.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-12
Last Modified
2026-09-12
Generated
2026-09-12
AI Q&A
2026-09-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
luben zstd-jni From 1.2.0 (inc) to 1.5.7-13 (inc)
luben zstd-jni 1.5.7-14

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

zstd-jni versions 1.2.0 through 1.5.7-13 have an out-of-bounds read flaw in the ZstdDictDecompress constructor. The issue occurs because the constructor does not validate the offset and length arguments against the dictionary array bounds. Attackers can exploit this by providing arbitrary values, causing the JVM to read memory beyond the array's end and potentially crash.

Detection Guidance

To detect this vulnerability, check the installed version of zstd-jni in your Java environment. Use commands like 'mvn dependency:tree' for Maven projects or 'gradle dependencies' for Gradle projects to inspect the library version. If the version is between 1.2.0 and 1.5.7-13, the system is vulnerable.

Impact Analysis

This vulnerability could allow attackers to crash the Java Virtual Machine (JVM) by triggering an out-of-bounds read. In some cases, it might also leak sensitive heap memory into dictionary state if the read stays within mapped memory. This could lead to denial-of-service conditions or unauthorized information exposure.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling denial-of-service attacks through JVM termination or unauthorized memory access. Out-of-bounds reads may lead to crashes or data leaks, violating availability and confidentiality requirements in these regulations.

Mitigation Strategies

Upgrade zstd-jni to version 1.5.7-14 or later, which includes bounds validation for offset and length parameters. Remove or replace any vulnerable versions from your project dependencies immediately.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90560. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart