CVE-2026-32322: Unreduced Scalar Field Element

Constructing a field element type directly from a raw integer without modulo reduction or bounds checking can lead to unreduced elements. When these elements are compared for equality or used in some cryptographic arithmetic, they may yield incorrect results or allow validation bypasses. Mathematically equivalent elements will have distinct binary representa

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Rust
greprules fetch cve-2026-32322-unreduced-scalar-field-element --engine opengrep

Description

Constructing a field element type directly from a raw integer without modulo reduction or bounds checking can lead to unreduced elements. When these elements are compared for equality or used in some cryptographic arithmetic, they may yield incorrect results or allow validation bypasses. Mathematically equivalent elements will have distinct binary representa