Cryptographic Failures
Failures related to cryptography which often lead to sensitive data exposure. This was previously known as Sensitive Data Exposure.
Aperçu
Shifting up one position to #2, previously known as Sensitive Data Exposure. The focus is on failures related to cryptography which often leads to sensitive data exposure or system compromise.
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.
Data exposure in transit
Sensitive data transmitted over unencrypted connections can be intercepted. This includes passwords, session tokens, and personal information.
Weak cryptographic storage
Data stored with weak or broken encryption (MD5, SHA1, DES) can be recovered by attackers who gain database access.
Comment Prévenir
- Classify data processed, stored, or transmitted by an application
- Don't store sensitive data unnecessarily
- Encrypt all sensitive data at rest
- Use up-to-date and strong standard algorithms and protocols
- Encrypt all data in transit with secure protocols such as TLS
- Disable caching for responses containing sensitive data
- Store passwords using strong salted hashing functions
CWEs avec Détection Shoulder (8)
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 (22)
Ces CWEs sont associés à cette catégorie mais n'ont pas encore de règles Shoulder.