CWE一覧に戻る
CWE-554

ASP.NETの設定ミス:入力検証フレームワークを使用しない

ASP.NET Misconfiguration: Not Using Input Validation Framework
脆弱性 レビュー中
JA

ASP.NETアプリケーションは、入力検証フレームワークを使用していません。

EN

The ASP.NET application does not use an input validation framework.

Scope: Integrity / Impact: Unexpected State
Use the ASP.NET validation framework to check all program input before it is processed by the application. Example uses of the validation framework include checking to ensure that:
MITRE公式ページ — CWE-554