LOW🇵🇱 Wersja polska

CVE-2026-50185

CVSS 2.0v4.0pub. 2026-07-17upd. 2026-08-18

RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in constant-time and not be rewritten as branches by the compiler. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs assume high bits are zero-extended when loading values smaller than a register, so set high bits such as [8..] in a Cmov selector or [16..] of self or other in the u16 and i16 CmovEq implementations can cause left.cmovz(&right, condition) to produce incorrect output. This issue is fixed in version 0.5.4.

CVSS Vector
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Rustcrypto Cmov

    APP
    Rustcrypto
    0.1.1 – 0.5.4 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-23519HIGH8.9same product

RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in...

CVE-2026-22698HIGH8.7same vendor

RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography (ECC) support, including types and ...

CVE-2026-22699HIGH7.5same vendor

RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography (ECC) support, including types and ...

CVE-2026-22700HIGH7.5same vendor

RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography (ECC) support, including types and ...

CVE-2023-49092MEDIUM5.9same vendor

RustCrypto/RSA is a portable RSA implementation in pure Rust. Due to a non-constant-time implementation, infor...