CWE一覧に戻る
CWE-695

低レベル機能の使用

Use of Low-Level Functionality
脆弱性 作成中
JA

製品が想定しているフレームワークや仕様で明示的に禁止されている低レベルの機能を使用している。

低レベルの機能を使用すると、予期せぬ方法で仕様に違反し、組み込みの保護メカニズムを効果的に無効にしたり、悪用可能な不整合を引き起こしたり、あるいは機能を攻撃にさらす可能性がある。

EN

The product uses low-level functionality that is explicitly prohibited by the framework or specification under which the product is supposed to operate.

The use of low-level functionality can violate the specification in unexpected ways that effectively disable built-in protection mechanisms, introduce exploitable inconsistencies, or otherwise expose the functionality to attack.

Scope: Other / Impact: Other
MITRE公式ページ — CWE-695