CWE-392

Missing Report of Error Condition

Weakness Description

The product encounters an error but does not provide a status code or return value to indicate that an error has occurred.

Common Consequences

IntegrityOther
Varies by ContextUnexpected State

Errors that are not properly reported could place the system in an unexpected state that could lead to unintended behaviors.

Advertisement