Denial of Service in RustCrypto: Elliptic Curves Affected by Invalid Point Handling
CVE-2026-22699

7.5HIGH

Key Information:

Vendor

Rustcrypto

Vendor
CVE Published:
10 January 2026

What is CVE-2026-22699?

A denial-of-service vulnerability was discovered in the RustCrypto: Elliptic Curves library affecting certain pre-release versions. This issue arises when an invalid elliptic curve point (C1) is provided during the decryption process of the SM2 PKE algorithm. Although the coordinates may appear valid syntactically, they do not lie on the SM2 curve. The flaw occurs in the AffinePoint::from_encoded_point function, which lacks proper validation, leading to panic via an unwrapped None value. The vulnerability has been addressed and patched in a subsequent commit.

Affected Version(s)

elliptic-curves = 0.14.0-pre.0 = 0.14.0-pre.0

elliptic-curves = 0.14.0-rc.0 = 0.14.0-rc.0

References

CVSS V3.1

Score:
7.5
Severity:
HIGH
Confidentiality:
None
Integrity:
None
Availability:
None
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.