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-2024-48948

CVE-2024-48948: Indutny Elliptic ECDSA Signature Vulnerability

CVE-2024-48948 is an ECDSA signature verification flaw in Indutny Elliptic package 6.5.7 for Node.js that incorrectly rejects valid signatures. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-48948 Overview

CVE-2024-48948 is a cryptographic vulnerability affecting the Elliptic package version 6.5.7 for Node.js. The flaw exists in the ECDSA (Elliptic Curve Digital Signature Algorithm) implementation, where valid signatures are incorrectly rejected when the hash contains at least four leading zero bytes and the order of the elliptic curve's base point is smaller than the hash. This anomaly in the _truncateToN function leads to legitimate cryptographic operations being flagged as invalid.

This vulnerability represents a Broken Cryptography issue that can disrupt authentication and verification workflows in applications relying on ECDSA signatures. While not directly exploitable for unauthorized access, the denial of valid signatures can cause significant operational disruptions in cryptocurrency transactions, secure communications, and digital signing systems.

Critical Impact

Valid ECDSA signatures may be incorrectly rejected, causing legitimate transactions and communications to fail verification, potentially disrupting authentication systems and blockchain operations.

Affected Products

  • Elliptic package version 6.5.7 for Node.js
  • Applications using indutny/elliptic for ECDSA signature verification
  • Node.js applications implementing cryptographic signature validation with affected library versions

Discovery Timeline

  • 2024-10-15 - CVE-2024-48948 published to NVD
  • 2025-11-25 - Last updated in NVD database

Technical Details for CVE-2024-48948

Vulnerability Analysis

The vulnerability stems from an implementation flaw in the ECDSA signature verification logic within the Elliptic library. When verifying signatures, the library uses the _truncateToN function to truncate the hash value to the appropriate bit length for the elliptic curve being used. However, an anomaly in this truncation logic causes incorrect behavior when the input hash contains four or more leading zero bytes.

The issue manifests specifically when the order of the elliptic curve's base point (n) is smaller than the hash value. In such cases, the truncation function produces an incorrect result, leading the verification algorithm to reject signatures that are mathematically valid. This affects the integrity guarantee that ECDSA is designed to provide.

The vulnerability was discovered using the Wycheproof test vectors, as documented in the Trail of Bits Blog Post, demonstrating the value of systematic cryptographic testing.

Root Cause

The root cause lies in the _truncateToN method's handling of edge cases where hash values have significant leading zero bytes. The function fails to properly account for the bit-length comparison between the truncated hash and the curve order, resulting in an incorrect truncation that invalidates otherwise correct signature verification calculations. This is classified under CWE-347 (Improper Verification of Cryptographic Signature).

Attack Vector

The attack vector for this vulnerability is network-based, requiring no privileges or user interaction. However, exploitation is complex as it requires specific conditions:

  1. The hash being verified must contain at least four leading zero bytes
  2. The elliptic curve's base point order must be smaller than the hash value
  3. The attacker would need to leverage this rejection to cause denial of service for legitimate operations

In practical terms, this vulnerability would most likely manifest as a denial-of-service condition where legitimate users find their valid cryptographic signatures rejected. This could disrupt cryptocurrency transactions, authentication flows, or secure messaging systems that rely on ECDSA verification through the affected library.

Detection Methods for CVE-2024-48948

Indicators of Compromise

  • Unexpected signature verification failures in applications using the Elliptic library
  • Increased rate of rejected transactions or authentication attempts despite valid credentials
  • Log entries showing ECDSA verification errors with hashes containing leading zero bytes
  • User reports of legitimate operations being incorrectly denied

Detection Strategies

  • Audit package dependencies to identify usage of elliptic version 6.5.7 specifically
  • Implement monitoring for signature verification failure patterns in cryptographic operations
  • Run Wycheproof test vectors against ECDSA implementations to identify vulnerable deployments
  • Use software composition analysis (SCA) tools to scan Node.js projects for the affected package version

Monitoring Recommendations

  • Monitor application logs for unusual patterns of signature verification failures
  • Track metrics on authentication and transaction rejection rates for anomalies
  • Implement alerting for cryptographic operation failures that may indicate affected systems
  • Review npm audit reports and dependency vulnerability scanning outputs regularly

How to Mitigate CVE-2024-48948

Immediate Actions Required

  • Update the Elliptic package to a patched version that addresses the _truncateToN anomaly
  • Review all Node.js applications using the Elliptic library for ECDSA operations
  • Run comprehensive test suites including edge cases with leading zero bytes in hashes
  • Consult the GitHub Pull Request #322 for patch details

Patch Information

The vulnerability has been tracked and discussed in GitHub Issue #321, with a fix proposed in GitHub Pull Request #322. Organizations should update to a version that incorporates this fix. NetApp has also issued a security advisory (NTAP-20241220-0004) addressing this vulnerability for affected products.

Workarounds

  • Implement additional signature validation layers using alternative cryptographic libraries as a secondary check
  • Add input validation to detect and specially handle hashes with four or more leading zero bytes
  • Consider using alternative ECDSA implementations for critical operations until the patch is applied
  • Implement retry logic with different nonce generation for rejected signatures in non-critical paths
bash
# Check for vulnerable elliptic package version
npm list elliptic | grep "6.5.7"

# Update to patched version when available
npm update elliptic

# Run security audit to identify vulnerable dependencies
npm audit

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechIndutny Elliptic

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-347
  • Technical References
  • Trail of Bits Blog Post

  • GitHub Issue #321

  • GitHub Pull Request #322

  • NetApp Security Advisory NTAP-20241220-0004
  • Related CVEs
  • CVE-2024-42460: Indutny Elliptic Signature Malleability Flaw

  • CVE-2024-42459: Elliptic EDDSA Signature Malleability Flaw
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