The product incorrectly checks a return value from a function, which prevents it from detecting errors or exceptional conditions.
Use a language or compiler that uses exceptions and requires the catching of those exceptions.
Properly check all functions which return a value.
When designing any function make sure you return a value or throw an exception in case of an error.
Our security experts can help you identify and remediate CWE-253 vulnerabilities in your codebase.
Get Security Assessment