Statements (25)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:category |
Improper Control of Generation of Code (' Code Injection')
|
gptkbp:consequences |
Denial of service.
Data corruption. Information disclosure. |
gptkbp:difficulty |
gptkb:High
|
gptkbp:example |
Using a hardcoded pointer in a function.
|
gptkbp:has_weakness |
gptkb:CWE-119
gptkb:CWE-22 gptkb:CWE-94 gptkb:CWE-20 CWE-78 |
https://www.w3.org/2000/01/rdf-schema#label |
CWE-187
|
gptkbp:impact |
Potential for arbitrary code execution.
|
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:is_vulnerable_to |
Exploitable under certain conditions.
|
gptkbp:name |
Assignment of a Fixed Address to a Pointer
|
gptkbp:related_to |
gptkb:CWE-131
gptkb:CWE-190 gptkb:CWE-191 gptkb:CWE-125 CWE-416 |