CVE-2026-23519: CWE-208: Observable Timing Discrepancy in RustCrypto utils
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. Prior to 0.4.4, the thumbv6m-none-eabi (Cortex M0, M0+ and M1) compiler emits non-constant time assembly when using cmovnz (portable version). This vulnerability is fixed in 0.4.4.
AI Analysis
Technical Summary
CVE-2026-23519 is a timing side-channel vulnerability classified under CWE-208 (Observable Timing Discrepancy) affecting the RustCrypto utils library prior to version 0.4.4. RustCrypto provides cryptographic utilities implemented in Rust, including conditional move (cmov) CPU intrinsics designed to execute in constant time to prevent timing side-channel attacks. However, for the thumbv6m-none-eabi target architecture, which corresponds to Cortex M0, M0+, and M1 microcontrollers, the compiler emitted non-constant-time assembly code when using the portable cmovnz intrinsic. This deviation from constant-time execution allows attackers to observe timing differences during cryptographic operations, potentially leaking sensitive information such as cryptographic keys or secrets. The vulnerability does not require any privileges or user interaction to exploit but has a high attack complexity due to the need for precise timing measurements and access to the target device's cryptographic operations. The issue was fixed in RustCrypto utils version 0.4.4 by ensuring the compiler emits truly constant-time assembly for the affected architectures. No known exploits are currently reported in the wild. The CVSS 4.0 score is 8.9 (high severity), reflecting the network attack vector, high attack complexity, no privileges or user interaction required, and a high impact on confidentiality. This vulnerability primarily threatens confidentiality by enabling side-channel leakage but does not affect integrity or availability. It is particularly relevant for embedded systems and IoT devices using Cortex M0/M0+/M1 cores running RustCrypto-based cryptographic code.
Potential Impact
The primary impact of CVE-2026-23519 is the potential leakage of sensitive cryptographic information through timing side-channel attacks on embedded devices using vulnerable RustCrypto utils versions. For European organizations, this is significant in sectors deploying IoT devices, industrial control systems, automotive electronics, and other embedded systems based on Cortex M0/M0+/M1 microcontrollers. Confidentiality breaches could lead to exposure of cryptographic keys, undermining secure communications, device authentication, and data protection. This could facilitate further attacks such as device impersonation, data tampering, or unauthorized access. Although no known exploits exist currently, the high CVSS score indicates a serious risk if attackers develop reliable timing analysis methods. The vulnerability's impact is heightened in critical infrastructure and manufacturing sectors prevalent in Europe, where embedded systems are widely used. The vulnerability does not affect system integrity or availability directly but compromises the trustworthiness of cryptographic protections, potentially cascading into broader security failures.
Mitigation Recommendations
1. Upgrade all RustCrypto utils dependencies to version 0.4.4 or later to ensure the constant-time execution fix is applied. 2. Conduct a thorough inventory of embedded devices and firmware using RustCrypto utils on Cortex M0/M0+/M1 architectures to identify vulnerable versions. 3. For devices where upgrading RustCrypto is not immediately feasible, consider implementing additional software-level mitigations such as introducing noise or random delays to obscure timing measurements, though this is less reliable. 4. Review cryptographic key management and rotate keys if there is suspicion of compromise due to timing leakage. 5. Employ side-channel resistant coding practices and perform side-channel analysis testing on embedded firmware to detect similar timing vulnerabilities. 6. Collaborate with device manufacturers and suppliers to ensure patched firmware updates are delivered and applied promptly. 7. Monitor threat intelligence sources for emerging exploits targeting this vulnerability and prepare incident response plans accordingly.
Affected Countries
Germany, France, United Kingdom, Italy, Netherlands, Sweden, Finland
CVE-2026-23519: CWE-208: Observable Timing Discrepancy in RustCrypto utils
Description
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. Prior to 0.4.4, the thumbv6m-none-eabi (Cortex M0, M0+ and M1) compiler emits non-constant time assembly when using cmovnz (portable version). This vulnerability is fixed in 0.4.4.
AI-Powered Analysis
Technical Analysis
CVE-2026-23519 is a timing side-channel vulnerability classified under CWE-208 (Observable Timing Discrepancy) affecting the RustCrypto utils library prior to version 0.4.4. RustCrypto provides cryptographic utilities implemented in Rust, including conditional move (cmov) CPU intrinsics designed to execute in constant time to prevent timing side-channel attacks. However, for the thumbv6m-none-eabi target architecture, which corresponds to Cortex M0, M0+, and M1 microcontrollers, the compiler emitted non-constant-time assembly code when using the portable cmovnz intrinsic. This deviation from constant-time execution allows attackers to observe timing differences during cryptographic operations, potentially leaking sensitive information such as cryptographic keys or secrets. The vulnerability does not require any privileges or user interaction to exploit but has a high attack complexity due to the need for precise timing measurements and access to the target device's cryptographic operations. The issue was fixed in RustCrypto utils version 0.4.4 by ensuring the compiler emits truly constant-time assembly for the affected architectures. No known exploits are currently reported in the wild. The CVSS 4.0 score is 8.9 (high severity), reflecting the network attack vector, high attack complexity, no privileges or user interaction required, and a high impact on confidentiality. This vulnerability primarily threatens confidentiality by enabling side-channel leakage but does not affect integrity or availability. It is particularly relevant for embedded systems and IoT devices using Cortex M0/M0+/M1 cores running RustCrypto-based cryptographic code.
Potential Impact
The primary impact of CVE-2026-23519 is the potential leakage of sensitive cryptographic information through timing side-channel attacks on embedded devices using vulnerable RustCrypto utils versions. For European organizations, this is significant in sectors deploying IoT devices, industrial control systems, automotive electronics, and other embedded systems based on Cortex M0/M0+/M1 microcontrollers. Confidentiality breaches could lead to exposure of cryptographic keys, undermining secure communications, device authentication, and data protection. This could facilitate further attacks such as device impersonation, data tampering, or unauthorized access. Although no known exploits exist currently, the high CVSS score indicates a serious risk if attackers develop reliable timing analysis methods. The vulnerability's impact is heightened in critical infrastructure and manufacturing sectors prevalent in Europe, where embedded systems are widely used. The vulnerability does not affect system integrity or availability directly but compromises the trustworthiness of cryptographic protections, potentially cascading into broader security failures.
Mitigation Recommendations
1. Upgrade all RustCrypto utils dependencies to version 0.4.4 or later to ensure the constant-time execution fix is applied. 2. Conduct a thorough inventory of embedded devices and firmware using RustCrypto utils on Cortex M0/M0+/M1 architectures to identify vulnerable versions. 3. For devices where upgrading RustCrypto is not immediately feasible, consider implementing additional software-level mitigations such as introducing noise or random delays to obscure timing measurements, though this is less reliable. 4. Review cryptographic key management and rotate keys if there is suspicion of compromise due to timing leakage. 5. Employ side-channel resistant coding practices and perform side-channel analysis testing on embedded firmware to detect similar timing vulnerabilities. 6. Collaborate with device manufacturers and suppliers to ensure patched firmware updates are delivered and applied promptly. 7. Monitor threat intelligence sources for emerging exploits targeting this vulnerability and prepare incident response plans accordingly.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-01-13T18:22:43.980Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 6969476c1ab3796b1034af9d
Added to database: 1/15/2026, 8:00:44 PM
Last enriched: 1/15/2026, 8:15:07 PM
Last updated: 1/15/2026, 9:56:51 PM
Views: 6
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-67822: n/a
UnknownCVE-2025-59959: CWE-822 Untrusted Pointer Dereference in Juniper Networks Junos OS
MediumCVE-2025-52987: CWE-1021 Improper Restriction of Rendered UI Layers or Frames in Juniper Networks Paragon Automation (Pathfinder, Planner, Insights)
MediumCVE-2025-65368: n/a
MediumCVE-2025-67025: n/a
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.