CWE-823

Overview
  • CWE ID
  • 823
  • CWE Name
  • Use of Out-of-range Pointer Offset
  • CWE Abstraction
  • Base
  • CWE structure
  • Simple
  • CWE Status
  • Incomplete
Description
The program 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.
Extended Description
Related CWEs
CWE ID View ID Nature Ordinal
119 1000 ChildOf Primary
119 1305 ChildOf Primary
119 1340 ChildOf Primary
125 1000 CanPrecede
787 1000 CanPrecede