CVE-2026-89045 PUBLISHED

zstd-jni 1.4.8-4 through 1.5.7-13 Denial of Service via Negative Length

Assigner: VulnCheck
Reserved: 10.09.2026 Published: 10.09.2026 Updated: 10.09.2026

zstd-jni versions 1.4.8-4 through 1.5.7-13 fail to validate negative length parameters in ZstdInputStreamNoFinalizer.read(), allowing attackers to trigger infinite loops. Attackers can pass negative length values to cause the read method to spin indefinitely while holding the stream monitor, blocking all other threads from accessing the stream.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 5.1

Product Status

Vendor luben
Product zstd-jni
Versions Default: unaffected
  • affected from 1.4.8-4 to 1.5.7-14 (excl.)

Credits

  • Yu Bao, PayPal Cyber Security Team finder

References

Problem Types

  • Loop with Unreachable Exit Condition ('Infinite Loop') CWE