Statements (14)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-23
|
gptkbp:category |
Memory Management Errors
|
gptkbp:difficulty |
gptkb:High
|
gptkbp:example |
Using a hardcoded pointer in a function.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-864
|
gptkbp:impact |
Security vulnerabilities
|
gptkbp:is_described_as |
The software assigns a fixed address to a pointer, which can lead to vulnerabilities.
|
gptkbp:is_protected_by |
Avoid using fixed addresses for pointers.
|
gptkbp:name |
Assignment of a Fixed Address to a Pointer
|
gptkbp:related_to |
gptkb:CWE-119
gptkb:CWE-20 CWE-416 |