CWE-584Return Inside Finally Block

PUBLISHEDweakness record
released 2006-12-15 · last modified 2025-12-11

Metadata

CWE ID:
CWE-584
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2006-12-15
更新日期:
2025-12-11

名称

Return Inside Finally Block

描述

The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.

常见后果

范围:
Other
影响:
Alter Execution Logic

相关 CWE