CWE · MITRE source
CWE-329Generation of Predictable IV with CBC Mode
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.
CBC mode eliminates a weakness of Electronic Code Book (ECB) mode by allowing identical plaintext blocks to be encrypted to different ciphertext blocks. This is possible by the XOR-ing of an IV with the initial plaintext block so that every plaintext block in the chain is XOR'd with a different value before encryption. If IVs are reused, then identical plaintexts would be encrypted to identical ciphertexts. However, even if IVs are not identical but are predictable, then they still break the security of CBC mode against Chosen Plaintext Attacks (CPA).
Last updated: 11 August 2026 10:53 UTC
OWASP Top 10 for Web (2025)
This weakness contributes to A04:2025 Cryptographic Failures.
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
NIST 800-53 r5 controls that address this weakness (0)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2014-3566 UPD | 7.0 | 3.4 | 1.0000 | 2014-10-15 |
CVE-2026-45787 UPD | 6.5 | 9.1 | 0.0010 | 2026-05-28 |
CVE-2022-46397 UPD | 5.9 | 7.5 | 0.0062 | 2023-03-28 |
CVE-2020-5408 UPD | 5.4 | 6.5 | 0.0159 | 2020-05-14 |
CVE-2017-3226 UPD | 4.8 | 6.4 | 0.0027 | 2018-07-24 |
CVE-2021-27499 UPD | 4.7 | 5.9 | 0.0047 | 2021-08-02 |
CVE-2008-5161 UPD | 4.5 | 3.7 | 0.1540 | 2008-11-19 |
CVE-2024-49783 UPD | 4.2 | 5.3 | 0.0027 | 2025-07-08 |
CVE-2024-56141 | 3.8 | 5.0 | 0.0011 | 2026-07-07 |
CVE-2017-3225 UPD | 3.7 | 4.6 | 0.0031 | 2018-07-24 |
CVE-2025-2814 UPD | 3.3 | 4.0 | 0.0019 | 2025-04-13 |
CVE-2026-14969 | 3.3 | 4.4 | 0.0008 | 2026-07-07 |
CVE-2022-29054 UPD | 2.8 | 3.3 | 0.0017 | 2023-02-16 |