CWE-757Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')

PUBLISHEDweakness record
released 2009-03-10 · last modified 2025-12-11

Metadata

CWE ID:
CWE-757
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2009-03-10
更新日期:
2025-12-11

名称

Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')

描述

A protocol or its implementation supports interaction between multiple actors and allows those actors to negotiate which algorithm should be used as a protection mechanism such as encryption or authentication, but it does not select the strongest algorithm that is available to both parties.

When a security mechanism can be forced to downgrade to use a less secure algorithm, this can make it easier for attackers to compromise the product by exploiting weaker algorithm. The victim might not be aware that the less secure algorithm is being used. For example, if an attacker can force a communications channel to use cleartext instead of strongly-encrypted data, then the attacker could read the channel by sniffing, instead of going through extra effort of trying to decrypt the data using brute force techniques.

常见后果

范围:
Access Control
影响:
Bypass Protection Mechanism

相关 CWE