Lucene search
+L

199 matches found

CVE
CVE
added 2026/09/12 6:06 p.m.43 views

CVE-2026-90560

zstd-jni versions 1.2.0 through 1.5.7-13 contain an out-of-bounds read in the ZstdDictDecompress constructor. The root cause is that offset and length arguments are never validated against the dictionary array bounds, allowing an attacker to supply arbitrary values to read memory past the end of ...

8.8CVSS5.9AI score0.00336EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/12 6:06 p.m.21 views

CVE-2026-90560

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

8.8CVSS5.9AI score0.00336EPSS
SaveExploits0
OSV
OSV
added 2026/09/12 6:06 p.m.24 views

CVE-2026-90560 zstd-jni 1.2.0 through 1.5.7-13 Out-of-Bounds Read via ZstdDictDecompress

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

8.8CVSS5.9AI score
SaveExploits0References10
EUVD
EUVD
added 2026/09/12 6:06 p.m.14 views

EUVD-2026-76905

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

8.8CVSS5.9AI score0.00336EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/12 6:06 p.m.35 views

CVE-2026-90560 zstd-jni 1.2.0 through 1.5.7-13 Out-of-Bounds Read via ZstdDictDecompress

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

8.8CVSS0.00336EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/12 12:00 a.m.15 views

PT-2026-90720

CVE ID: CVE-2026-90560 Severity: HIGH | CVSS Score: 8.2/10 Severity and score come from CVSS ratings in the National Vulnerability Database NVD, the NIST repository of standardized vulnerability data. zstd-jni versions 1.2.0 through 1.5.7-13 contain an out-of-bounds read vulnerability in the...

8.8CVSS5.9AI score0.00336EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-90560

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 a...

8.8CVSS5.9AI score0.00336EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/12 12:00 a.m.9 views

OPENSUSE-SU-2026:11769-1 zstd-jni-1.5.7.16-1.1 on GA media

These are all security issues fixed in the zstd-jni-1.5.7.16-1.1 package on the GA media of openSUSE Tumbleweed...

8.8CVSS7.2AI score0.00432EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/11 10:31 a.m.9 views

CVE-2026-89046

A flaw was found in zstd-jni. This out-of-bounds read vulnerability in the Zstd.getFrameContentSize function occurs because it fails to validate negative srcPosition arguments. A remote attacker can supply negative offset values, bypassing bounds checks and accessing the native frame-header parse...

8.8CVSS5.8AI score0.00571EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/09/11 5:54 a.m.16 views

CVE-2026-89045

A flaw was found in zstd-jni. This vulnerability allows an attacker to trigger an infinite loop by providing negative length parameters to the ZstdInputStreamNoFinalizer.read method. This can cause the read method to spin indefinitely, holding the stream monitor and blocking other threads from...

5.1CVSS5.7AI score0.00124EPSS
SaveExploits0References9
Snyk
Snyk
added 2026/09/10 9:04 p.m.8 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop due to negative length validation in readbyte, int, int in src/main/java/com/github/luben/zstd/ZstdInputStreamNoFinalizer.java. An attacker can spin a caller thread indefinitely by supplying a negative len to read, which...

5.1CVSS5.6AI score0.00124EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/09/10 9:03 p.m.8 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read via the getFrameContentSizebyte, int, int, boolean bounds check in src/main/java/com/github/luben/zstd/Zstd.java. An attacker can trigger a JVM crash or read past the start of the input buffer by supplying a negative...

8.8CVSS5.8AI score0.00571EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/10 6:18 p.m.10 views

DEBIAN-CVE-2026-89045

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, blocki...

5.1CVSS5.6AI score0.00124EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 6:18 p.m.7 views

CVE-2026-89045

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, blocki...

5.1CVSS0.00124EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/10 6:18 p.m.8 views

DEBIAN-CVE-2026-89046

zstd-jni versions 1.5.5-6 through 1.5.7-13 contain an out-of-bounds read vulnerability in Zstd.getFrameContentSize that fails to validate negative srcPosition arguments. Attackers can supply negative offset values that bypass bounds checks and reach the native frame-header parser, causing...

8.8CVSS5.7AI score0.00571EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 6:18 p.m.8 views

CVE-2026-89046

zstd-jni versions 1.5.5-6 through 1.5.7-13 contain an out-of-bounds read vulnerability in Zstd.getFrameContentSize that fails to validate negative srcPosition arguments. Attackers can supply negative offset values that bypass bounds checks and reach the native frame-header parser, causing...

8.8CVSS0.00571EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/10 6:18 p.m.7 views

UBUNTU-CVE-2026-89046

zstd-jni versions 1.5.5-6 through 1.5.7-13 contain an out-of-bounds read vulnerability in Zstd.getFrameContentSize that fails to validate negative srcPosition arguments. Attackers can supply negative offset values that bypass bounds checks and reach the native frame-header parser, causing...

8.8CVSS5.7AI score0.00571EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/10 6:18 p.m.9 views

CVE-2026-89046

zstd-jni versions 1.5.5-6 through 1.5.7-13 contain an out-of-bounds read vulnerability in Zstd.getFrameContentSize that fails to validate negative srcPosition arguments. Attackers can supply negative offset values that bypass bounds checks and reach the native frame-header parser, causing...

8.8CVSS5.7AI score0.00571EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/10 6:18 p.m.10 views

UBUNTU-CVE-2026-89045

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, blocki...

5.1CVSS5.6AI score0.00124EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/10 6:18 p.m.10 views

CVE-2026-89045

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, blocki...

5.1CVSS5.6AI score0.00124EPSS
SaveExploits0References2
Rows per page
Query Builder