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

CVE-2026-41175: Statamic CMS Auth Bypass Vulnerability

CVE-2026-41175 is an authentication bypass flaw in Statamic CMS that allows attackers to delete content, assets, and users through manipulated query parameters. This article covers technical details, affected versions, and patches.

Published: April 23, 2026

CVE-2026-41175 Overview

CVE-2026-41175 is a query parameter manipulation vulnerability in Statamic, a Laravel and Git powered content management system (CMS). This vulnerability allows attackers to manipulate query parameters on Control Panel and REST API endpoints, or arguments in GraphQL queries, resulting in unauthorized deletion of content, assets, and user accounts.

Critical Impact

Exploitation can lead to complete loss of content, assets, and user accounts through unauthorized data deletion operations.

Affected Products

  • Statamic CMS versions prior to 5.73.20
  • Statamic CMS versions prior to 6.13.0

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-41175 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-41175

Vulnerability Analysis

This vulnerability is classified as CWE-470 (Use of Externally-Controlled Input to Select Classes or Code). The flaw exists in how Statamic handles query parameters across multiple interfaces including the Control Panel, REST API, and GraphQL API endpoints. Attackers can craft malicious query parameters or GraphQL arguments that bypass normal authorization checks, enabling destructive operations on resources they should not have access to modify or delete.

The Control Panel exploitation path requires authentication but only minimal permissions. For example, a user with only "view entries" permission could exploit this to delete entries, or a user with "view users" permission could delete user accounts. This represents a significant privilege escalation vector where read-only permissions can be leveraged for destructive write operations.

The REST and GraphQL API attack surfaces do not require any permissions by default, though these APIs are disabled out of the box. Sites that have explicitly enabled these APIs without configuring proper authentication are at critical risk.

Root Cause

The root cause stems from improper validation and sanitization of user-controlled query parameters and GraphQL arguments. The application fails to properly restrict the operations that can be performed based on the actual permissions granted, allowing parameter manipulation to trigger unauthorized actions. This class-selection vulnerability allows external input to influence code execution paths that should be restricted.

Attack Vector

The vulnerability is exploitable via network access with low attack complexity. Three distinct attack vectors exist:

  1. Control Panel Attack: Requires authenticated access with minimal read permissions. Attackers manipulate query parameters on Control Panel endpoints to perform deletion operations beyond their authorized scope.

  2. REST API Attack: If the REST API is enabled without authentication, attackers can craft malicious requests with manipulated parameters to delete resources without any credentials.

  3. GraphQL API Attack: Similar to REST, if GraphQL is enabled without authentication, malicious query arguments can trigger unauthorized resource deletion.

The vulnerability affects data integrity and availability but does not directly expose confidential information.

Detection Methods for CVE-2026-41175

Indicators of Compromise

  • Unexpected deletion of entries, assets, or user accounts in Statamic CMS
  • Unusual query parameters in Control Panel request logs
  • Anomalous REST API or GraphQL requests targeting resource endpoints
  • User accounts with read-only permissions triggering write operations in audit logs

Detection Strategies

  • Monitor Statamic Control Panel access logs for unusual query parameter patterns
  • Implement Web Application Firewall (WAF) rules to detect parameter manipulation attempts
  • Review GraphQL query logs for malformed or suspicious argument structures
  • Audit user activity for permission escalation patterns where read permissions result in delete operations

Monitoring Recommendations

  • Enable comprehensive logging for all Control Panel, REST API, and GraphQL endpoints
  • Set up alerts for bulk deletion operations or unusual resource modification patterns
  • Monitor authentication attempts and permission usage correlation
  • Implement real-time detection for parameter injection patterns in API requests

How to Mitigate CVE-2026-41175

Immediate Actions Required

  • Upgrade Statamic CMS to version 5.73.20 or later for the 5.x branch
  • Upgrade Statamic CMS to version 6.13.0 or later for the 6.x branch
  • If running REST or GraphQL APIs without authentication, treat patching as critical priority
  • Review and audit current API authentication configurations
  • Temporarily disable REST and GraphQL APIs if they are enabled without authentication and patching is not immediately possible

Patch Information

The vulnerability has been fixed in Statamic CMS versions 5.73.20 and 6.13.0. Detailed information about the security fix is available in the GitHub Security Advisory. Organizations should prioritize upgrading to these patched versions immediately.

Workarounds

  • Disable REST API if not required by adding the appropriate configuration setting
  • Disable GraphQL API if not actively used in your deployment
  • Implement authentication requirements for all API endpoints before upgrading
  • Restrict Control Panel access to trusted networks using firewall rules
  • Apply principle of least privilege by removing unnecessary user permissions
bash
# Configuration example - Disable APIs in Statamic config
# In config/statamic/api.php
'enabled' => false,

# In config/statamic/graphql.php  
'enabled' => false,

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechStatamic

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-470
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33887: Statamic CMS Auth Bypass Vulnerability

  • CVE-2026-33884: Statamic CMS Auth Bypass Vulnerability

  • CVE-2026-33885: Statamic CMS Auth Bypass Vulnerability

  • CVE-2026-33177: Statamic CMS Auth Bypass 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