This page is experimental and may change significantly in future releases.
Use of Out-of-range Pointer Offset
Properties
id: d3f:CWE-823
- name
- Use of Out-of-range Pointer Offset
- definition
- 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.
- synonyms
- Untrusted pointer offset
Neighbors
CWE-823 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-823 has no related weaknesses in this release.