CAPEC-20: Encryption Brute Forcing

ID CAPEC-20
Typical Severity Low
Likelihood Of Attack Low
Status Draft

An attacker, armed with the cipher text and the encryption algorithm used, performs an exhaustive (brute force) search on the key space to determine the key that decrypts the cipher text to obtain the plaintext.

https://capec.mitre.org/data/definitions/20.html

Weaknesses

# ID Name Type
CWE-326 Inadequate Encryption Strength weakness
CWE-327 Use of a Broken or Risky Cryptographic Algorithm weakness
CWE-693 Protection Mechanism Failure weakness
CWE-1204 Generation of Weak Initialization Vector (IV) weakness
Loading...