CWE•Base•Incomplete•18 recent CVEs
CWE-823Use of Out-of-range Pointer Offset
Description
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.
[object Object]
Common consequences
- Confidentiality→Read MemoryIf the untrusted pointer is used in a read operation, an attacker might be able to read sensitive portions of memory.
- Availability→DoS: Crash, Exit, or RestartIf 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.
- Integrity,Confidentiality,Availability→Execute Unauthorized Code or Commands,Modify MemoryIf the untrusted pointer is used in a function call, or points to unexpected data in a write operation, then code execution may be possible.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-319125.52026-09-05CVE-2026-451997.82026-08-21CVE-2026-726428.82026-08-13CVE-2026-497467.12026-08-07CVE-2026-497457.82026-07-24CVE-2026-497447.82026-07-24CVE-2026-217347.72026-06-26CVE-2026-122908.12026-06-16CVE-2026-462449.12026-06-03CVE-2026-341934.32026-06-01CVE-2026-287647.82026-05-21CVE-2026-429466.52026-05-13CVE-2026-419077.52026-04-24CVE-2026-46937.52026-03-24CVE-2026-328297.52026-03-20CVE-2026-200226.12026-03-04CVE-2024-423914.32024-11-18CVE-2024-423868.22024-11-18