Pattern
Missing Authenticated Encryption
missing-authenticated-encryption
Encryption is implemented without integrity/authentication (e.g., default AES-CBC + PKCS#7 or encrypting the wrong boundary), so ciphertext can be altered or misused undetected; at the same time key handling/placement may keep secrets alive longer than intended.