AntiPattern
Unmodeled Encryption Semantics
encryption-without-integrity-or-query-model
Encryption is applied without matching the required security and data-access semantics: unauthenticated CBC defaults miss integrity/IV rules, while randomized ciphertext breaks ordering and indexing, leading to either exploitable confidentiality gaps or unusable query behavior.