The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2022-25844

CVE-2022-25844: AngularJS ReDoS Vulnerability

CVE-2022-25844 is a Regular Expression Denial of Service (ReDoS) vulnerability in AngularJS versions 1.7.0 and higher. Attackers can exploit custom locale rules to cause denial of service. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-25844 Overview

CVE-2022-25844 is a Regular Expression Denial of Service (ReDoS) vulnerability affecting AngularJS versions 1.7.0 and higher. The vulnerability exists in the locale handling functionality, where a malicious custom locale rule can assign an extremely high value to the NUMBER_FORMATS.PATTERNS[1].posPre parameter using ' '.repeat(). This can cause catastrophic backtracking in regular expression processing, leading to application denial of service.

It is critical to note that AngularJS has been deprecated and is no longer maintained, making this vulnerability particularly concerning for legacy applications that have not migrated to modern Angular versions.

Critical Impact

Attackers can exploit this ReDoS vulnerability to cause application unavailability by providing specially crafted locale rules that exhaust server resources during number formatting operations.

Affected Products

  • AngularJS versions 1.7.0 and higher
  • Fedora 35 and Fedora 36 (bundled AngularJS packages)
  • NetApp ONTAP Select Deploy Administration Utility

Discovery Timeline

  • May 1, 2022 - CVE-2022-25844 published to NVD
  • November 20, 2025 - Last updated in NVD database

Technical Details for CVE-2022-25844

Vulnerability Analysis

This ReDoS vulnerability stems from improper handling of user-supplied locale configuration in AngularJS's number formatting system. The vulnerability is classified under CWE-1333 (Inefficient Regular Expression Complexity), indicating that the regular expression patterns used in the affected code can exhibit exponential time complexity when processing maliciously crafted input.

The attack is network-accessible and requires no authentication or user interaction, making it relatively straightforward to exploit. While this vulnerability does not compromise data confidentiality or integrity, it poses a significant availability risk by enabling attackers to consume excessive CPU resources and render applications unresponsive.

Root Cause

The root cause lies in AngularJS's number formatting functionality within the NUMBER_FORMATS.PATTERNS configuration. When processing custom locale rules, the framework allows arbitrary string values to be assigned to the posPre property of number patterns. By providing an extremely long string generated via ' '.repeat() with a very high value, an attacker can cause the regular expression engine to enter catastrophic backtracking, consuming excessive CPU cycles.

The deprecated status of AngularJS means no official patch will be released, leaving organizations dependent on community-maintained forks or requiring migration to modern Angular.

Attack Vector

The attack can be executed remotely over the network by providing a malicious custom locale configuration to an application using vulnerable AngularJS versions. The attacker crafts a locale rule that includes an extremely large string value for the posPre parameter in NUMBER_FORMATS.PATTERNS[1].

When the application processes this locale configuration and attempts to format numbers according to the malicious pattern, the underlying regular expression engine becomes trapped in exponential backtracking. This causes the JavaScript runtime to consume all available CPU resources, effectively freezing the application and denying service to legitimate users.

The vulnerability is particularly dangerous in server-side rendering scenarios or applications that allow users to customize localization settings.

Detection Methods for CVE-2022-25844

Indicators of Compromise

  • Abnormally high CPU utilization on servers running AngularJS applications
  • Application unresponsiveness or timeouts during number formatting operations
  • Unusual requests containing large locale configuration payloads
  • JavaScript execution timeouts or browser tab crashes in client-side applications

Detection Strategies

  • Monitor server CPU usage patterns for sustained spikes correlated with specific AngularJS operations
  • Implement request payload size limits to detect and block excessively large locale configurations
  • Use application performance monitoring (APM) tools to identify slow regular expression execution
  • Audit application logs for patterns indicating repeated number formatting failures

Monitoring Recommendations

  • Deploy real-time CPU monitoring with alerts for abnormal processing patterns
  • Implement web application firewall (WAF) rules to inspect and limit custom locale parameters
  • Track response times for endpoints that utilize AngularJS number formatting
  • Enable detailed logging for locale configuration changes and custom format applications

How to Mitigate CVE-2022-25844

Immediate Actions Required

  • Conduct an inventory of all applications using AngularJS versions 1.7.0 and higher
  • Restrict the ability for users to supply custom locale configurations where possible
  • Implement input validation to limit the size of strings in locale rule parameters
  • Prioritize migration planning from AngularJS to modern Angular frameworks

Patch Information

AngularJS has been officially deprecated and is no longer receiving security updates from the original maintainers. Organizations should treat this as a permanent vulnerability in the AngularJS codebase. Migration to Angular (versions 2+) or other modern JavaScript frameworks is the recommended long-term solution.

For reference, security advisories have been published by:

  • Fedora Package Announcements for Fedora 35 and 36
  • NetApp Security Advisory
  • Snyk JavaScript Vulnerability Database

Workarounds

  • Disable or restrict custom locale functionality in AngularJS applications to prevent malicious input
  • Implement server-side validation to reject locale configurations with excessively long string values
  • Set execution time limits for JavaScript operations to prevent indefinite hangs
  • Consider using a reverse proxy or WAF to filter potentially malicious requests before they reach the application
bash
# Example: Nginx rate limiting and request size restriction
# Add to your nginx.conf server block

# Limit request body size to prevent large payload attacks
client_max_body_size 1m;

# Rate limit for specific AngularJS endpoints
limit_req_zone $binary_remote_addr zone=angularjs_limit:10m rate=10r/s;

location /api/ {
    limit_req zone=angularjs_limit burst=20 nodelay;
    # Additional proxy settings
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAngularjs

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.92%

  • 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-1333
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Snyk Vulnerability Report

  • Snyk Vulnerability Report

  • Snyk Vulnerability Report

  • Snyk JavaScript Vulnerability

  • StackBlitz AngularJS Project

  • Debian LTS Announcement
  • Related CVEs
  • CVE-2023-26117: AngularJS $resource Service ReDoS Vulnerability

  • CVE-2023-26116: AngularJS Regular Expression DoS Vulnerability

  • CVE-2024-21490: Angular.js ng-srcset DoS Vulnerability

  • CVE-2024-8373: AngularJS srcset XSS Vulnerability
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