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-2021-27290

CVE-2021-27290: Ssri_project Ssri DOS Vulnerability

CVE-2021-27290 is a denial of service flaw in Ssri_project Ssri caused by regex processing that allows attackers to cause extreme delays. This post covers the technical details, affected versions, and mitigation steps.

Published: February 25, 2026

CVE-2021-27290 Overview

CVE-2021-27290 is a Regular Expression Denial of Service (ReDoS) vulnerability affecting the ssri (Subresource Integrity) npm package versions 5.2.2 through 8.0.0. The vulnerability exists in the way ssri processes Subresource Integrity (SRI) values using a regular expression that exhibits catastrophic backtracking behavior. When the strict option is enabled, malicious SRI inputs can cause the regular expression engine to consume excessive CPU time, leading to denial of service conditions in Node.js applications.

Critical Impact

Applications using ssri with the strict option enabled are vulnerable to denial of service attacks. Malicious actors can craft SRI values that cause the application to become unresponsive, potentially affecting critical npm-based infrastructure and build pipelines.

Affected Products

  • ssri_project ssri versions 5.2.2 through 8.0.0
  • Oracle GraalVM Enterprise editions 20.3.3 and 21.2.0
  • Siemens SINEC Infrastructure Network Services

Discovery Timeline

  • 2021-03-12 - CVE CVE-2021-27290 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-27290

Vulnerability Analysis

The ssri package is a widely-used npm dependency that validates and parses Subresource Integrity metadata. The vulnerability stems from an inefficient regular expression pattern used to parse SRI hash values when the strict mode is enabled. Regular Expression Denial of Service (ReDoS) vulnerabilities occur when input data causes the regex engine to enter a state of exponential time complexity due to backtracking behavior.

In this case, carefully crafted SRI strings can trigger worst-case algorithmic complexity in the regex evaluation. The ssri package is particularly significant as it is a transitive dependency of npm itself, making this vulnerability potentially impactful across the entire Node.js ecosystem. Applications that accept user-controlled SRI values are especially at risk.

Root Cause

The root cause of CVE-2021-27290 is an inefficient regular expression pattern in the ssri package's SRI parsing logic. When the strict option is enabled, the regex used for validation contains nested quantifiers and overlapping character classes that can lead to catastrophic backtracking. This is a classic ReDoS pattern where the regex engine must explore an exponentially growing number of possible matches when processing malformed or adversarial input strings.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker needs to supply a maliciously crafted SRI value to an application that uses the ssri package with the strict option enabled. The attack surface includes:

  1. Web applications that validate SRI hashes from user input
  2. Build systems and package managers processing untrusted package metadata
  3. Content Delivery Networks (CDNs) that verify integrity of served resources
  4. CI/CD pipelines processing package-lock.json files with malicious SRI values

The vulnerability exploitation causes CPU exhaustion, potentially rendering the affected Node.js process unresponsive and denying service to legitimate users.

Detection Methods for CVE-2021-27290

Indicators of Compromise

  • Sudden CPU spikes in Node.js processes handling SRI validation
  • Application timeouts or unresponsiveness during package installation or integrity checks
  • Unusual request patterns containing extremely long or malformed SRI hash values
  • Process hangs in npm, yarn, or other package managers during dependency resolution

Detection Strategies

  • Monitor application performance metrics for CPU anomalies during SRI parsing operations
  • Implement request timeout monitoring to detect hanging regex evaluations
  • Use software composition analysis (SCA) tools to identify vulnerable ssri versions in your dependency tree
  • Run npm ls ssri or yarn why ssri to check installed versions in your projects
  • Review application logs for timeout errors related to integrity checks

Monitoring Recommendations

  • Set up alerting for elevated CPU usage in Node.js application processes
  • Implement APM (Application Performance Monitoring) to track request latency spikes
  • Monitor npm audit results for known vulnerabilities in the dependency chain
  • Configure process-level resource limits to contain potential DoS conditions

How to Mitigate CVE-2021-27290

Immediate Actions Required

  • Upgrade ssri to version 8.0.1 or later immediately
  • Run npm audit fix or yarn upgrade ssri to update the dependency
  • Audit your application's usage of the strict option in ssri calls
  • Implement input validation and length limits on user-supplied SRI values
  • Consider adding request timeouts as a defense-in-depth measure

Patch Information

The vulnerability is fixed in ssri version 8.0.1. Users should upgrade to this version or later. For additional security guidance, refer to the vendor advisories:

  • Doyensec Advisory on SSRi ReDos
  • Siemens Security Advisory SSA-389290
  • Oracle October 2021 CPU Security Alert

Workarounds

  • Disable the strict option in ssri if strict SRI validation is not required
  • Implement input length validation before passing SRI values to ssri
  • Add timeout wrappers around ssri function calls to prevent indefinite blocking
  • Consider using Web Application Firewalls (WAF) to filter requests with suspicious SRI patterns
bash
# Upgrade ssri to the patched version
npm update ssri
# Or force the specific fixed version
npm install ssri@8.0.1

# Verify the installed version
npm ls ssri

# Run npm audit to check for remaining vulnerabilities
npm audit

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSsri

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability2.63%

  • 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
  • NVD-CWE-Other
  • Technical References
  • GitHub SSRi ReDos Resource

  • NPM Package Registry
  • Vendor Resources
  • Siemens Security Advisory SSA-389290

  • Doyensec Advisory on SSRi ReDos

  • Oracle October 2021 CPU Security Alert
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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