CWE一覧に戻る
CWE-685

引数の数が正しくない関数呼び出し

Function Call With Incorrect Number of Arguments
脆弱性 レビュー中
JA

製品が関数、プロシージャ、ルーチンを呼び出すが、呼び出し元が指定する引数が多すぎたり少なすぎたりして、未定義の動作や結果としての弱点につながる可能性がある。

EN

The product calls a function, procedure, or routine, but the caller specifies too many arguments, or too few arguments, which may lead to undefined behavior and resultant weaknesses.

Scope: Other / Impact: Quality Degradation
Because this function call often produces incorrect behavior it will usually be detected during testing or normal operation of the product. During testing exercise all possible control paths will typically expose this weakness except in rare cases when the incorrect function call accidentally produces the correct results or if the provided argument type is very similar to the expected argument type.
MITRE公式ページ — CWE-685