CWE一覧に戻る
CWE-550

機密情報を含むサーバー生成エラーメッセージ

Server-generated Error Message Containing Sensitive Information
脆弱性 作成中
JA

ネットワーク障害などの特定の条件下では、サーバーエラーメッセージが表示されます。

エラーメッセージそれ自体は危険なものではないが、最終的に問題を引き起こす可能性があるのは、攻撃者がエラーメッセージから読み取ることができるものである。

EN

Certain conditions, such as network failure, will cause a server error message to be displayed.

While error messages in and of themselves are not dangerous, per se, it is what an attacker can glean from them that might cause eventual problems.

Scope: Confidentiality / Impact: Read Application Data
Recommendations include designing and adding consistent error handling mechanisms which are capable of handling any user input to your web application, providing meaningful detail to end-users, and preventing error messages that might provide information useful to an attacker from being displayed.
MITRE公式ページ — CWE-550