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-2023-23919

CVE-2023-23919: Node.js Cryptographic DoS Vulnerability

CVE-2023-23919 is a cryptographic denial of service vulnerability in Node.js caused by improper OpenSSL error stack clearing. This flaw can trigger false positive errors leading to DoS attacks. Learn about affected versions and mitigations.

Published: January 28, 2026

CVE-2023-23919 Overview

A cryptographic vulnerability exists in Node.js that fails to properly clear the OpenSSL error stack after certain operations. This improper error handling can lead to false positive errors during subsequent cryptographic operations on the same thread, potentially enabling a denial of service condition against affected applications.

Critical Impact

Applications using Node.js cryptographic functions may experience service disruptions due to false positive errors triggered by uncleared OpenSSL error states, enabling denial of service attacks.

Affected Products

  • Node.js versions prior to 19.2.0
  • Node.js versions prior to 18.14.1 (LTS)
  • Node.js versions prior to 16.19.1 (LTS)
  • Node.js versions prior to 14.21.3 (LTS)

Discovery Timeline

  • February 23, 2023 - CVE-2023-23919 published to NVD
  • March 12, 2025 - Last updated in NVD database

Technical Details for CVE-2023-23919

Vulnerability Analysis

This vulnerability stems from improper handling of the OpenSSL error stack within Node.js cryptographic operations. When certain cryptographic functions execute, they may set entries on the OpenSSL error stack. Under normal circumstances, these error stack entries should be cleared after operations complete. However, the vulnerable versions of Node.js fail to consistently clear these error entries in some cases.

The impact manifests when subsequent cryptographic operations execute on the same thread and encounter the stale error stack entries. These leftover errors can cause valid cryptographic operations to fail with false positive error conditions, as the new operation interprets the residual error state as an indication of failure.

An attacker can exploit this behavior by crafting requests that trigger specific cryptographic operations designed to leave the error stack in a polluted state. When legitimate requests subsequently use the same thread for cryptographic functions, they encounter these false errors and fail, resulting in denial of service.

Root Cause

The root cause is classified under CWE-310 (Cryptographic Issues). The vulnerability arises from incomplete cleanup of the OpenSSL error stack after cryptographic operations. Node.js wraps OpenSSL functionality for its crypto module, and certain code paths fail to call ERR_clear_error() or equivalent cleanup functions after operations that may populate the error stack. This leaves residual error state that persists across operation boundaries.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can send specially crafted requests to a Node.js application that trigger cryptographic operations leaving the OpenSSL error stack in a dirty state. Because Node.js uses a thread pool for cryptographic operations, subsequent legitimate requests assigned to the same thread will encounter the polluted error state, causing their cryptographic operations to fail with spurious errors.

The attack is particularly effective against applications performing high volumes of cryptographic operations, as the probability of legitimate requests hitting affected threads increases with load. This can cascade into widespread service degradation or complete denial of service.

Detection Methods for CVE-2023-23919

Indicators of Compromise

  • Unexpected cryptographic operation failures in application logs with OpenSSL error codes that don't match the actual operation being performed
  • Intermittent failures in TLS handshakes, certificate validation, or encryption/decryption operations
  • Error messages referencing OpenSSL error stack entries from operations that should have completed previously
  • Increased rate of cryptographic-related exceptions under high traffic conditions

Detection Strategies

  • Monitor application logs for cryptographic operation failures that exhibit intermittent or thread-correlated patterns
  • Implement health checks that perform cryptographic operations and alert on unexpected failure rates
  • Deploy application performance monitoring to detect degradation in crypto-heavy endpoints
  • Audit Node.js version inventory across all production systems to identify vulnerable installations

Monitoring Recommendations

  • Track the ratio of cryptographic operation successes to failures over time windows
  • Alert on sudden increases in crypto-related errors, particularly when correlated with traffic spikes
  • Monitor thread pool utilization alongside error rates to identify thread-correlation patterns
  • Implement distributed tracing to correlate failed operations with potential attack traffic

How to Mitigate CVE-2023-23919

Immediate Actions Required

  • Upgrade Node.js to patched versions: 19.2.0 or later, 18.14.1 or later, 16.19.1 or later, or 14.21.3 or later depending on your release line
  • Review the Node.js February 2023 Security Releases for complete details
  • Inventory all Node.js deployments to ensure comprehensive patching
  • Consider implementing request rate limiting for endpoints that trigger heavy cryptographic operations

Patch Information

Node.js has released security patches addressing this vulnerability across all supported release lines. The patches ensure proper clearing of the OpenSSL error stack after cryptographic operations to prevent error state from persisting across operation boundaries.

Patched versions:

  • Node.js 19.2.0 and later (Current)
  • Node.js 18.14.1 and later (LTS)
  • Node.js 16.19.1 and later (LTS)
  • Node.js 14.21.3 and later (LTS)

Additional details are available in HackerOne Report #1808596 and the NetApp Security Advisory.

Workarounds

  • Implement application-level retry logic for cryptographic operations to handle transient false-positive failures
  • Deploy request rate limiting on crypto-intensive endpoints to reduce thread pool contention
  • Consider using worker threads with isolated contexts for cryptographic operations in critical paths
  • Monitor and restart Node.js processes if cryptographic error rates exceed acceptable thresholds
bash
# Check current Node.js version
node --version

# Update Node.js to patched version using nvm (example for 18.x LTS)
nvm install 18.14.1
nvm use 18.14.1

# Verify the update
node --version

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNodejs

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.61%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-310

  • NVD-CWE-Other
  • Technical References
  • HackerOne Report #1808596

  • NetApp Security Advisory NTAP-20230316-0008
  • Vendor Resources
  • Node.js February 2023 Security Blog
  • Related CVEs
  • CVE-2026-21712: Node.js URL Processing DoS Vulnerability

  • CVE-2026-21710: Node.js HTTP DOS Vulnerability

  • CVE-2026-21714: Node.js HTTP/2 Memory Leak DoS Vulnerability

  • CVE-2026-1526: Undici WebSocket Client DoS 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