A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-54152

CVE-2024-54152: Angular Expressions Sandbox RCE Flaw

CVE-2024-54152 is a sandbox escape RCE vulnerability in Angular Expressions that allows attackers to execute arbitrary code. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-54152 Overview

CVE-2024-54152 is a critical sandbox escape vulnerability in Angular Expressions, a standalone module providing expressions functionality for the Angular.JS web framework. Prior to version 1.4.3, an attacker can craft a malicious expression that escapes the sandbox to execute arbitrary code on the system. This Code Injection vulnerability (CWE-94) allows unauthenticated remote attackers to achieve full arbitrary code execution through the network.

Critical Impact

Unauthenticated attackers can escape the Angular Expressions sandbox to gain full arbitrary code execution on affected systems, potentially leading to complete system compromise.

Affected Products

  • Angular Expressions versions prior to 1.4.3
  • Applications using the angular-expressions npm package (peerigon/angular-expressions)
  • Web applications implementing Angular Expressions for template evaluation

Discovery Timeline

  • 2024-12-10 - CVE-2024-54152 published to NVD
  • 2024-12-10 - Last updated in NVD database

Technical Details for CVE-2024-54152

Vulnerability Analysis

This vulnerability represents a critical sandbox escape in Angular Expressions that allows attackers to break out of the intended expression evaluation context. The vulnerability stems from improper handling of __proto__ access within expressions, enabling attackers to manipulate the prototype chain and ultimately execute arbitrary code on the underlying system.

Angular Expressions implements a sandbox mechanism designed to safely evaluate user-provided expressions without exposing the underlying JavaScript runtime. However, this sandbox implementation contains a flaw that permits access to prototype manipulation, which can be leveraged to escape the restricted execution environment.

The attack can be executed remotely over the network with no authentication required and no user interaction necessary. A successful exploitation grants the attacker high-level access to confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability lies in insufficient restrictions on __proto__ access within the Angular Expressions sandbox. The expression evaluation mechanism fails to properly block prototype chain manipulation, allowing attackers to escape the sandbox boundaries. This implementation oversight enables malicious expressions to access objects and functions outside the intended sandbox scope.

Attack Vector

The attack is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious expression that leverages __proto__ access
  2. Submitting this expression to any endpoint that evaluates Angular Expressions
  3. The sandbox escape allows execution of arbitrary JavaScript
  4. With more complex payloads, full arbitrary code execution on the system is achievable

The vulnerability affects any application that uses Angular Expressions to evaluate user-controllable input. This is particularly dangerous in applications that allow users to provide template expressions or dynamic content that gets evaluated through the Angular Expressions library.

Detection Methods for CVE-2024-54152

Indicators of Compromise

  • Unusual expressions containing __proto__ references in application logs
  • Unexpected process spawning from web application contexts
  • Anomalous outbound network connections from web server processes
  • Evidence of prototype pollution attempts in request payloads

Detection Strategies

  • Monitor application logs for expressions containing __proto__, constructor, or prototype keywords
  • Implement Web Application Firewall (WAF) rules to detect and block prototype pollution patterns
  • Review npm package dependencies for vulnerable versions of angular-expressions below 1.4.3
  • Deploy runtime application self-protection (RASP) solutions to detect sandbox escape attempts

Monitoring Recommendations

  • Enable verbose logging for Angular Expressions evaluation to capture suspicious input patterns
  • Set up alerting for any JavaScript execution anomalies within the web application context
  • Monitor for unexpected file system access or network activity from application processes
  • Implement dependency scanning in CI/CD pipelines to detect vulnerable package versions

How to Mitigate CVE-2024-54152

Immediate Actions Required

  • Upgrade Angular Expressions to version 1.4.3 or later immediately
  • Audit applications to identify all instances using the angular-expressions package
  • Restrict or sanitize user input that may be evaluated as expressions
  • Consider temporarily disabling expression evaluation functionality until patching is complete

Patch Information

The vulnerability has been patched in version 1.4.3 of Angular Expressions. The fix is available through the GitHub commit. Organizations should update their npm dependencies to pull the patched version.

For detailed information about the vulnerability, refer to the GitHub Security Advisory.

Workarounds

  • Disable access to __proto__ globally in the application environment
  • Ensure the Angular Expressions function is called with only one argument to limit attack surface
  • Implement strict input validation to reject expressions containing prototype-related keywords
  • Deploy application-layer filtering to block malicious expression patterns before evaluation
bash
# Update angular-expressions to patched version
npm update angular-expressions@1.4.3

# Verify installed version
npm list angular-expressions

# Alternative: audit for vulnerable packages
npm audit

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAngular

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability15.82%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44437: Angular SSR Path Traversal Vulnerability

  • CVE-2026-41423: Angular Platform Server SSRF Vulnerability

  • CVE-2025-62427: Angular SSR SSRF Vulnerability

  • CVE-2026-33397: Angular SSR Open Redirect Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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