CWE-823Base1 in KEV

Use of Out-of-range Pointer Offset

Incomplete in the CWE catalog · 101 CVEs mapped

101
CVEs mapped
1
In KEV
7.8
Median CVSS
What it is

The product performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.

Recent examples
5.5cvss
CVE-2026-31912

CVE-2026-31912 - MEDIUM Severity Vulnerability

libpcap BPF interpreter detects neither reaching the end of the filter program buffer due to lack of a return instruction nor executing a jump instruction with an offset that translates to a pointer outside of the buffer. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading the OS process memory in the 32GiB around the buffer on 64-bit architectures and in the entire address space on 32-bit architectures.

MEDIUMno explanation yet
0%
epss
7.8cvss
CVE-2026-45199

CVE-2026-45199 - HIGH Severity Vulnerability

Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to trigger a write of data outside the Guest's virtualised GPU memory. Software installed and run under a Guest VM can send commands to the GPU which result in out of bounds memory accesses. These can be used to escalate privileges.

HIGHno explanation yet
0%
epss
8.8cvss
CVE-2026-72642

CVE-2026-72642 - HIGH Severity Vulnerability

The native inference process that Elasticsearch uses to evaluate uploaded machine learning models accepts a model operation that computes a memory address from an offset supplied inside the model, without validating that the offset stays within the bounds of the underlying storage. A user with the privileges required to upload and deploy a trained model can craft a model that reads and writes memory outside the intended allocation. The result is heap corruption that crashes the inference process, and, with sufficient control over the heap layout, could allow arbitrary code execution in the context of that process.

HIGHno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-823
Abstraction
Base
Structure
Simple
Status
Incomplete
References (1)