CWE-1109

Use of Same Variable for Multiple Purposes
AI Translation Available

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.

Status
incomplete
Abstraction
base

Common Consequences

other
Impacts
reduce maintainability increase analytical complexity

Potential Mitigations