PT-2026-2249 · Unknown · Rust-Crypto
Xlabaiteam
·
Published
2026-01-09
·
Updated
2026-01-22
·
CVE-2026-22699
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
RustCrypto versions 0.14.0-pre.0 through 0.14.0-rc.0
Description
The RustCrypto Elliptic Curves library provides general purpose Elliptic Curve Cryptography (ECC) support. A denial-of-service issue exists in the SM2 PKE decryption path where an invalid elliptic-curve point (C1) is decoded and the resulting value is unwrapped without validation. Specifically,
AffinePoint::from encoded point(&encoded c1) may return a None value when the supplied coordinates are syntactically valid but do not lie on the SM2 curve, leading to a panic due to the use of .unwrap().Recommendations
Update to a version past 0.14.0-rc.0.
Exploit
Fix
DoS
RCE
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Rust-Crypto