CWE-823
Use of Out-of-range Pointer Offset
Extended description
While a pointer can contain a reference to any arbitrary memory location, a program typically only intends to use the pointer to access limited portions of memory, such as contiguous memory used to access an individual array. Programs may use offsets in order to access fields or sub-elements stored within structured data. The offset might be out-of-range if it comes from an untrusted source, is the result of an incorrect calculation, or occurs because of another error. If an attacker can control or influence the offset so that it points outside of the intended boundaries of the structure, then the attacker may be able to read or write to memory locations that are used elsewhere in the product. As a result, the attack might change the state of the product as accessed through program variables, cause a crash or instable behavior, and possibly lead to code execution.
Common consequences3
- ConfidentialityRead Memory
If the untrusted pointer is used in a read operation, an attacker might be able to read sensitive portions of memory.
- AvailabilityDoS: Crash, Exit, or Restart
If the untrusted pointer references a memory location that is not accessible to the program, or points to a location that is "malformed" or larger than expected by a read or write operation, the application may terminate unexpectedly.
- IntegrityConfidentialityAvailabilityExecute Unauthorized Code or CommandsModify Memory
If the untrusted pointer is used in a function call, or points to unexpected data in a write operation, then code execution may be possible.
CVEs referencing this CWE94
| CVE | Description | Severity | EPSS | Flags | Modified |
|---|---|---|---|---|---|
| CVE-2016-2161 | In Apache HTTP Server versions 2.4.0 to 2.4.23, malicious input to mod_auth_digest can cause the server to crash, and each instance continues to crash even for subsequently valid requests. | NONE | 21%p97 | 2026-05-13 | |
| CVE-2020-6112 | An exploitable code execution vulnerability exists in the JPEG2000 Stripe Decoding functionality of Nitro Software, Inc.’s Nitro Pro 13.13.2.242 when decoding sub-samples. While initializing tiles with sub-sample data, the application can miscalculate a pointer for the stripes in the tile which allow for the decoder to write out of-bounds and cause memory corruption. This can result in code execution. A specially crafted image can be embedded inside a PDF and loaded by a victim in order to trigger this vulnerability. | HIGH7.8 | 17%p97 | 2024-11-21 | |
| CVE-2020-27009 | A vulnerability has been identified in APOGEE PXC Compact (BACnet) (All versions < V3.5.5), APOGEE PXC Compact (P2 Ethernet) (All versions < V2.8.20), APOGEE PXC Modular (BACnet) (All versions < V3.5.5), APOGEE PXC Modular (P2 Ethernet) (All versions < V2.8.20), Nucleus NET (All versions < V5.2), Nucleus Source Code (Versions including affected DNS modules), TALON TC Compact (BACnet) (All versions < V3.5.5), TALON TC Modular (BACnet) (All versions < V3.5.5). The DNS domain name record decompression functionality does not properly validate the pointer offset values. The parsing of malformed responses could result in a write past the end of an allocated structure. An attacker with a privileged position in the network could leverage this vulnerability to execute code in the context of the current process or cause a denial-of-service condition. | HIGH8.1 | 7.19%p94 | 2024-11-21 | |
| CVE-2023-46724 | Squid is a caching proxy for the Web. Due to an Improper Validation of Specified Index bug, Squid versions 3.3.0.1 through 5.9 and 6.0 prior to 6.4 compiled using `--with-openssl` are vulnerable to a Denial of Service attack against SSL Certificate validation. This problem allows a remote server to perform Denial of Service against Squid Proxy by initiating a TLS Handshake with a specially crafted SSL Certificate in a server certificate chain. This attack is limited to HTTPS and SSL-Bump. This bug is fixed in Squid version 6.4. In addition, patches addressing this problem for the stable releases can be found in Squid's patch archives. Those who you use a prepackaged version of Squid should refer to the package vendor for availability information on updated packages. | HIGH7.5 | 4.01%p89 | 2025-02-13 | |
| CVE-2020-13573 | A denial-of-service vulnerability exists in the Ethernet/IP server functionality of Rockwell Automation RSLinx Classic 2.57.00.14 CPR 9 SR 3. A specially crafted network request can lead to a denial of service. An attacker can send a sequence of malicious packets to trigger this vulnerability. | HIGH7.5 | 3.45%p87 | 2024-11-21 | |
| CVE-2022-0685 | Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2.4418. | HIGH7.8 | 1.80%p76 | 2024-11-21 | |
| CVE-2022-0554 | Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2. | HIGH7.8 | 1.68%p74 | 2024-11-21 | |
| CVE-2022-0729 | Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2.4440. | HIGH8.8 | 1.62%p73 | 2024-11-21 | |
| CVE-2022-46377 | An out-of-bounds read vulnerability exists in the PORT command parameter extraction functionality of Weston Embedded uC-FTPs v 1.98.00. A specially-crafted set of network packets can lead to denial of service. An attacker can send packets to trigger this vulnerability.This vulnerability occurs when no IP address argument is provided to the `PORT` command. | HIGH7.5 | 1.48%p71 | 2025-11-04 | |
| CVE-2022-46378 | An out-of-bounds read vulnerability exists in the PORT command parameter extraction functionality of Weston Embedded uC-FTPs v 1.98.00. A specially-crafted set of network packets can lead to denial of service. An attacker can send packets to trigger this vulnerability.This vulnerability occurs when no port argument is provided to the `PORT` command. | HIGH7.5 | 1.42%p69 | 2025-11-04 | |
| CVE-2022-1420 | Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2.4774. | MEDIUM5.5 | 1.42%p69 | 2024-11-21 | |
| CVE-2021-3889 | libmobi is vulnerable to Use of Out-of-range Pointer Offset | HIGH8.1 | 1.20%p64 | 2024-11-21 | |
| CVE-2021-3888 | libmobi is vulnerable to Use of Out-of-range Pointer Offset | HIGH8.1 | 1.20%p64 | 2024-11-21 | |
| CVE-2026-42946 | A vulnerability exists in the ngx_http_scgi_module and ngx_http_uwsgi_module modules that may result in excessive memory allocation or an over-read of data. When scgi_pass or uwsgi_pass is configured, an unauthenticated attacker with man-in-the-middle (MITM) ability to control responses from an upstream server may be able to read the memory of the NGINX worker process or restart it. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated. | HIGH7.4 | 0.93%p56 | 2026-06-16 | |
| CVE-2022-0614 | Use of Out-of-range Pointer Offset in Homebrew mruby prior to 3.2. | MEDIUM5.5 | 0.91%p55 | 2024-11-21 | |
| CVE-2022-32142 | Multiple CODESYS Products are prone to a out-of bounds read or write access. A low privileged remote attacker may craft a request with invalid offset, which can cause an out-of-bounds read or write access, resulting in denial-of-service condition or local memory overwrite, which can lead to a change of local files. User interaction is not required. | HIGH8.1 | 0.90%p55 | 2024-11-21 | |
| CVE-2023-33106 | Memory corruption while submitting a large list of sync points in an AUX command to the IOCTL_KGSL_GPU_AUX_COMMAND. | HIGH7.8 | 0.85%p53 | KEV | 2025-10-28 |
| CVE-2021-34595 | A crafted request with invalid offsets may cause an out-of-bounds read or write access in CODESYS V2 Runtime Toolkit 32 Bit full and PLCWinNT prior to versions V2.4.7.56, resulting in a denial-of-service condition or local memory overwrite. | HIGH8.1 | 0.85%p53 | 2025-08-15 | |
| CVE-2017-20211 | UCanCode E-XD++ Visualization Enterprise Suite contains an untrusted pointer dereference vulnerability via the TKDRAWCAD.TKDrawCADCtrl.1 ActiveX control. This is because it exposes a RotateShape method that dereferences a user-supplied pointer without sufficient validation. A crafted input may cause the control to dereference an attacker-controlled pointer, enabling remote code execution in the context of the hosting process. The vulnerability requires user interaction (instantiation of the ActiveX control via a web page or a file). | NONE | 0.65%p46 | 2026-04-15 | |
| CVE-2023-20187 | A vulnerability in the Multicast Leaf Recycle Elimination (mLRE) feature of Cisco IOS XE Software for Cisco ASR 1000 Series Aggregation Services Routers could allow an unauthenticated, remote attacker to cause the affected device to reload, resulting in a denial of service (DoS) condition. This vulnerability is due to incorrect handling of certain IPv6 multicast packets when they are fanned out more than seven times on an affected device. An attacker could exploit this vulnerability by sending a specific IPv6 multicast or IPv6 multicast VPN (MVPNv6) packet through the affected device. A successful exploit could allow the attacker to cause a reload of the affected device, resulting in a DoS condition. | HIGH7.5 | 0.65%p46 | 2024-11-21 | |
| CVE-2022-21147 | An out of bounds read vulnerability exists in the malware scan functionality of ESTsoft Alyac 2.5.7.7. A specially-crafted PE file can trigger this vulnerability to cause denial of service and termination of malware scan. An attacker can provide a malicious file to trigger this vulnerability. | MEDIUM5.5 | 0.63%p45 | 2025-04-15 | |
| CVE-2023-24855 | Memory corruption in Modem while processing security related configuration before AS Security Exchange. | CRITICAL9.8 | 0.54%p41 | 2025-08-11 | |
| CVE-2024-6603 | In an out-of-memory scenario an allocation could fail but free would have been called on the pointer afterwards leading to memory corruption. This vulnerability affects Firefox < 128, Firefox ESR < 115.13, Thunderbird < 115.13, and Thunderbird < 128. | HIGH7.4 | 0.53%p41 | 2025-10-30 | |
| CVE-2026-32829 | lz4_flex is a pure Rust implementation of LZ4 compression/decompression. In versions 0.11.5 and below, and 0.12.0, decompressing invalid LZ4 data can leak sensitive information from uninitialized memory or from previous decompression operations. The library fails to properly validate offset values during LZ4 "match copy operations," allowing out-of-bounds reads from the output buffer. The block-based API functions (`decompress_into`, `decompress_into_with_dict`, and others when `safe-decode` is disabled) are affected, while all frame APIs are unaffected. The impact is potential exposure of sensitive data and secrets through crafted or malformed LZ4 input. This issue has been fixed in versions 0.11.6 and 0.12.1. | HIGH7.5 | 0.44%p35 | 2026-03-30 | |
| CVE-2023-2426 | Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 9.0.1499. | MEDIUM5.5 | 0.41%p32 | 2024-11-21 | |
| CVE-2025-46806 | A Use of Out-of-range Pointer Offset vulnerability in sslh leads to denial of service on some architectures.This issue affects sslh before 2.2.4. | NONE | 0.40%p32 | 2026-04-15 | |
| CVE-2024-42416 | The ctl_report_supported_opcodes function did not sufficiently validate a field provided by userspace, allowing an arbitrary write to a limited amount of kernel help memory. Malicious software running in a guest VM that exposes virtio_scsi can exploit the vulnerabilities to achieve code execution on the host in the bhyve userspace process, which typically runs as root. Note that bhyve runs in a Capsicum sandbox, so malicious code is constrained by the capabilities available to the bhyve process. A malicious iSCSI initiator could achieve remote code execution on the iSCSI target host. | HIGH8.8 | 0.40%p31 | 2025-11-04 | |
| CVE-2021-1352 | A vulnerability in the DECnet Phase IV and DECnet/OSI protocol processing of Cisco IOS XE Software could allow an unauthenticated, adjacent attacker to cause a denial of service (DoS) condition on an affected device. The vulnerability is due to insufficient input validation of DECnet traffic that is received by an affected device. An attacker could exploit this vulnerability by sending DECnet traffic to an affected device. A successful exploit could allow the attacker to cause the affected device to reload, resulting in a DoS condition. | MEDIUM6.5 | 0.40%p32 | 2024-11-21 | |
| CVE-2025-54152 | A use of out-of-range pointer offset vulnerability has been reported to affect Qsync Central. If a remote attacker gains a user account, they can then exploit the vulnerability to read sensitive portions of memory. We have already fixed the vulnerability in the following version: Qsync Central 5.0.0.4 ( 2026/01/20 ) and later | MEDIUM6.5 | 0.37%p29 | 2026-02-12 | |
| CVE-2024-42386 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows an attacker to send an unexpected TLS packet and produce a segmentation fault on the application. | HIGH7.5 | 0.35%p27 | 2024-11-19 | |
| CVE-2023-43553 | Memory corruption while parsing beacon/probe response frame when AP sends more supported links in MLIE. | CRITICAL9.8 | 0.35%p27 | 2025-01-09 | |
| CVE-2023-22388 | Memory Corruption in Multi-mode Call Processor while processing bit mask API. | CRITICAL9.8 | 0.35%p27 | 2025-12-16 | |
| CVE-2025-11232 | To trigger the issue, three configuration parameters must have specific settings: "hostname-char-set" must be left at the default setting, which is "[^A-Za-z0-9.-]"; "hostname-char-replacement" must be empty (the default); and "ddns-qualifying-suffix" must *NOT* be empty (the default is empty). DDNS updates do not need to be enabled for this issue to manifest. A client that sends certain option content would then cause kea-dhcp4 to exit unexpectedly. This issue affects Kea versions 3.0.1 through 3.0.1 and 3.1.1 through 3.1.2. | HIGH7.5 | 0.34%p26 | 2026-04-15 | |
| CVE-2017-11076 | On some hardware revisions where VP9 decoding is hardware-accelerated, the frame size is not programmed correctly into the decoder hardware which can lead to an invalid memory access by the decoder. | HIGH8.8 | 0.33%p25 | 2025-01-09 | |
| CVE-2022-43665 | A denial of service vulnerability exists in the malware scan functionality of ESTsoft Alyac 2.5.8.645. A specially-crafted PE file can lead to killing target process. An attacker can provide a malicious file to trigger this vulnerability. | MEDIUM5.5 | 0.33%p24 | 2025-03-26 | |
| CVE-2026-41907 | uuid is for the creation of RFC9562 (formerly RFC4122) UUIDs. Prior to 14.0.0, v3, v5, and v6 accept external output buffers but do not reject out-of-range writes (small buf or large offset). This allows silent partial writes into caller-provided buffers. This vulnerability is fixed in 14.0.0. | HIGH7.5 | 0.31%p23 | 2026-05-21 | |
| CVE-2024-42389 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows an attacker to send an unexpected TLS packet and force the application to read unintended heap memory space. | MEDIUM5.3 | 0.30%p22 | 2024-11-19 | |
| CVE-2024-42388 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows an attacker to send an unexpected TLS packet and force the application to read unintended heap memory space. | MEDIUM5.3 | 0.30%p22 | 2024-11-19 | |
| CVE-2024-42387 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows an attacker to send an unexpected TLS packet and force the application to read unintended heap memory space. | MEDIUM5.3 | 0.30%p22 | 2024-11-19 | |
| CVE-2026-21732 | A web page that contains unusual GPU shader code is loaded into the GPU compiler process and can trigger a write out-of-bounds write crash in the GPU shader compiler library. On certain platforms, when the compiler process has system privileges this could enable further exploits on the device. An edge case using a very large value in switch statements in GPU shader code can cause a segmentation fault in the GPU shader compiler due to an out-of-bounds write access. | CRITICAL9.6 | 0.29%p20 | 2026-04-21 | |
| CVE-2024-1013 | An out-of-bounds stack write flaw was found in unixODBC on 64-bit architectures where the caller has 4 bytes and callee writes 8 bytes. This issue may go unnoticed on little-endian architectures, while big-endian architectures can be broken. | HIGH7.8 | 0.28%p20 | 2025-11-20 | |
| CVE-2023-6560 | An out-of-bounds memory access flaw was found in the io_uring SQ/CQ rings functionality in the Linux kernel. This issue could allow a local user to crash the system. | MEDIUM5.5 | 0.28%p20 | 2024-11-21 | |
| CVE-2022-42264 | NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer, where an unprivileged regular user can cause the use of an out-of-range pointer offset, which may lead to data tampering, data loss, information disclosure, or denial of service. | HIGH7.8 | 0.28%p19 | 2025-04-11 | |
| CVE-2024-42391 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows an attacker to send an unexpected TLS packet and force the application to read unintended heap memory space. | MEDIUM5.3 | 0.27%p19 | 2024-11-19 | |
| CVE-2024-42390 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows an attacker to send an unexpected TLS packet and force the application to read unintended heap memory space. | MEDIUM5.3 | 0.27%p19 | 2024-11-19 | |
| CVE-2024-42383 | Use of Out-of-range Pointer Offset vulnerability in Cesanta Mongoose Web Server v7.14 allows to write a NULL byte value beyond the memory space dedicated for the hostname field. | CRITICAL9.8 | 0.26%p17 | 2024-11-19 | |
| CVE-2023-43534 | Memory corruption while validating the TID to Link Mapping action request frame, when a station connects to an access point. | CRITICAL9.8 | 0.26%p18 | 2025-08-11 | |
| CVE-2025-33215 | NVIDIA SNAP-4 Container contains a vulnerability in the VIRTIO-BLK component where a malicious guest VM may cause use of out-of-range pointer offset by sending crafted messages. A successful exploit of this vulnerability may lead to a denial of service of the DPA and impact the availability of storage to other VMs. | MEDIUM6.8 | 0.25%p16 | 2026-03-25 | |
| CVE-2024-52935 | Kernel software installed and running inside a Guest VM may exploit memory shared with the GPU Firmware to write data outside the Guest's virtualised GPU memory. | MEDIUM4.1 | 0.23%p13 | 2026-04-15 | |
| CVE-2020-8904 | An arbitrary memory overwrite vulnerability in the trusted memory of Asylo exists in versions prior to 0.6.0. As the ecall_restore function fails to validate the range of the output_len pointer, an attacker can manipulate the tmp_output_len value and write to an arbitrary location in the trusted (enclave) memory. We recommend updating Asylo to version 0.6.0 or later. | CRITICAL9.6 | 0.23%p14 | 2024-11-21 | |
| CVE-2024-47893 | Kernel software installed and running inside a Guest VM may exploit memory shared with the GPU Firmware to read and/or write data outside the Guest's virtualised GPU memory. | MEDIUM6.5 | 0.21%p12 | 2026-04-15 | |
| CVE-2024-52938 | Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to subvert reconstruction activities to trigger a write of data outside the Guest's virtualised GPU memory. | HIGH7.8 | 0.21%p11 | 2026-04-15 | |
| CVE-2024-52937 | Kernel software installed and running inside a Guest VM may exploit memory shared with the GPU Firmware to write data outside the Guest's virtualised GPU memory. | MEDIUM6.7 | 0.20%p10 | 2026-04-15 | |
| CVE-2024-47895 | Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to read data outside the Guest's virtualised GPU memory. | HIGH7.1 | 0.20%p10 | 2026-04-15 | |
| CVE-2024-47894 | Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to read data outside the Guest's virtualised GPU memory. | HIGH7.1 | 0.20%p10 | 2026-04-15 | |
| CVE-2026-20022 | A vulnerability in the OSPF protocol of Cisco Secure Firewall ASA Software and Cisco Secure FTD Software could allow an unauthenticated, adjacent attacker to cause an affected device to reload unexpectedly, resulting in a DoS condition when OSPF canonicalization debug is enabled by using the command debug ip ospf canon. This vulnerability is due to insufficient input validation when processing OSPF LSU packets. An attacker could exploit this vulnerability by sending crafted unauthenticated OSPF packets. A successful exploit could allow the attacker to write to memory outside of the packet data, causing the device to reload, resulting in a DoS condition. | MEDIUM6.5 | 0.19%p9 | 2026-05-04 | |
| CVE-2024-52936 | Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to write data outside the Guest's virtualised GPU memory. | MEDIUM4.4 | 0.19%p8 | 2026-04-15 | |
| CVE-2026-21487 | iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions 2.3.1.1 and below have an Out-of-bounds Read, Use of Out-of-range Pointer Offset and have Improper Input Validation in its CIccProfile::LoadTag function. This issue is fixed in version 2.3.1.2. | HIGH7.1 | 0.16%p6 | 2026-01-12 | |
| CVE-2024-12577 | Kernel software installed and running inside a Guest VM may exploit memory shared with the GPU Firmware to write data outside the Guest's virtualised GPU memory. | HIGH7.3 | 0.16%p6 | 2026-04-15 | |
| CVE-2024-52939 | Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to trigger a write data outside the Guest's virtualised GPU memory. | HIGH7.8 | 0.16%p6 | 2026-04-15 | |
| CVE-2024-47900 | Software installed and run as a non-privileged user may conduct improper GPU system calls to access OOB kernel memory. | HIGH7.8 | 0.16%p5 | 2026-04-15 | |
| CVE-2023-33079 | Memory corruption in Audio while running invalid audio recording from ADSP. | HIGH7.8 | 0.16%p5 | 2025-08-11 | |
| CVE-2025-0467 | Kernel software installed and running inside a Guest VM may exploit memory shared with the GPU Firmware to write data outside the Guest's virtualised GPU memory. | HIGH8.2 | 0.15%p4 | 2025-07-11 | |
| CVE-2024-47896 | Kernel software installed and running inside a Guest VM may exploit memory shared with the GPU Firmware to write data outside the Guest's virtualised GPU memory. | LOW3.3 | 0.15%p4 | 2026-04-15 | |
| CVE-2026-34193 | Kernel software installed and running inside a Guest/Host VM may post improper commands to the GPU Firmware to trigger a write of data outside the intended GPU memory. A logic error in the address translation allowed a compromised Host (Kernel) to perform arbitrary writes to firmware memory. | MEDIUM4.3 | 0.14%p4 | 2026-06-01 | |
| CVE-2026-28764 | MediaArea MediaInfoLib LXF element parsing heap-based buffer overflow vulnerability | HIGH7.8 | 0.14%p4 | 2026-06-02 | |
| CVE-2026-23764 | VB-Audio Voicemeeter, Voicemeeter Banana, and Voicemeeter Potato (versions ending in 1.1.1.9, 2.1.1.9, and 3.1.1.9 and earlier, respectively), as well as VB-Audio Matrix and Matrix Coconut (versions ending in 1.0.2.2 and 2.0.2.2 and earlier, respectively), contain a vulnerability in their virtual audio drivers (vbvoicemeetervaio64*.sys, vbmatrixvaio64*.sys, vbaudio_vmauxvaio*.sys, vbaudio_vmvaio*.sys, and vbaudio_vmvaio3*.sys). The drivers allocate non-paged pool and map it into user space, where a length value associated with the allocation is exposed and can be modified by an unprivileged local attacker. On subsequent IOCTL handling, the corrupted length is used directly as the IoAllocateMdl length argument without adequate integrity checks before building and mapping the MDL, which can cause a kernel crash (BSoD), typically PAGE_FAULT_IN_NONPAGED_AREA. This flaw allows a local user to trigger a denial-of-service on affected Windows systems. | NONE | 0.14%p4 | 2026-05-14 | |
| CVE-2025-25180 | Software installed and run as a non-privileged user may conduct improper GPU system calls to subvert GPU HW to write to arbitrary physical memory pages. Under certain circumstances this exploit could be used to corrupt data pages not allocated by the GPU driver but memory pages in use by the kernel and drivers running on the platform altering their behaviour. | HIGH7.8 | 0.13%p3 | 2026-04-15 | |
| CVE-2024-33041 | Memory corruption when input parameter validation for number of fences is missing for fence frame IOCTL calls, | HIGH7.8 | 0.13%p3 | 2025-08-11 | |
| CVE-2023-33033 | Memory corruption in Audio during playback with speaker protection. | HIGH7.8 | 0.12%p2 | 2025-05-21 | |
| CVE-2023-28575 | The cam_get_device_priv function does not check the type of handle being returned (device/session/link). This would lead to invalid type usage if a wrong handle is passed to it. | HIGH7.8 | 0.12%p2 | 2024-11-21 | |
| CVE-2022-25709 | Memory corruption in modem due to use of out of range pointer offset while processing qmi msg | HIGH7.8 | 0.12%p2 | 2025-03-05 | |
| CVE-2022-25694 | Memory corruption in Modem due to usage of Out-of-range pointer offset in UIM | HIGH7.8 | 0.12%p2 | 2025-03-05 | |
| CVE-2022-33246 | Memory corruption in Audio due to use of out-of-range pointer offset while Initiating a voice call session from user space with invalid session id. | HIGH7.8 | 0.12%p2 | 2024-11-21 | |
| CVE-2021-22549 | An attacker can modify the address to point to trusted memory to overwrite arbitrary trusted memory. It is recommended to update past 0.6.2 or git commit https://github.com/google/asylo/commit/53ed5d8fd8118ced1466e509606dd2f473707a5c | HIGH7.8 | 0.12%p2 | 2024-11-21 | |
| CVE-2024-43060 | Memory corruption during voice activation, when sound model parameters are loaded from HLOS to ADSP. | HIGH7.8 | 0.11%p1 | 2025-03-06 | |
| CVE-2024-21475 | Memory corruption when the payload received from firmware is not as per the expected protocol size. | HIGH7.8 | 0.11%p2 | 2025-08-11 | |
| CVE-2023-33066 | Memory corruption in Audio while processing RT proxy port register driver. | HIGH7.8 | 0.11%p2 | 2025-08-11 | |
| CVE-2023-43516 | Memory corruption when malformed message payload is received from firmware. | HIGH7.8 | 0.11%p2 | 2025-05-15 | |
| CVE-2023-43513 | Memory corruption while processing the event ring, the context read pointer is untrusted to HLOS and when it is passed with arbitrary values, may point to address in the middle of ring element. | HIGH7.8 | 0.11%p2 | 2025-08-11 | |
| CVE-2023-33067 | Memory corruption in Audio while calling START command on host voice PCM multiple times for the same RX or TX tap points. | HIGH7.8 | 0.11%p2 | 2025-08-11 | |
| CVE-2023-28564 | Memory corruption in WLAN HAL while passing command parameters through WMI interfaces. | HIGH7.8 | 0.11%p2 | 2025-02-27 | |
| CVE-2023-22387 | Arbitrary memory overwrite when VM gets compromised in TX write leading to Memory Corruption. | HIGH7.8 | 0.11%p2 | 2025-08-11 | |
| CVE-2024-45573 | Memory corruption may occour while generating test pattern due to negative indexing of display ID. | HIGH7.8 | 0.10%p1 | 2025-02-12 | |
| CVE-2024-33036 | Memory corruption while parsing sensor packets in camera driver, user-space variable is used while allocating memory in kernel and parsing which can lead to huge allocation or invalid memory access. | MEDIUM6.7 | 0.10%p1 | 2024-12-11 | |
| CVE-2024-23377 | Memory corruption while invoking IOCTL command from user-space, when a user modifies the original packet size of the command after system properties have been already sent to the EVA driver. | MEDIUM6.7 | 0.10%p1 | 2024-11-08 | |
| CVE-2021-22550 | An attacker can modify the pointers in enclave memory to overwrite arbitrary memory addresses within the secure enclave. It is recommended to update past 0.6.3 or git commit https://github.com/google/asylo/commit/a47ef55db2337d29de19c50cd29b0deb2871d31c | HIGH7.8 | 0.10%p1 | 2024-11-21 | |
| CVE-2024-45570 | Memory corruption may occur during IO configuration processing when the IO port count is invalid. | HIGH7.8 | 0.09%p1 | 2025-05-09 | |
| CVE-2024-45557 | Memory corruption can occur when TME processes addresses from TZ and MPSS requests without proper validation. | HIGH7.8 | 0.09%p1 | 2026-02-26 | |
| CVE-2025-47349 | Memory corruption while processing an escape call. | HIGH7.8 | 0.08%p0 | 2026-02-26 | |
| CVE-2025-27059 | Memory corruption while performing SCM call. | HIGH8.8 | 0.08%p0 | 2026-02-26 | |
| CVE-2024-53017 | Memory corruption while handling test pattern generator IOCTL command. | MEDIUM6.6 | 0.08%p0 | 2025-08-20 | |
| CVE-2023-33110 | The session index variable in PCM host voice audio driver initialized before PCM open, accessed during event callback from ADSP and reset during PCM close may lead to race condition between event callback - PCM close and reset session index causing memory corruption. | HIGH7.0 | 0.08%p0 | 2025-05-21 | |
| CVE-2024-49840 | Memory corruption while Invoking IOCTL calls from user-space to validate FIPS encryption or decryption functionality. | HIGH7.8 | 0.07%p0 | 2025-02-05 |