🛡️ CVE-2021-4239 — noise

🟠 CVSS 8.0 — High ✅ No Known Exploit CWE-311 OSV
8.0
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

flynn/noise has improper nonce handling yielding potential state DoS

The Go package github.com/flynn/noise, a [Noise Protocol](https://noiseprotocol.org/) implementation, has two bugs in nonce handling in versions prior to v1.0.0.

Issue 1: Potential nonce overflow

If 2<sup>64</sup> (~18.4 quintillion) or more messages are encrypted with Encrypt after handshaking, the nonce counter will wrap around, causing multiple messages to be encrypted with the same key and nonce, resulting in a potentially catastrophic weakening of the security properties of the symmetric cipher.

This has been resolved in the patched version by returning ErrMaxNonce from the CipherState Encrypt and Decrypt methods before the reserved maximum nonce is reached. If this error is encountered, the program should handshake again to start with a fresh CipherState.

Issue 2: Potential denial of service via invalid ciphertext

If an attacker sends an invalid ciphertext into one peer's Decrypt, the nonce is incremented unconditionally. This causes a desync of the CipherState due to a nonce mismatch between the peers, resulting in a failure to decrypt all subsequent messages. A new handshake will be required to establish a new CipherState.

This has been resolved in the patched version by returning authentication errors from Decrypt before incrementing the nonce.

Patches

Fixed in https://github.com/flynn/noise/pull/44, tagged as v1.0.0.

Acknowledgements

These issues were discovered during [an audit](https://www.bamsoftware.com/software/dnstt/cure53-turbotunnel-2021.pdf) of a user of this package ([dnstt](https://www.bamsoftware.com/software/dnstt/)). Thanks to UC Berkley for commissioning the audit, and to David Fifield and Nathan Brown for their collaboration on the fixes. The fixed issues are noted in the audit as:

  • UCB-02-003 Potential nonce overflow in Noise protocol
  • UCB-02-006 DoS due to unconditional nonce increment

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is high, an attacker needs no privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality low, integrity high, availability high.

Weakness class

CVE-2021-4239 is classified as CWE-311: Missing Encryption of Sensitive Data. Sensitive data is stored or transmitted in the clear, so anyone able to observe it can read it.

Affected software

CVE-2021-4239 is recorded against 1 package.

  • github.com/flynn/noise

Timeline and source

Published on 28 December 2022 and last revised on 20 May 2024. No public exploit is currently recorded for this entry. A vendor advisory or fix has been published. Record sourced from OSV.

References

nvd.nist.gov (Advisory)
github.com (Web)
github.com (Web)
github.com (Package)
pkg.go.dev (Web)

CVE-2021-4239 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity HIGH
CVSS Score 8.0
CVSS Vector CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H
CWE CWE-311
Public Exploit ✅ No
Source OSV
Published 2022-12-28
Updated 2026-08-12
Modified 2024-05-20

Affected Packages

Software From version Fixed in
github.com/flynn/noise

Site Security Check

Is noise part of your stack?

CVE-2021-4239 is rated CVSS 8.0 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.