BaseIncomplete
CWE-323Reusing a Nonce, Key Pair in Encryption
Category: data-exposure
Description
Nonces should be used for the present occasion and only once.
Common consequences· 1
- Access Control — Bypass Protection Mechanism, Gain Privileges or Assume IdentityPotentially a replay attack, in which an attacker could send the same data twice, could be crafted if nonces are allowed to be reused. This could allow a user to send a message which masquerades as a valid message from a valid user.
Potential mitigations· 2
- [Implementation]Refuse to reuse nonce values.
- [Implementation]Use techniques such as requiring incrementing, time based and/or challenge response to assure uniqueness of nonces.
References
(incoming)4
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-47345cve-2025-47345 | 0% | live |
| Vulnerability | CVE-2025-59870cve-2025-59870 | 0% | live |
| Vulnerability | CVE-2025-64767cve-2025-64767 | 0% | live |
| Vulnerability | CVE-2026-3559cve-2026-3559 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.