← Back
CWE-125

9,172 CVEs • Abstraction: Base

Out-of-bounds Read

The product reads data past the end, or before the beginning, of the intended buffer.

JSON object

Loading...

CVEs (9,172)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Gpac
1Gpac
Jun 17, 2026
Sep 12, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
Buffer Over-read in GitHub repository gpac/gpac prior to 2.1.0-DEV.
2Fedoraproject
Libconfuse Project
2Fedora
Libconfuse
Jun 17, 2026
Sep 9, 2022
N/A· v4
8.8 HIGH· v3
N/A· v2
cfg_tilde_expand in confuse.c in libConfuse 3.3 has a heap-based buffer over-read.
1Google
1Android
Jun 17, 2026
Sep 9, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Out of bound read in libapexjni.media.samsung.so prior to SMR Sep-2022 Release 1 allows attacker access unauthorized information.
3Debian
LinuxRedhat
3Debian Linux
Enterprise LinuxLinux Kernel
Jun 17, 2026
Sep 9, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
An out-of-bounds memory read flaw was found in the Linux kernel's BPF subsystem in how a user calls the bpf_tail_call function with a key larger than the max_entries of the map. This flaw allows a local user to gain unau...Show more
An out-of-bounds memory read flaw was found in the Linux kernel's BPF subsystem in how a user calls the bpf_tail_call function with a key larger than the max_entries of the map. This flaw allows a local user to gain unauthorized access to data.Show less
1Assimp
1Assimp
Jun 17, 2026
Sep 6, 2022
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Open Asset Import Library (assimp) commit 3c253ca was discovered to contain a segmentation violation via the component Assimp::XFileImporter::CreateMeshes.
1Google
1Android
Jun 17, 2026
Sep 6, 2022
N/A· v4
4.4 MEDIUM· v3
N/A· v2
In vow, there is a possible out of bounds read due to an incorrect bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. P...Show more
In vow, there is a possible out of bounds read due to an incorrect bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07032686; Issue ID: ALPS07032686.Show less
1Google
1Android
Jun 17, 2026
Sep 6, 2022
N/A· v4
4.4 MEDIUM· v3
N/A· v2
In vow, there is a possible out of bounds read due to an incorrect bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. P...Show more
In vow, there is a possible out of bounds read due to an incorrect bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07032660; Issue ID: ALPS07032660.Show less
1Qualcomm
199Apq8009 Firmware
Apq8009w FirmwareApq8017 Firmware+196 more
Jun 17, 2026
Sep 2, 2022
N/A· v4
9.1 CRITICAL· v3
N/A· v2
An out-of-bounds read can occur while parsing a server certificate due to improper length check in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Co...Show more
An out-of-bounds read can occur while parsing a server certificate due to improper length check in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables, Snapdragon Wired Infrastructure and NetworkingShow less
1Qualcomm
95Apq8017 Firmware
Apq8053 FirmwareAqt1000 Firmware+92 more
Jun 17, 2026
Sep 2, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
Memory corruption due to out of bound read while parsing a video file in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Industrial IOT, Snapdragon Mobile
1Libraw
1Libraw
Jun 17, 2026
Sep 1, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In LibRaw, there is an out-of-bounds read vulnerability within the "LibRaw::parseSonySRF()" function (libraw\src\metadata\sony.cpp) when processing srf files.
2Debian
Libraw
2Debian Linux
Libraw
Jun 17, 2026
Sep 1, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In LibRaw, an out-of-bounds read vulnerability exists within the "LibRaw::adobe_copy_pixel()" function (libraw\src\decoders\dng.cpp) when reading data from the image file.
2Debian
Libraw
2Debian Linux
Libraw
Jun 17, 2026
Sep 1, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In LibRaw, an out-of-bounds read vulnerability exists within the "simple_decode_row()" function (libraw\src\x3f\x3f_utils_patched.cpp) which can be triggered via an image with a large row_stride field.
2Debian
Libraw
2Debian Linux
Libraw
Jun 17, 2026
Sep 1, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In LibRaw, an out-of-bounds read vulnerability exists within the get_huffman_diff() function (libraw\src\x3f\x3f_utils_patched.cpp) when reading data from an image file.
1Contiki Ng
1Contiki Ng.
Jun 17, 2026
Sep 1, 2022
N/A· v4
8.8 HIGH· v3
N/A· v2
Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. The low-power IPv6 network stack of Contiki-NG has a buffer module (os/net/ipv6/uipbuf.c) that processes IPv6 extension heade...Show more
Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. The low-power IPv6 network stack of Contiki-NG has a buffer module (os/net/ipv6/uipbuf.c) that processes IPv6 extension headers in incoming data packets. As part of this processing, the function uipbuf_get_next_header casts a pointer to a uip_ext_hdr structure into the packet buffer at different offsets where extension headers are expected to be found, and then reads from this structure. Because of a lack of bounds checking, the casting can be done so that the structure extends beyond the packet's end. Hence, with a carefully crafted packet, it is possible to cause the Contiki-NG system to read data outside the packet buffer. A patch that fixes the vulnerability is included in Contiki-NG 4.8.Show less
1Contiki Ng
1Contiki Ng.
Jun 17, 2026
Sep 1, 2022
N/A· v4
8.8 HIGH· v3
N/A· v2
Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. The 6LoWPAN implementation in Contiki-NG may cast a UDP header structure at a certain offset in a packet buffer. The code doe...Show more
Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. The 6LoWPAN implementation in Contiki-NG may cast a UDP header structure at a certain offset in a packet buffer. The code does not check whether the packet buffer is large enough to fit a full UDP header structure from the offset where the casting is made. Hence, it is possible to cause an out-of-bounds read beyond the packet buffer. The problem affects anyone running devices with Contiki-NG versions previous to 4.8, and which may receive 6LoWPAN packets from external parties. The problem has been patched in Contiki-NG version 4.8.Show less
1Linux
1Linux Kernel
Jun 17, 2026
Aug 31, 2022
N/A· v4
6.1 MEDIUM· v3
N/A· v2
An out-of-bounds read flaw was found in the Linux kernel’s io_uring module in the way a user triggers the io_read() function with some special parameters. This flaw allows a local user to read some memory out of bounds.
1Deltaww
1Cncsoft
Jun 17, 2026
Aug 31, 2022
N/A· v4
7.1 HIGH· v3
N/A· v2
Delta Electronics CNCSoft (All versions prior to 1.01.32) does not properly sanitize input while processing a specific project file, allowing a possible out-of-bounds read condition.
5Debian
FedoraprojectLibtiff+2 more
5Debian Linux
Enterprise LinuxFedora+2 more
Jun 17, 2026
Aug 31, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
A heap buffer overflow flaw was found in Libtiffs' tiffinfo.c in TIFFReadRawDataStriped() function. This flaw allows an attacker to pass a crafted TIFF file to the tiffinfo tool, triggering a heap buffer overflow issue a...Show more
A heap buffer overflow flaw was found in Libtiffs' tiffinfo.c in TIFFReadRawDataStriped() function. This flaw allows an attacker to pass a crafted TIFF file to the tiffinfo tool, triggering a heap buffer overflow issue and causing a crash that leads to a denial of service.Show less
3Debian
LibtiffNetapp
3Debian Linux
LibtiffOntap Select Deploy Administration Utility
Jun 17, 2026
Aug 29, 2022
N/A· v4
5.5 MEDIUM· v3
N/A· v2
LibTIFF 4.4.0 has an out-of-bounds read in extractImageSection in tools/tiffcrop.c:6905, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is av...Show more
LibTIFF 4.4.0 has an out-of-bounds read in extractImageSection in tools/tiffcrop.c:6905, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 48d6ece8.Show less
1Openscad
1Openscad
Jun 17, 2026
Aug 29, 2022
N/A· v4
7.1 HIGH· v3
N/A· v2
A vulnerbiility was found in Openscad, where a .scad file with no trailing newline could cause an out-of-bounds read during parsing of annotations.