CWE一覧に戻る
CWE-1109

同一変数の複数目的での使用

Use of Same Variable for Multiple Purposes
脆弱性 作成中
JA

コードに、呼び出し可能、ブロック、またはその他のコード要素が含まれている。
同じ変数が複数の固有のタスクの制御や複数のデータ・インスタンスの格納に使用されている
複数のデータ・インスタンスを格納する。

EN

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.

Scope: Other / Impact: Reduce Maintainability
Scope: Other / Impact: Increase Analytical Complexity
MITRE公式ページ — CWE-1109