Data Integrity Failures
Data integrity failures relate to code and infrastructure that does not protect against integrity violations, including insecure deserialization and unsigned updates.
Resumen
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.
Cómo los Atacantes Explotan Esto
Entender los patrones de ataque te ayuda a construir mejores defensas. Estas son las técnicas que los equipos de seguridad vigilan.
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.
Cómo Prevenir
- 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 con Detección Shoulder (2)
Estos CWEs tienen reglas de detección Shoulder. Haz clic para ver vulnerabilidades específicas y correcciones.
Otros CWEs Mapeados (8)
Estos CWEs están mapeados a esta categoría pero aún no tienen reglas Shoulder.