CWE-1109: Use of Same Variable for Multiple Purposes

Base Incomplete Simple

CWE版本: 4.18

更新日期: 2025-09-09

弱点描述

The code contains a callable, block, or other code element in which the same variable is used to control more than one unique task or store more than one instance of data.

常见后果

影响范围: Other

技术影响: Reduce Maintainability

关键信息

CWE ID: CWE-1109

抽象级别: Base

结构: Simple

状态: Incomplete

相关弱点