The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-22705

CVE-2026-22705: RustCrypto Signatures Timing Vulnerability

CVE-2026-22705 is an information disclosure flaw in RustCrypto Signatures caused by a timing side-channel in the ML-DSA signing algorithm. This post covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2026-22705 Overview

A timing side-channel vulnerability has been discovered in the RustCrypto Signatures library, specifically within the Decompose algorithm used during ML-DSA (Module-Lattice Digital Signature Algorithm) signing operations. This cryptographic weakness allows attackers with adjacent network access to potentially extract sensitive key material by analyzing timing variations in the signature generation process.

The vulnerability affects versions of the RustCrypto Signatures library prior to 0.1.0-rc.2. The timing side-channel exists because the original implementation used hardware integer division instructions, which have variable execution times based on operand values. This timing variance can be exploited to generate hints about the cryptographic operations being performed, potentially leading to key recovery attacks.

Critical Impact

Adjacent network attackers with low privileges can exploit timing variations in the ML-DSA signing process to potentially compromise cryptographic key confidentiality and integrity without user interaction.

Affected Products

  • RustCrypto Signatures library versions prior to 0.1.0-rc.2
  • Applications implementing ML-DSA digital signatures using affected library versions
  • Systems using RustCrypto for post-quantum cryptographic operations

Discovery Timeline

  • 2026-01-10 - CVE-2026-22705 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22705

Vulnerability Analysis

The vulnerability resides in the Decompose algorithm implementation within the ML-DSA signing process. ML-DSA is a lattice-based digital signature scheme designed for post-quantum security. During signature generation, the algorithm must compute hint values that are included in the signature structure.

The core issue stems from the use of variable-time integer division operations. Modern CPUs implement hardware division instructions (such as UDIV on ARM or DIV on x86) with execution times that depend on the magnitude of the operands. When these instructions process values derived from secret key material, the timing variations create an observable side-channel.

An attacker positioned on the same network segment can measure these timing differences through techniques such as cache timing analysis, electromagnetic emanation monitoring, or network-based timing measurements. Over multiple signature observations, statistical analysis can reveal information about the private key components.

Root Cause

The root cause is classified under CWE-1240: Use of a Cryptographic Primitive with a Risky Implementation. The original implementation relied on native hardware division operations for computing quotients in the Decompose algorithm. These hardware division instructions exhibit data-dependent timing behavior, violating the constant-time execution requirement essential for cryptographic implementations.

Specifically, the vulnerability manifests in two areas:

  1. The algebra module's decomposition calculations using standard division
  2. The NTT (Number Theoretic Transform) butterfly layer computations where runtime loop bounds could trigger division operations

Attack Vector

The attack requires adjacent network access with low privilege requirements. An attacker must be able to observe timing variations in the signature generation process, which typically requires:

  1. Network proximity to the target system performing ML-DSA signing
  2. Ability to trigger multiple signature operations
  3. High-precision timing measurement capabilities
  4. Statistical analysis tools to correlate timing data with potential key values

The attack does not require user interaction and can be conducted passively once the attacker has established network adjacency.

rust
// Security patch implementing constant-time division via Barrett reduction
// Source: https://github.com/RustCrypto/signatures/commit/035d9eef98486ecd00a8bf418c7817eb14dd6558

    fn decompose<TwoGamma2: Unsigned>(self) -> (Elem, Elem);
}

/// Constant-time division by a compile-time constant divisor.
///
/// This trait provides a constant-time alternative to the hardware division
/// instruction, which has variable timing based on operand values.
/// Uses Barrett reduction to compute `x / M` where M is a compile-time constant.
pub(crate) trait ConstantTimeDiv: Unsigned {
    /// Bit shift for Barrett reduction, chosen to provide sufficient precision
    const CT_DIV_SHIFT: usize;
    /// Precomputed multiplier: ceil(2^SHIFT / M)
    const CT_DIV_MULTIPLIER: u64;

    /// Perform constant-time division of x by `Self::U32`
    /// Requires: x < Q (the field modulus, ~2^23)
    #[allow(clippy::inline_always)] // Required for constant-time guarantees in crypto code
    #[inline(always)]
    fn ct_div(x: u32) -> u32 {
        // Barrett reduction: q = (x * MULTIPLIER) >> SHIFT
        // This gives us floor(x / M) for x < 2^SHIFT / MULTIPLIER * M
        let x64 = u64::from(x);
        let quotient = (x64 * Self::CT_DIV_MULTIPLIER) >> Self::CT_DIV_SHIFT;
        // SAFETY: quotient is guaranteed to fit in u32 because:
        // - x < Q (~2^23), so quotient = x / M < x < 2^23 < 2^32
        #[allow(clippy::cast_possible_truncation, clippy::as_conversions)]
        let result = quotient as u32;
        result
    }
}

Source: GitHub Commit Update

Detection Methods for CVE-2026-22705

Indicators of Compromise

  • Unusual patterns of repeated signature requests from network-adjacent hosts
  • Timing analysis tools or side-channel attack frameworks detected on network systems
  • Statistical correlation attempts against cryptographic operation logs
  • Network traffic patterns consistent with timing measurement collection

Detection Strategies

  • Implement dependency scanning to identify RustCrypto Signatures versions prior to 0.1.0-rc.2
  • Monitor for anomalous signature request patterns that could indicate timing attack attempts
  • Deploy network behavior analysis to detect adjacent hosts performing timing measurements
  • Use Software Composition Analysis (SCA) tools to track vulnerable library versions in your codebase

Monitoring Recommendations

  • Enable detailed logging for ML-DSA signature operations including request sources and timing
  • Configure alerts for high-frequency signature requests from single sources
  • Implement network segmentation monitoring to detect unauthorized adjacent network access
  • Review dependency manifests regularly for outdated cryptographic library versions

How to Mitigate CVE-2026-22705

Immediate Actions Required

  • Upgrade RustCrypto Signatures library to version 0.1.0-rc.2 or later immediately
  • Audit all applications using ML-DSA signing functionality for vulnerable dependencies
  • Consider rotating cryptographic keys if the vulnerable version was used in production environments
  • Review network segmentation to limit adjacent network access to systems performing cryptographic operations

Patch Information

The vulnerability has been patched in RustCrypto Signatures version 0.1.0-rc.2. The fix replaces variable-time hardware division operations with constant-time Barrett reduction for all division computations in the cryptographic code paths.

The patch implements:

  1. A ConstantTimeDiv trait providing Barrett reduction-based division
  2. Const-generic NTT butterfly layer functions ensuring compile-time constant loop bounds
  3. Inline always annotations to prevent compiler optimizations that might reintroduce timing variations

For detailed patch information, refer to:

  • GitHub Pull Request #1144
  • GitHub Security Advisory GHSA-hcp2-x6j4-29j7

Workarounds

  • Isolate systems performing ML-DSA operations from untrusted network segments
  • Implement network access controls to prevent adjacent network positioning by potential attackers
  • Consider using alternative constant-time signature implementations until upgrade is complete
  • Add timing noise or rate limiting to signature operations as a temporary mitigation
bash
# Update RustCrypto Signatures in Cargo.toml
# Ensure minimum version constraint for the patched release

# Update dependency version
cargo update -p signature

# Verify no vulnerable versions remain
cargo audit

# Check specific package version
cargo tree -p ml-dsa

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRustcrypto

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1240
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #1144

  • GitHub Security Advisory GHSA-hcp2-x6j4-29j7
  • Related CVEs
  • CVE-2026-22698: RustCrypto Elliptic Curves Disclosure Flaw

  • CVE-2026-24850: ML-DSA Signature Verification Vulnerability

  • CVE-2026-23519: RustCrypto CMOV Privilege Escalation Flaw

  • CVE-2026-22700: RustCrypto Elliptic Curves DoS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English