← Back
CWE-125

9,168 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,168)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Apple
1Macos
Jun 17, 2026
May 8, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
An out-of-bounds read issue was addressed with improved input validation. This issue is fixed in GarageBand for macOS 10.4.8. Parsing a maliciously crafted MIDI file may lead to an unexpected application termination or a...Show more
An out-of-bounds read issue was addressed with improved input validation. This issue is fixed in GarageBand for macOS 10.4.8. Parsing a maliciously crafted MIDI file may lead to an unexpected application termination or arbitrary code execution.Show less
1Apple
5Ipados
Iphone OsMacos+2 more
Jun 17, 2026
May 8, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
An out-of-bounds read was addressed with improved input validation. This issue is fixed in macOS Ventura 13.3, tvOS 16.4, iOS 16.4 and iPadOS 16.4, watchOS 9.4. Processing a maliciously crafted image may result in disclo...Show more
An out-of-bounds read was addressed with improved input validation. This issue is fixed in macOS Ventura 13.3, tvOS 16.4, iOS 16.4 and iPadOS 16.4, watchOS 9.4. Processing a maliciously crafted image may result in disclosure of process memory.Show less
1Apple
3Ipados
Iphone OsTvos
Jun 17, 2026
May 8, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in tvOS 16.4, iOS 16.4 and iPadOS 16.4. Processing a maliciously crafted Bluetooth packet may result in disclosure of process memory.
1Llvm
1Llvm
Jun 17, 2026
May 5, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
llvm-project commit a0138390 was discovered to contain a segmentation fault via the component mlir::Type::isa<mlir::LLVM::LLVMVoidType.
1Llvm
1Llvm
Jun 17, 2026
May 5, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
llvm-project commit a0138390 was discovered to contain a segmentation fault via the component matchAndRewriteSortOp<mlir::sparse_tensor::SortOp>(mlir::sparse_tensor::SortOp.
1Llvm
1Llvm
Jun 17, 2026
May 5, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
llvm-project commit a0138390 was discovered to contain a segmentation fault via the component mlir::spirv::TargetEnv::TargetEnv(mlir::spirv::TargetEnvAttr).
1Llvm
1Llvm
Jun 17, 2026
May 5, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
llvm-project commit 6c01b5c was discovered to contain a segmentation fault via the component mlir::Type::getDialect().
1Llvm
1Llvm
Jun 17, 2026
May 5, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
llvm-project commit bd456297 was discovered to contain a segmentation fault via the component mlir::Block::getArgument.
1Samsung
1Samsung Blockchain Keystore
Jun 17, 2026
May 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Out-of-bounds Read vulnerability while processing CMD_COLDWALLET_BTC_SET_PRV_UTXO in bc_core trustlet from Samsung Blockchain Keystore prior to version 1.3.12.1 allows local attacker to read arbitrary memory.
1Samsung
1Samsung Blockchain Keystore
Jun 17, 2026
May 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Out-of-bounds Read vulnerability while processing BC_TUI_CMD_UPDATE_SCREEN in bc_tui trustlet from Samsung Blockchain Keystore prior to version 1.3.12.1 allows local attacker to read arbitrary memory.
1Samsung
1Samsung Blockchain Keystore
Jun 17, 2026
May 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Out-of-bounds Read vulnerability while processing BC_TUI_CMD_SEND_RESOURCE_DATA_ARRAY command in bc_tui trustlet from Samsung Blockchain Keystore prior to version 1.3.12.1 allows local attacker to read arbitrary memory.
2Debian
Frrouting
2Debian Linux
Frrouting
Jun 17, 2026
May 3, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
An out-of-bounds read exists in the BGP daemon of FRRouting FRR through 8.4. When sending a malformed BGP OPEN message that ends with the option length octet (or the option length word, in case of an extended OPEN messag...Show more
An out-of-bounds read exists in the BGP daemon of FRRouting FRR through 8.4. When sending a malformed BGP OPEN message that ends with the option length octet (or the option length word, in case of an extended OPEN message), the FRR code reads of out of the bounds of the packet, throwing a SIGABRT signal and exiting. This results in a bgpd daemon restart, causing a Denial-of-Service condition.Show less
2Debian
Frrouting
2Debian Linux
Frrouting
Jun 17, 2026
May 3, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
An issue was discovered in bgpd in FRRouting (FRR) through 8.4. By crafting a BGP OPEN message with an option of type 0xff (Extended Length from RFC 9072), attackers may cause a denial of service (assertion failure and d...Show more
An issue was discovered in bgpd in FRRouting (FRR) through 8.4. By crafting a BGP OPEN message with an option of type 0xff (Extended Length from RFC 9072), attackers may cause a denial of service (assertion failure and daemon restart, or out-of-bounds read). This is possible because of inconsistent boundary checks that do not account for reading 3 bytes (instead of 2) in this 0xff case. NOTE: this behavior occurs in bgp_open_option_parse in the bgp_open.c file, a different location (with a different attack vector) relative to CVE-2022-40302.Show less
2Debian
Frrouting
2Debian Linux
Frrouting
Jun 17, 2026
May 3, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
An issue was discovered in bgpd in FRRouting (FRR) through 8.4. By crafting a BGP OPEN message with an option of type 0xff (Extended Length from RFC 9072), attackers may cause a denial of service (assertion failure and d...Show more
An issue was discovered in bgpd in FRRouting (FRR) through 8.4. By crafting a BGP OPEN message with an option of type 0xff (Extended Length from RFC 9072), attackers may cause a denial of service (assertion failure and daemon restart, or out-of-bounds read). This is possible because of inconsistent boundary checks that do not account for reading 3 bytes (instead of 2) in this 0xff case.Show less
1Shapeshift
1Keepkey Firmware
Jun 17, 2026
May 2, 2023
N/A· v4
5.7 MEDIUM· v3
N/A· v2
Insufficient length checks in the ShapeShift KeepKey hardware wallet firmware before 7.7.0 allow a global buffer overflow via crafted messages. Flaws in cf_confirmExecTx() in ethereum_contracts.c can be used to reveal ar...Show more
Insufficient length checks in the ShapeShift KeepKey hardware wallet firmware before 7.7.0 allow a global buffer overflow via crafted messages. Flaws in cf_confirmExecTx() in ethereum_contracts.c can be used to reveal arbitrary microcontroller memory on the device screen or crash the device. With physical access to a PIN-unlocked device, attackers can extract the BIP39 mnemonic secret from the hardware wallet.Show less
1Qualcomm
99Aqt1000 Firmware
Ar8035 FirmwareQam8295p Firmware+96 more
Jun 17, 2026
May 2, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Information disclosure due to buffer over-read in Trusted Execution Environment while QRKS report generation.
1Qualcomm
139205 Lte Modem Firmware
9206 Lte Modem Firmware9207 Lte Modem Firmware+10 more
Jun 17, 2026
May 2, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Information disclosure due to buffer over-read in Modem while parsing DNS hostname.
1Contiki Ng
1Contiki Ng.
Jun 17, 2026
Apr 26, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Contiki-NG is an operating system for Internet of Things devices. An off-by-one error can be triggered in the Antelope database management system in the Contiki-NG operating system in versions 4.8 and prior. The problem...Show more
Contiki-NG is an operating system for Internet of Things devices. An off-by-one error can be triggered in the Antelope database management system in the Contiki-NG operating system in versions 4.8 and prior. The problem exists in the Contiki File System (CFS) backend for the storage of data (file os/storage/antelope/storage-cfs.c). In the functions `storage_get_index` and `storage_put_index`, a buffer for merging two strings is allocated with one byte less than the maximum size of the merged strings, causing subsequent function calls to the cfs_open function to read from memory beyond the buffer size. The vulnerability has been patched in the "develop" branch of Contiki-NG, and is expected to be included in the next release. As a workaround, the problem can be fixed by applying the patch in Contiki-NG pull request #2425.Show less
1Vmware
2Fusion
Workstation
Jun 17, 2026
Apr 25, 2023
N/A· v4
6.0 MEDIUM· v3
N/A· v2
VMware Workstation and Fusion contain an out-of-bounds read vulnerability that exists in the functionality for sharing host Bluetooth devices with the virtual machine.
1Nvidia
1Cuda Toolkit
Jun 17, 2026
Apr 22, 2023
N/A· v4
6.6 MEDIUM· v3
N/A· v2
NVIDIA CUDA toolkit for Linux and Windows contains a vulnerability in cuobjdump, where an attacker may cause an out-of-bounds read by tricking a user into running cuobjdump on a malformed input file. A successful exploit...Show more
NVIDIA CUDA toolkit for Linux and Windows contains a vulnerability in cuobjdump, where an attacker may cause an out-of-bounds read by tricking a user into running cuobjdump on a malformed input file. A successful exploit of this vulnerability may lead to limited denial of service, code execution, and limited information disclosure.Show less