latter is a no_std compatible, pure Rust implementation of the Noise protocol framework with post-quantum support. Versiosn prior to2.2.0 have a protocol compliance vulnerability. The library allowed post-quantum handshake patterns that violated the PSK validity rule (Noise Protocol Framework Section 9.3). This could allow PSK-derived keys to be used for encryption without proper randomization by self-chosen ephemeral randomness, weakening security guarantees and potentially allowing catastrophic key reuse. Affected default patterns include `noise_pqkk_psk0`, `noise_pqkn_psk0`, `noise_pqnk_psk0`, `noise_pqnn_psk0``, and some hybrid variants. Users of these patterns may have been using handshakes that do not meet the intended security properties. The issue is fully patched and released in Clatter v2.2.0. The fixed version includes runtime checks to detect offending handshake patterns. As a workaround, avoid using offending `*_psk0` variants of post-quantum patterns. Review custom handshake patterns carefully.
| Link | Resource |
|---|---|
| https://github.com/jmlepisto/clatter/commit/b65ae6e9b8019bed5407771e21f89ddff17c5a71 | Patch |
| https://github.com/jmlepisto/clatter/security/advisories/GHSA-253q-9q78-63x4 | Mitigation Vendor Advisory |
| https://noiseprotocol.org/noise.html#validity-rule | Technical Description |
27 Feb 2026, 21:39
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Jmlepisto clatter
Jmlepisto |
|
| References | () https://github.com/jmlepisto/clatter/commit/b65ae6e9b8019bed5407771e21f89ddff17c5a71 - Patch | |
| References | () https://github.com/jmlepisto/clatter/security/advisories/GHSA-253q-9q78-63x4 - Mitigation, Vendor Advisory | |
| References | () https://noiseprotocol.org/noise.html#validity-rule - Technical Description | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.1 |
| CPE | cpe:2.3:a:jmlepisto:clatter:*:*:*:*:*:rust:*:* |
28 Jan 2026, 00:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2026-01-28 00:15
Updated : 2026-02-27 21:39
NVD link : CVE-2026-24785
Mitre link : CVE-2026-24785
CVE.ORG link : CVE-2026-24785
JSON object : View
Use of a Broken or Risky Cryptographic Algorithm