CWE一覧に戻る
CWE-676

潜在的に危険な機能の使用

Use of Potentially Dangerous Function
脆弱性 レビュー中
JA

この製品は潜在的に危険な関数を呼び出しており、その関数を誤って使用すると脆弱性が生じる可能性があるが、その関数は安全に使用することもできる。

EN

The product invokes a potentially dangerous function that could introduce a vulnerability if it is used incorrectly, but the function can also be used safely.

Scope: Other / Impact: Varies by Context; Quality Degradation; Unexpected State
Identify a list of prohibited API functions and prohibit developers from using these functions, providing safer alternatives. In some cases, automatic code analysis tools or the compiler can be instructed to spot use of prohibited functions, such as the "banned.h" include file from Microsoft's SDL. [REF-554] [REF-7]
MITRE公式ページ — CWE-676