CWE-329
Overview
- CWE ID
- 329
- CWE Name
- Generation of Predictable IV with CBC Mode
- CWE Abstraction
- Variant
- CWE structure
- Simple
- CWE Status
- Draft
Description
The product generates and uses a predictable initialization Vector (IV) with Cipher Block Chaining (CBC) Mode, which causes algorithms to be susceptible to dictionary attacks when they are encrypted under the same key.