Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-23967

CVE-2026-23967: sm-crypto Signature Malleability Vulnerability

CVE-2026-23967 is a signature malleability flaw in sm-crypto's SM2 verification that allows attackers to forge valid signatures from existing ones. This post covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-23967 Overview

CVE-2026-23967 is a signature malleability vulnerability affecting the sm-crypto JavaScript library, which provides implementations of the Chinese cryptographic algorithms SM2, SM3, and SM4. The flaw exists in the SM2 signature verification logic prior to version 0.3.14, allowing attackers to derive new valid signatures for previously signed messages from existing signatures without knowledge of the private key.

Critical Impact

Attackers can forge valid signatures from existing ones, potentially bypassing signature-based authentication and authorization controls in applications relying on sm-crypto for SM2 cryptographic operations.

Affected Products

  • sm-crypto JavaScript library versions prior to 0.3.14
  • Applications using sm-crypto for SM2 signature verification
  • Systems implementing Chinese cryptographic standards via sm-crypto

Discovery Timeline

  • 2026-01-22 - CVE CVE-2026-23967 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2026-23967

Vulnerability Analysis

This vulnerability is classified under CWE-347 (Improper Verification of Cryptographic Signature). The core issue lies in how the sm-crypto library handles SM2 signature verification, failing to properly validate signature uniqueness. In elliptic curve cryptography, a signature malleability vulnerability occurs when the verification function accepts multiple mathematically equivalent but different signature representations for the same message-key pair.

The SM2 algorithm, standardized by the Chinese government, utilizes elliptic curve cryptography. A properly implemented signature scheme should only accept a single canonical form of a signature. However, due to the mathematical properties of elliptic curves, for each valid signature (r, s), there exists another valid signature (r, n-s) where n is the order of the curve. If the verification logic doesn't enforce canonical signatures, an attacker can trivially compute an alternate valid signature.

Root Cause

The root cause is improper verification of cryptographic signatures in the SM2 signature verification logic. The library failed to implement proper canonicalization checks that would reject non-canonical signature forms. This oversight allows attackers to manipulate the s component of an existing signature to create a mathematically valid but distinct signature without possessing the private key.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker who observes a valid SM2 signature can derive an alternate valid signature for the same message. This attack is particularly dangerous in scenarios where:

  1. Signature uniqueness is assumed for replay protection
  2. Signatures are used as unique identifiers in transaction systems
  3. Non-repudiation mechanisms rely on signature uniqueness

The exploitation process involves intercepting or obtaining a valid signature (r, s), computing the alternate signature (r, n-s) using publicly known curve parameters, and submitting the modified signature which will pass verification. For technical details on the specific implementation flaw and exploitation mechanics, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-23967

Indicators of Compromise

  • Multiple distinct signatures validating for the same message and public key pair
  • Transaction logs showing duplicate operations with different but valid signature values
  • Replay-like attack patterns where operations are duplicated with modified signatures

Detection Strategies

  • Implement signature logging and compare incoming signatures against historical records to detect malleability-based forgery attempts
  • Monitor application logs for unusual patterns of repeated authenticated operations with varying signature values
  • Audit dependency manifests (package.json, package-lock.json) to identify vulnerable sm-crypto versions in your codebase
  • Use software composition analysis (SCA) tools to flag projects using sm-crypto versions prior to 0.3.14

Monitoring Recommendations

  • Enable detailed logging for all SM2 signature verification operations in production environments
  • Set up alerts for signature verification failures that may indicate active exploitation attempts
  • Monitor npm audit reports and GitHub Dependabot alerts for vulnerable cryptographic dependencies
  • Track cryptographic operation anomalies that could indicate signature manipulation attacks

How to Mitigate CVE-2026-23967

Immediate Actions Required

  • Upgrade sm-crypto to version 0.3.14 or later immediately to patch the signature malleability vulnerability
  • Audit applications using sm-crypto to identify all instances where SM2 signature verification is performed
  • Review transaction logs and signature records for evidence of past exploitation
  • Consider implementing additional application-level signature uniqueness checks as defense in depth

Patch Information

The vulnerability has been patched in sm-crypto version 0.3.14. The fix implements proper canonical signature verification that rejects malleable signature variants. Organizations should update their dependencies by running npm update sm-crypto or specifying version >=0.3.14 in their package.json. For detailed patch information and release notes, consult the GitHub Security Advisory.

Workarounds

  • If immediate upgrade is not possible, implement application-layer signature normalization before storing or comparing signatures
  • Add signature caching with deduplication logic to reject operations using equivalent malleable signatures
  • Consider temporarily switching to alternative SM2 implementations that properly handle signature canonicalization
  • Implement transaction idempotency keys that don't rely solely on signature uniqueness
bash
# Update sm-crypto to patched version
npm update sm-crypto

# Verify installed version is 0.3.14 or later
npm list sm-crypto

# Audit for additional vulnerabilities
npm audit

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSm Crypto

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-347
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-23966: sm-crypto Private Key Recovery Vulnerability

  • CVE-2026-23965: sm-crypto Auth Bypass Vulnerability
Default Legacy - Prefooter | 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