BETA O Shoulder está em beta — Os resultados às vezes podem estar incorretos. Seu feedback molda o que corrigimos a seguir. Compartilhar feedback
#4 A04:2025

Cryptographic Failures

Failures related to cryptography which often lead to sensitive data exposure. This includes using weak algorithms, improper key management, and missing encryption.

Visão Geral

Dropped to #4 from #2. Focuses on failures related to cryptography which often leads to sensitive data exposure or system compromise. 3.80% incidence rate across tested applications.

Como Atacantes Exploram Isso

Entender padrões de ataque ajuda você a construir melhores defesas. Estas são as técnicas que equipes de segurança monitoram.

Data exposure in transit

Sensitive data transmitted over unencrypted connections can be intercepted. This includes passwords, session tokens, and personal information.

Sinal de detecção: HTTP (not HTTPS) requests containing authentication data or sensitive information

Weak cryptographic storage

Data stored with weak or broken encryption (MD5, SHA1, DES) can be recovered by attackers who gain database access.

Sinal de detecção: Database dumps containing hashed passwords with known weak algorithms

Hardcoded secrets

API keys, passwords, or encryption keys embedded in source code can be extracted from repositories or compiled binaries.

Sinal de detecção: Secrets in version control history, keys matching known patterns in code

Como Prevenir

  • Classify data processed, stored, or transmitted by an application
  • Don't store sensitive data unnecessarily
  • Encrypt all sensitive data at rest using modern algorithms
  • Use up-to-date and strong standard algorithms and protocols
  • Encrypt all data in transit with secure protocols such as TLS 1.3
  • Disable caching for responses containing sensitive data
  • Store passwords using strong salted hashing functions (Argon2, bcrypt, scrypt)

CWEs com Detecção Shoulder (9)

Estes CWEs têm regras de detecção Shoulder. Clique para ver vulnerabilidades específicas e correções.

Outros CWEs Mapeados (22)

Estes CWEs estão mapeados para esta categoria mas ainda não têm regras Shoulder.