# Download of Code Without Integrity Check (CWE-494) The product downloads source code or an executable from a remote location and executes it without verifying the authenticity and integrity of the code. - Prevalence: 中 Shoulder ルールなし - Impact: ミディアム OWASP Top 10 #8 - Prevention: MITRE を参照 外部参照 **OWASP:** Software and Data Integrity Failures (A08:2021-Software and Data Integrity Failures) - #8 ## Description When code is downloaded and executed without integrity verification, attackers who can intercept the download can inject malicious code. This is especially dangerous for auto-update mechanisms. ## Prevention ## Consequences - 未承認コードの実行 - アプリケーションデータの変更 ## Mitigations - ダウンロードしたコードのデジタル署名を検証する - ダウンロードには証明書ピン留めを伴う HTTPS を使用する - ダウンロードしたファイルのハッシュ検証を実装する