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-48949

CVE-2024-48949: Indutny Elliptic Signature Vulnerability

CVE-2024-48949 is a signature validation flaw in the Indutny Elliptic package for Node.js that omits critical validation checks. This post covers technical details, affected versions, security impact, and mitigation.

Published: April 1, 2026

CVE-2024-48949 Overview

CVE-2024-48949 is a critical cryptographic vulnerability in the Elliptic package for Node.js, a widely-used JavaScript implementation of elliptic curve cryptography. The vulnerability exists in the verify function within lib/elliptic/eddsa/index.js, which fails to properly validate EdDSA (Edwards-curve Digital Signature Algorithm) signatures. Specifically, the implementation omits critical validation checks for the signature's S component, allowing malformed or crafted signatures to pass verification when they should be rejected.

This improper verification of cryptographic signatures (CWE-347) enables attackers to potentially bypass signature-based authentication mechanisms, forge digital signatures, or compromise the integrity of cryptographically signed data in applications relying on the vulnerable library.

Critical Impact

Attackers can bypass EdDSA signature verification by submitting malformed signatures, potentially compromising authentication systems, data integrity, and cryptographic protocols in applications using the Elliptic library prior to version 6.5.6.

Affected Products

  • Indutny Elliptic library versions prior to 6.5.6
  • Node.js applications using vulnerable Elliptic package versions
  • Systems and applications with Elliptic as a transitive dependency

Discovery Timeline

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

Technical Details for CVE-2024-48949

Vulnerability Analysis

The vulnerability stems from missing boundary validation in the EdDSA signature verification routine. In elliptic curve cryptography, a valid EdDSA signature consists of two components: R (a curve point) and S (a scalar value). The S component must satisfy specific mathematical constraints to be considered valid—it must be non-negative and less than the curve order (n).

The vulnerable implementation in lib/elliptic/eddsa/index.js omits the validation check sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg(), which would normally reject signatures where S is greater than or equal to the curve order, or where S is negative. Without this check, the verification function may accept mathematically invalid signatures that should be rejected according to the EdDSA specification.

This vulnerability was discovered using Wycheproof test vectors, a project designed to test cryptographic libraries against known edge cases and attack vectors.

Root Cause

The root cause is an incomplete implementation of the EdDSA signature verification algorithm. The missing validation allows signatures with out-of-range S values to be processed as valid. In properly implemented EdDSA verification, the S component must be checked to ensure it falls within the valid range [0, n) where n is the order of the curve's base point. The omission of this check creates a scenario where malformed signatures can pass verification, undermining the security guarantees of the cryptographic protocol.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can craft malicious EdDSA signatures with S values that exceed the curve order or are negative. When these signatures are submitted to an application using the vulnerable Elliptic library, the verification function may incorrectly return success.

The attack scenario involves:

  1. Identifying an application that uses the Elliptic library for EdDSA signature verification
  2. Crafting a signature with an invalid S component (either negative or exceeding the curve order)
  3. Submitting the malformed signature to bypass verification checks
  4. Potentially gaining unauthorized access, forging authenticated messages, or compromising data integrity

Since the Elliptic library is a foundational cryptographic component used by many Node.js applications and as a transitive dependency in numerous packages, the attack surface can be significant.

Detection Methods for CVE-2024-48949

Indicators of Compromise

  • Unexpected signature verification successes in application logs for signatures that should fail validation
  • EdDSA signatures with unusually large S component values in authentication or verification requests
  • Anomalous authentication patterns where previously invalid signatures now succeed
  • Log entries showing signature data with S values outside expected ranges

Detection Strategies

  • Implement dependency scanning in CI/CD pipelines to detect vulnerable Elliptic package versions (prior to 6.5.6)
  • Use Software Composition Analysis (SCA) tools to identify transitive dependencies on vulnerable Elliptic versions
  • Monitor application logs for signature verification anomalies or unexpected authentication successes
  • Deploy runtime application security testing to detect cryptographic validation bypasses

Monitoring Recommendations

  • Enable verbose logging for signature verification operations in affected applications
  • Implement alerting for authentication success rates that deviate from established baselines
  • Monitor npm audit or yarn audit outputs for known vulnerabilities in the Elliptic package
  • Track dependency versions across development and production environments using SBOM (Software Bill of Materials)

How to Mitigate CVE-2024-48949

Immediate Actions Required

  • Update the Elliptic package to version 6.5.6 or later in all affected applications
  • Run npm audit or yarn audit to identify vulnerable dependencies including transitive dependencies
  • Review and update lock files (package-lock.json or yarn.lock) to ensure patched versions are installed
  • Audit recent signature verification logs for potential exploitation attempts

Patch Information

The vulnerability has been addressed in Elliptic version 6.5.6. The fix adds the missing validation check to ensure the S component of EdDSA signatures is within the valid range. The patch can be reviewed in the GitHub commit and the version comparison shows all changes between the vulnerable and patched versions.

Organizations using products with Elliptic as a dependency should also consult vendor-specific advisories such as the NetApp Security Advisory for guidance on affected products and patches.

Workarounds

  • If immediate patching is not possible, consider implementing additional signature validation at the application layer before passing to the Elliptic library
  • Isolate applications using the vulnerable library from external network access where feasible
  • Implement Web Application Firewall (WAF) rules to detect and block requests containing potentially malformed EdDSA signatures
  • Consider temporarily switching to an alternative cryptographic library that properly validates EdDSA signatures
bash
# Update Elliptic package to patched version
npm update elliptic@^6.5.6

# Or specify exact version in package.json and reinstall
npm install elliptic@6.5.6 --save

# Verify installed version
npm list elliptic

# Check for vulnerabilities in 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/TechElliptic

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.29%

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

  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Version Comparison
  • Related CVEs
  • CVE-2024-42461: Elliptic ECDSA Signature Malleability

  • CVE-2025-14505: Elliptic ECDSA Signature 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