Lucene search
+L

151455 matches found

CVE
CVE
added 2026/09/09 2:32 p.m.11 views

CVE-2026-87824

zstd-jni (Java binding for the zstd compression library) versions 1.3.3-1 through 1.5.7-13 contain an out-of-bounds read vulnerability in the Zstd.trainFromBufferDirect method. The root cause is a failure to validate the samples buffer capacity in the native implementation (jni_zdict.c): an attac...

8.7CVSS0.00389EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/09 2:32 p.m.8 views

EUVD-2026-75022

zstd-jni before 1.5.7-14 fails to validate the samples buffer capacity in Zstd.trainFromBufferDirect, allowing attackers to read past buffer boundaries by supplying oversized per-sample lengths. Attackers can trigger out-of-bounds memory access by providing crafted sample length arrays that cause...

8.7CVSS0.00389EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/09 2:32 p.m.10 views

CVE-2026-87824 zstd-jni 1.3.3-1 through 1.5.7-13 Out-of-Bounds Read via Zstd.trainFromBufferDirect

zstd-jni before 1.5.7-14 fails to validate the samples buffer capacity in Zstd.trainFromBufferDirect, allowing attackers to read past buffer boundaries by supplying oversized per-sample lengths. Attackers can trigger out-of-bounds memory access by providing crafted sample length arrays that cause...

8.7CVSS6.1AI score
SaveExploits0References11
OSV
OSV
added 2026/09/09 2:32 p.m.6 views

CVE-2026-87823 zstd-jni 1.1.1 through 1.5.7-13 Out-of-Bounds Read via Direct ByteBuffer Frame-Size Methods

zstd-jni before 1.5.7-14 performs 32-bit signed bounds checks on three direct-ByteBuffer frame-size native methods, allowing out-of-bounds memory reads via negative or overflowing offsets. Attackers can supply negative offset values near Integer.MINVALUE to read unmapped memory, causing JVM...

8.8CVSS6AI score
SaveExploits0References11
CVE
CVE
added 2026/09/09 2:32 p.m.15 views

CVE-2026-87823

zstd-jni (Java JNI binding for Zstandard compression) versions 1.1.1 through 1.5.7-13 are vulnerable to an out-of-bounds read caused by 32-bit signed bounds checks in three direct-ByteBuffer frame-size native methods. An attacker can supply negative offset values near Integer.MIN_VALUE , causing ...

8.8CVSS0.00432EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/09 2:32 p.m.31 views

CVE-2026-87823 zstd-jni 1.1.1 through 1.5.7-13 Out-of-Bounds Read via Direct ByteBuffer Frame-Size Methods

zstd-jni before 1.5.7-14 performs 32-bit signed bounds checks on three direct-ByteBuffer frame-size native methods, allowing out-of-bounds memory reads via negative or overflowing offsets. Attackers can supply negative offset values near Integer.MINVALUE to read unmapped memory, causing JVM...

8.8CVSS0.00432EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/09 2:32 p.m.8 views

CVE-2026-87823

zstd-jni before 1.5.7-14 performs 32-bit signed bounds checks on three direct-ByteBuffer frame-size native methods, allowing out-of-bounds memory reads via negative or overflowing offsets. Attackers can supply negative offset values near Integer.MINVALUE to read unmapped memory, causing JVM...

8.8CVSS0.00432EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/09 2:32 p.m.7 views

EUVD-2026-75021

zstd-jni before 1.5.7-14 performs 32-bit signed bounds checks on three direct-ByteBuffer frame-size native methods, allowing out-of-bounds memory reads via negative or overflowing offsets. Attackers can supply negative offset values near Integer.MINVALUE to read unmapped memory, causing JVM...

8.8CVSS0.00432EPSS
SaveExploits0References8
NVD
NVD
added 2026/09/09 2:17 p.m.5 views

CVE-2026-56711

VLC media player computes the size of a picture buffer with 32-bit arithmetic and allocates from the wrapped result. In AllocatePicture in src/misc/picture.c the running total is accumulated as ibytes += p-ipitch p-ilines, and both planet fields are declared int in include/vlcpicture.h, so the...

8.8CVSS0.00299EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/09 2:16 p.m.6 views

gzip: gzip: Information disclosure via global buffer overflow in LZH decompression

A flaw was found in GNU gzip. This global buffer overflow vulnerability in the LZH decompression logic is caused by improper reuse of shared global state between different decompression formats. An attacker can exploit this by providing a specially crafted LZW file followed by a specially crafted...

7.5CVSS0.00415EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/09 2:00 p.m.4 views

UBUNTU-CVE-2026-61908

JMAP email-header blob ID out-of-bounds index: An authenticated user could attempt to download a specially crafted JMAP blob ID of the form H-, which could read past the end of the internal blobheaders array during download, exposing adjacent heap memory...

3.1CVSS0.00205EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/09 2:00 p.m.5 views

CVE-2026-61908

JMAP email-header blob ID out-of-bounds index: An authenticated user could attempt to download a specially crafted JMAP blob ID of the form H-, which could read past the end of the internal blobheaders array during download, exposing adjacent heap memory...

3.1CVSS0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/09 1:31 p.m.4 views

CVE-2026-73324 VLC media player 3.0.0 through 3.0.23 Heap Out-of-Bounds Read via Unterminated RealRTSP Response Line

VLC media player copies an RTSP response line into a fixed buffer without guaranteeing termination and then treats that buffer as a C string. RtspReadLine in modules/access/rtsp/access.c calls strncpy with the full buffer length, which writes no terminator when the source line is at least as long...

6.9CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2026/09/09 1:31 p.m.19 views

CVE-2026-73324

VLC media player 3.0.0 through 3.0.23 is affected by a heap out-of-bounds read in the RTSP module. The root cause is that RtspReadLine in modules/access/rtsp/access.c calls strncpy with the full buffer length without guaranteeing null termination, and rtsp_get in modules/access/rtsp/rtsp.c passes...

6.9CVSS0.00332EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 1:31 p.m.26 views

CVE-2026-56711

VLC media player 3.0.0 through 3.0.23 is affected by a heap out-of-bounds write caused by a 32-bit integer overflow in picture buffer allocation. In AllocatePicture (src/misc/picture.c), the fields i_pitch and i_lines are declared as int, so the multiplication wraps before widening to the size_t ...

8.8CVSS0.00299EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/09 1:31 p.m.30 views

CVE-2026-56711 VLC media player 3.0.0 through 3.0.23 Heap Out-of-Bounds Write via Integer Overflow in Picture Allocation

VLC media player computes the size of a picture buffer with 32-bit arithmetic and allocates from the wrapped result. In AllocatePicture in src/misc/picture.c the running total is accumulated as ibytes += p-ipitch p-ilines, and both planet fields are declared int in include/vlcpicture.h, so the...

8.8CVSS0.00299EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/09 1:31 p.m.14 views

CVE-2026-56711 VLC media player 3.0.0 through 3.0.23 Heap Out-of-Bounds Write via Integer Overflow in Picture Allocation

VLC media player computes the size of a picture buffer with 32-bit arithmetic and allocates from the wrapped result. In AllocatePicture in src/misc/picture.c the running total is accumulated as ibytes += p-ipitch p-ilines, and both planet fields are declared int in include/vlcpicture.h, so the...

8.6CVSS6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/09 1:27 p.m.5 views

CVE-2025-14847---MongoBleed

Mongobleed CVE-2025-14847 – Go 概念验证(PoC) 本仓库包含针对 CVE-2025-14847 的 Go 概念验证漏洞利用程序,该漏洞是 MongoDB 的一个内存泄露漏洞,通常被称为 Mongobleed 。 该 PoC 是 Joe Desimone 原始 Python 漏洞利用程序的 Go 重实现,可在此获取: https://github.com/joe-desimone/mongobleed 该漏洞利用程序利用 zlib 解压和 BSON 解析缺陷,从存在漏洞的 MongoDB 服务器中泄露未初始化内存。 阅读博客文章 -...

8.7CVSS7.8AI score0.83218EPSS
SaveExploits39References2
RedHat Linux
RedHat Linux
added 2026/09/09 1:06 p.m.7 views

Moderate: Red Hat Security Advisory: gstreamer1-plugins-good security update

An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, ...

7.5CVSS0.00883EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/09 1:06 p.m.7 views

gstreamer1-plugins-good: gstreamer: out-of-bounds read in avidemux vprp video field descriptor parsing

A flaw was found in GStreamer gst-plugins-good avidemux. In gstavidemuxriffparsevprp, the number of available gstriffvprpvideofielddesc entries is calculated by dividing the remaining buffer size by the attacker-controlled vprp-fields value, rather than by sizeofgstriffvprpvideofielddesc. This ca...

6.1CVSS0.00131EPSS
SaveExploits0References6
Rows per page
Query Builder