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-2026-1774

CVE-2026-1774: CASL Ability Prototype Pollution Flaw

CVE-2026-1774 is a prototype pollution vulnerability in CASL Ability (versions 2.4.0 through 6.7.4) that can allow attackers to manipulate object prototypes. This article covers the technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2026-1774 Overview

CASL Ability, versions 2.4.0 through 6.7.4, contains a prototype pollution vulnerability that allows attackers to modify the behavior of JavaScript objects through manipulation of the Object prototype. This vulnerability affects applications using the CASL authorization library, potentially enabling attackers to bypass security controls, achieve remote code execution, or cause denial of service conditions.

Critical Impact

Prototype pollution in CASL Ability can allow unauthenticated attackers to manipulate application behavior, bypass authorization checks, or achieve remote code execution through the network without user interaction.

Affected Products

  • CASL Ability versions 2.4.0 through 6.7.4

Discovery Timeline

  • 2026-02-10 - CVE CVE-2026-1774 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-1774

Vulnerability Analysis

This prototype pollution vulnerability exists in the CASL Ability authorization library, which is widely used in Node.js applications for implementing attribute-based access control (ABAC). Prototype pollution occurs when an attacker can inject properties into JavaScript's base Object prototype, causing those properties to be inherited by all objects in the application. In the context of CASL Ability, this can have devastating consequences as the library is responsible for authorization decisions.

The vulnerability is particularly severe because CASL Ability operates at the authorization layer of applications. By polluting the prototype chain, an attacker could potentially manipulate permission checks, inject malicious properties that affect ability definitions, or alter the behavior of condition matching used in authorization rules. This could lead to complete bypass of access controls implemented using CASL.

For additional technical background on prototype pollution attacks, refer to the Mozilla Developer Guide and the MITRE CWE Definition for CWE-1321.

Root Cause

The vulnerability stems from improper handling of user-controlled input during object property assignment operations within CASL Ability. When processing ability definitions or conditions, the library fails to properly sanitize input that could contain special properties like __proto__, constructor, or prototype. This allows an attacker to inject properties into the Object prototype through carefully crafted input, which then affects all objects in the application's JavaScript runtime.

Attack Vector

The attack is conducted over the network, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending malicious JSON payloads containing prototype pollution gadgets to endpoints that process CASL ability definitions or permission checks.

The exploitation mechanism typically involves:

  1. Identifying an application endpoint that accepts user input processed by CASL Ability
  2. Crafting a malicious payload containing __proto__ or constructor.prototype properties
  3. Sending the payload to the target application
  4. The malicious properties are merged into the Object prototype
  5. Subsequent authorization checks or application logic inherit the polluted properties

Depending on the application's codebase and how CASL is implemented, successful exploitation can lead to authentication bypass, privilege escalation, remote code execution, or denial of service. See the CERT Vulnerability Report for additional details.

Detection Methods for CVE-2026-1774

Indicators of Compromise

  • Unusual JSON payloads containing __proto__, constructor, or prototype properties in HTTP request bodies or query parameters
  • Unexpected application behavior following authorization checks that previously functioned correctly
  • Log entries showing manipulation of object properties in authorization-related code paths
  • Runtime errors or exceptions related to unexpected object property access in CASL-related modules

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing prototype pollution payloads such as __proto__ or constructor.prototype in JSON bodies
  • Deploy application-level logging to capture and alert on suspicious property access patterns during CASL ability evaluation
  • Use static code analysis tools to identify vulnerable code patterns where user input is merged with objects without sanitization
  • Leverage SentinelOne Singularity XDR to monitor Node.js application behavior for signs of prototype pollution exploitation

Monitoring Recommendations

  • Monitor application logs for anomalies in authorization decisions or unexpected permission grants
  • Set up alerts for HTTP requests containing known prototype pollution patterns targeting your CASL-enabled endpoints
  • Track dependency versions across your application portfolio to identify instances of vulnerable CASL Ability versions
  • Implement runtime application self-protection (RASP) to detect prototype manipulation attempts in real-time

How to Mitigate CVE-2026-1774

Immediate Actions Required

  • Upgrade CASL Ability to a version newer than 6.7.4 that contains the security fix
  • Audit all endpoints that process user input through CASL Ability for potential prototype pollution attack surfaces
  • Implement input validation to reject payloads containing __proto__, constructor, or prototype properties
  • Review application logs for signs of exploitation attempts

Patch Information

Organizations should update CASL Ability to the latest patched version immediately. The vulnerability affects versions 2.4.0 through 6.7.4. Consult the GitHub CASL Ability Package repository for the latest security updates and release information.

Workarounds

  • Freeze the Object prototype at application startup using Object.freeze(Object.prototype) to prevent modifications, though this may cause compatibility issues with some libraries
  • Implement a custom JSON parser or middleware that strips dangerous properties (__proto__, constructor, prototype) from incoming requests before they reach CASL processing
  • Use Object.create(null) for objects that receive untrusted input to create prototype-less objects that cannot be polluted
  • Consider using the secure-json-parse npm package as a drop-in replacement for JSON parsing to prevent prototype pollution
bash
# Configuration example
# Update CASL Ability to the latest patched version
npm update @casl/ability

# Or install a specific patched version
npm install @casl/ability@latest

# Verify installed version
npm list @casl/ability

# Audit your project for known vulnerabilities
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/TechCasl Ability

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.05%

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

  • Mozilla Developer Guide

  • GitHub CASL Ability Package

  • CERT Vulnerability Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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