CWE-390

GPTKB entity

Statements (15)
Predicate Object
gptkbp:instance_of gptkb:Common_Weakness_Enumeration
gptkbp:bfsLayer 6
gptkbp:bfsParent gptkb:CWE-703
gptkbp:category Error Handling
gptkbp:difficulty gptkb:tank
gptkbp:example Ignoring error codes returned by functions.
Ignoring return values from functions.
https://www.w3.org/2000/01/rdf-schema#label CWE-390
gptkbp:impact Can lead to undetected errors.
May lead to undetected errors.
gptkbp:is_described_as The software does not take appropriate action in response to an error condition.
gptkbp:is_protected_by Implement proper error handling.
gptkbp:name Detection of Error Condition Without Action
gptkbp:related_to gptkb:CWE-703
gptkb:CWE-754