CWE-1069: Empty Exception Block

VariantIncomplete

An invokable code block contains an exception handling block that does not contain any code, i.e. is empty.

View on MITRE
Back to CWE Lookup

Extended Description

When an exception handling block (such as a Catch and Finally block) is used, but that block is empty, this can prevent the product from running reliably. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.

Technical Details

Structure
Simple

Applicable To

Languages
Not Language-Specific
Platforms

Learn More

CWE-1069: Empty Exception Block | CWE Lookup | Inventive HQ