← Back
CWE-787

14,750 CVEs • Abstraction: Base • Likelihood of Exploit: High

Out-of-bounds Write

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

JSON object

Loading...

CVEs (14,750)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Samsung
1Notes
Jun 17, 2026
Mar 6, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
Out-of-bounds write in parsing jpeg image in Samsung Notes prior to version 4.4.26.71 allows local attackers to execute arbitrary code.
1Mozilla
2Firefox
Thunderbird
Jun 17, 2026
Mar 4, 2025
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Memory safety bugs present in Firefox 135, Thunderbird 135, Firefox ESR 128.7, and Thunderbird 128.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could hav...Show more
Memory safety bugs present in Firefox 135, Thunderbird 135, Firefox ESR 128.7, and Thunderbird 128.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability was fixed in Firefox 136, Firefox ESR 128.8, Thunderbird 136, and Thunderbird 128.8.Show less
1Vmware
4Cloud Foundation
EsxiTelco Cloud Infrastructure+1 more
Aug 4, 2026
Mar 4, 2025
N/A· v4
8.2 HIGH· v3
N/A· v2
VMware ESXi contains an arbitrary write vulnerability. A malicious actor with privileges within the VMX process may trigger an arbitrary kernel write leading to an escape of the sandbox.
1Openatom
1Openharmony
Jun 17, 2026
Mar 4, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
in OpenHarmony v5.0.2 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.
1Openatom
1Openharmony
Jun 17, 2026
Mar 4, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
in OpenHarmony v5.0.2 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.
1Openatom
1Openharmony
Jun 17, 2026
Mar 4, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
in OpenHarmony v5.0.2 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.
1Openatom
1Openharmony
Jun 17, 2026
Mar 4, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
in OpenHarmony v5.0.2 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.
1Gnu
1Grub2
Jun 30, 2026
Mar 3, 2025
N/A· v4
6.4 MEDIUM· v3
N/A· v2
A flaw was found in grub2. When performing a symlink lookup from a romfs filesystem, grub's romfs filesystem module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, howe...Show more
A flaw was found in grub2. When performing a symlink lookup from a romfs filesystem, grub's romfs filesystem module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, however, it improperly checks for integer overflows. A maliciously crafted filesystem may lead some of those buffer size calculations to overflow, causing it to perform a grub_malloc() operation with a smaller size than expected. As a result, the grub_romfs_read_symlink() may cause out-of-bounds writes when the calling grub_disk_read() function. This issue may be leveraged to corrupt grub's internal critical data and can result in arbitrary code execution by-passing secure boot protections.Show less
1Gnu
1Grub2
Jun 30, 2026
Mar 3, 2025
N/A· v4
6.4 MEDIUM· v3
N/A· v2
A flaw was found in grub2. When reading data from a jfs filesystem, grub's jfs filesystem module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, however, it improperly...Show more
A flaw was found in grub2. When reading data from a jfs filesystem, grub's jfs filesystem module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, however, it improperly checks for integer overflows. A maliciouly crafted filesystem may lead some of those buffer size calculations to overflow, causing it to perform a grub_malloc() operation with a smaller size than expected. As a result, the grub_jfs_lookup_symlink() function will write past the internal buffer length during grub_jfs_read_file(). This issue can be leveraged to corrupt grub's internal critical data and may result in arbitrary code execution, by-passing secure boot protections.Show less
1Gnu
1Grub2
Jun 30, 2026
Mar 3, 2025
N/A· v4
6.4 MEDIUM· v3
N/A· v2
A flaw was found in grub2. When performing a symlink lookup from a reiserfs filesystem, grub's reiserfs fs module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, howeve...Show more
A flaw was found in grub2. When performing a symlink lookup from a reiserfs filesystem, grub's reiserfs fs module uses user-controlled parameters from the filesystem geometry to determine the internal buffer size, however, it improperly checks for integer overflows. A maliciouly crafted filesystem may lead some of those buffer size calculations to overflow, causing it to perform a grub_malloc() operation with a smaller size than expected. As a result, the grub_reiserfs_read_symlink() will call grub_reiserfs_read_real() with a overflown length parameter, leading to a heap based out-of-bounds write during data reading. This flaw may be leveraged to corrupt grub's internal critical data and can result in arbitrary code execution, by-passing secure boot protections.Show less
1Dlink
1Dap 1562 Firmware
Jun 17, 2026
Mar 3, 2025
6.9 MEDIUM· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
A vulnerability, which was classified as critical, has been found in D-Link DAP-1562 1.10. Affected by this issue is the function http_request_parse of the component HTTP Header Handler. The manipulation of the argument...Show more
A vulnerability, which was classified as critical, has been found in D-Link DAP-1562 1.10. Affected by this issue is the function http_request_parse of the component HTTP Header Handler. The manipulation of the argument Authorization leads to stack-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. This vulnerability only affects products that are no longer supported by the maintainer.Show less
2Gnu
Redhat
3Enterprise Linux
Grub2Openshift Container Platform
Jun 29, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
A flaw was found in the HFS filesystem. When reading an HFS volume's name at grub_fs_mount(), the HFS filesystem driver performs a strcpy() using the user-provided volume name as input without properly validating the vol...Show more
A flaw was found in the HFS filesystem. When reading an HFS volume's name at grub_fs_mount(), the HFS filesystem driver performs a strcpy() using the user-provided volume name as input without properly validating the volume name's length. This issue may read to a heap-based out-of-bounds writer, impacting grub's sensitive data integrity and eventually leading to a secure boot protection bypass.Show less
1Gnu
1Grub2
Jun 30, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
When reading data from a hfs filesystem, grub's hfs filesystem module uses user-controlled parameters from the filesystem metadata to calculate the internal buffers size, however it misses to properly check for integer o...Show more
When reading data from a hfs filesystem, grub's hfs filesystem module uses user-controlled parameters from the filesystem metadata to calculate the internal buffers size, however it misses to properly check for integer overflows. A maliciouly crafted filesystem may lead some of those buffer size calculation to overflow, causing it to perform a grub_malloc() operation with a smaller size than expected. As a result the hfsplus_open_compressed_real() function will write past of the internal buffer length. This flaw may be leveraged to corrupt grub's internal critical data and may result in arbitrary code execution by-passing secure boot protections.Show less
1Gnu
1Grub2
Jun 29, 2026
Mar 3, 2025
N/A· v4
6.7 MEDIUM· v3
N/A· v2
A flaw was found in grub2. When reading tar files, grub2 allocates an internal buffer for the file name. However, it fails to properly verify the allocation against possible integer overflows. It's possible to cause the...Show more
A flaw was found in grub2. When reading tar files, grub2 allocates an internal buffer for the file name. However, it fails to properly verify the allocation against possible integer overflows. It's possible to cause the allocation length to overflow with a crafted tar file, leading to a heap out-of-bounds write. This flaw eventually allows an attacker to circumvent secure boot protections.Show less
1Qualcomm
26Qam8255p Firmware
Qam8295p FirmwareQam8620p Firmware+23 more
Jun 17, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
Memory corruption while reading a type value from a buffer controlled by the Guest Virtual Machine.
1Qualcomm
44Msm8996au Firmware
Qam8255p FirmwareQam8295p Firmware+41 more
Jun 17, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
Memory corruption while processing input message passed from FE driver.
1Qualcomm
26Qam8255p Firmware
Qam8295p FirmwareQam8620p Firmware+23 more
Jun 17, 2026
Mar 3, 2025
N/A· v4
8.8 HIGH· v3
N/A· v2
Memory corruption while reading a value from a buffer controlled by the Guest Virtual Machine.
1Qualcomm
23Qam8255p Firmware
Qam8295p FirmwareQam8620p Firmware+20 more
Jun 17, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
Memory corruption may occur during communication between primary and guest VM.
1Qualcomm
26Qam8255p Firmware
Qam8295p FirmwareQam8620p Firmware+23 more
Jun 17, 2026
Mar 3, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
Memory corruption may occur due to improper input validation in clock device.
1Tenda
1Ac8 Firmware
Jun 17, 2026
Mar 3, 2025
8.7 HIGH· v4
9.8 CRITICAL· v3
9.0 HIGH· v2
A vulnerability was found in Tenda AC8 16.03.34.06 and classified as critical. This issue affects the function sub_49E098 of the file /goform/SetIpMacBind of the component Parameter Handler. The manipulation of the argum...Show more
A vulnerability was found in Tenda AC8 16.03.34.06 and classified as critical. This issue affects the function sub_49E098 of the file /goform/SetIpMacBind of the component Parameter Handler. The manipulation of the argument list leads to stack-based buffer overflow. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.Show less