# 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: Moyenne Aucune règle Shoulder - Impact: Moyen OWASP Top 10 #8 - Prevention: Voir MITRE Référence externe **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 - Exécuter du code non autorisé - Modification des données de l'application ## Mitigations - Vérifiez les signatures numériques du code téléchargé - Utilisez HTTPS avec épinglage de certificats pour les téléchargements - Mettez en place une vérification de hachage des fichiers téléchargés