Data Integrity Failures
Data integrity failures relate to code and infrastructure that does not protect against integrity violations, including insecure deserialization and unsigned updates.
Aperçu
Renamed from 'Software and Data Integrity Failures' to 'Data Integrity Failures'. Focus on making assumptions related to software updates, critical data, and CI/CD pipelines without verifying integrity.
Comment les Attaquants Exploitent Cela
Comprendre les patterns d'attaque vous aide à construire de meilleures défenses. Ce sont les techniques que les équipes de sécurité surveillent.
Insecure deserialization
Untrusted data is deserialized by the application, potentially leading to remote code execution.
Unsigned updates
Software updates are accepted without verifying their authenticity, allowing malicious updates.
Data tampering
Critical data lacks integrity verification, allowing modification without detection.
Comment Prévenir
- Use digital signatures to verify software or data is from expected source
- Ensure libraries and dependencies are from trusted repositories
- Use software supply chain security tools to verify components
- Ensure CI/CD pipeline has proper segregation and access control
- Ensure unsigned or unencrypted serialized data is not sent to untrusted clients
- Implement integrity checks for critical data
CWEs avec Détection Shoulder (2)
Ces CWEs ont des règles de détection Shoulder. Cliquez pour voir les vulnérabilités spécifiques et les correctifs.
Autres CWEs Associés (8)
Ces CWEs sont associés à cette catégorie mais n'ont pas encore de règles Shoulder.