CWE-822
Overview
- CWE ID
- 822
- CWE Name
- Untrusted Pointer Dereference
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Incomplete
Description
The program obtains a value from an untrusted source, converts this value to a pointer, and dereferences the resulting pointer.