CWE一覧に戻る
CWE-181

誤った動作順序:フィルタの前に検証する

Incorrect Behavior Order: Validate Before Filter
脆弱性 レビュー中
JA

本製品はフィルタリングされる前にデータを検証するため、フィルタリング後に無効となったデータを検出することはありません。

攻撃者はこれを利用して、検証をバイパスし、インジェクションのような、本来なら防がれるはずの弱点を露呈させる攻撃を仕掛けることができる。

EN

The product validates data before it has been filtered, which prevents the product from detecting data that becomes invalid after the filtering step.

This can be used by an attacker to bypass the validation and launch attacks that expose weaknesses that would otherwise be prevented, such as injection.

Scope: Access Control / Impact: Bypass Protection Mechanism
Inputs should be decoded and canonicalized to the application's current internal representation before being filtered.
MITRE公式ページ — CWE-181