CWE-780 - Use of RSA Algorithm without OAEP

  • 摘要:Variant
  • 结构:Simple
  • 状态:Incomplete
  • 发布日期:2009-07-27
  • 更新日期:2025-12-11

名称

Use of RSA Algorithm without OAEP

描述

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.

常见后果

范围:Access Control

影响:Bypass Protection Mechanism

注释:Without OAEP in RSA encryption, it will take less work for an attacker to decrypt the data or to infer patterns from the ciphertext.

相关 CWE