CWE-1069Empty Exception Block

PUBLISHEDweakness record
released 2019-01-03 · last modified 2026-04-30

Metadata

CWE ID:
CWE-1069
摘要:
Variant
结构:
Simple
状态:
Incomplete
发布日期:
2019-01-03
更新日期:
2026-04-30

名称

Empty Exception Block

描述

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

常见后果

范围:
Other
影响:
Reduce Reliability
注释:
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.

相关 CWE