CWE一覧に戻る
CWE-455

初期化失敗時の非終了

Non-exit on Failed Initialization
脆弱性 レビュー中
JA

本製品は、初期化中にセキュリティに関連するエラーが発生した場合(構成ファイルの フォーマット・エラーやハードウェア・セキュリティ・モジュール(HSM)のアクティベー ションができない場合など)でも、終了したり動作を変更したりすることはありません。

EN

The product does not exit or otherwise modify its operation when security-relevant errors occur during initialization, such as when a configuration file has a format error or a hardware security module (HSM) cannot be activated, which can cause the product to execute in a less secure fashion than intended by the administrator.

Scope: Integrity, Other / Impact: Modify Application Data; Alter Execution Logic
Follow the principle of failing securely when an error occurs. The system should enter a state where it is not vulnerable and will not display sensitive error messages to a potential attacker.
MITRE公式ページ — CWE-455