VariantIncomplete
CWE-780Use of RSA Algorithm without OAEP
Category: other
Description
The product uses the RSA algorithm but does not incorporate Optimal Asymmetric Encryption Padding (OAEP), which might weaken the encryption.
Padding schemes are often used with cryptographic algorithms to make the plaintext less predictable and complicate attack efforts. The OAEP scheme is often used with RSA to nullify the impact of predictable common text.
Common consequences· 1
- Access Control — Bypass Protection MechanismWithout OAEP in RSA encryption, it will take less work for an attacker to decrypt the data or to infer patterns from the ciphertext.
References
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.