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-33887

CVE-2026-33887: Statamic CMS Auth Bypass Vulnerability

CVE-2026-33887 is an authentication bypass flaw in Statamic CMS that allows authenticated users to view entry revisions without proper permissions. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-33887 Overview

CVE-2026-33887 is an Authorization Bypass vulnerability discovered in Statamic, a Laravel and Git powered content management system (CMS). Authenticated Control Panel users can view entry revisions for any collection with revisions enabled, regardless of whether they have the required collection permissions. This bypasses the authorization checks that the main entry controllers enforce, exposing entry field values and blueprint data. Additionally, users can create entry revisions without edit permission, though this only snapshots the existing content state and does not affect published content.

Critical Impact

Authenticated users can bypass permission controls to access sensitive entry data and blueprint information from collections they should not have access to, potentially exposing confidential content across the CMS.

Affected Products

  • Statamic CMS versions prior to 5.73.16
  • Statamic CMS versions prior to 6.7.2

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33887 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33887

Vulnerability Analysis

This vulnerability falls under CWE-862 (Missing Authorization), where the application fails to perform proper authorization checks for specific functionality. In Statamic CMS, the entry revision endpoints do not enforce the same permission validation that protects the main entry controllers. This architectural oversight allows any authenticated Control Panel user to enumerate and retrieve entry revisions from collections, even when they lack the explicit permissions to view those collections.

The security boundary between authenticated users with different permission levels is not properly maintained for revision-related operations. While the primary entry management functions correctly validate user permissions against collection access rules, the revision subsystem operates independently without these checks, creating an exploitable gap in the authorization model.

Root Cause

The root cause is a missing authorization check in the entry revision controller logic. When authenticated users request entry revisions, the system verifies only that the user is authenticated to the Control Panel, but fails to validate whether the user has the necessary collection-level permissions to access the underlying entries. This represents an incomplete implementation of the authorization layer for the revision management feature.

Attack Vector

The attack can be executed over the network by any authenticated Control Panel user. An attacker with legitimate but limited credentials can exploit this vulnerability by directly accessing the revision endpoints for collections they are not authorized to view. The attack requires low privileges (authenticated user status) and no user interaction, making it straightforward to exploit for information gathering purposes.

An attacker would typically:

  1. Authenticate to the Statamic Control Panel with any valid user account
  2. Enumerate or guess collection identifiers for restricted collections
  3. Request revision data through the revision API endpoints, bypassing collection permission checks
  4. Extract sensitive field values and blueprint data from unauthorized collections

For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33887

Indicators of Compromise

  • Unusual access patterns to entry revision endpoints from users with limited collection permissions
  • Audit log entries showing revision access for collections a user does not have explicit permission to view
  • Unexpected data exports or bulk revision queries from low-privilege authenticated accounts

Detection Strategies

  • Review Statamic access logs for revision endpoint requests cross-referenced against user permission assignments
  • Implement application-layer logging to track revision access attempts and compare against authorization rules
  • Monitor for authenticated users accessing revision data outside their designated collection scope

Monitoring Recommendations

  • Enable verbose logging for Control Panel authentication and revision access events
  • Configure alerts for revision endpoint access patterns that exceed normal user behavior
  • Regularly audit user permissions against actual access patterns in application logs

How to Mitigate CVE-2026-33887

Immediate Actions Required

  • Upgrade Statamic CMS to version 5.73.16 or later for the 5.x branch
  • Upgrade Statamic CMS to version 6.7.2 or later for the 6.x branch
  • Audit user accounts and permissions to identify any potential unauthorized access that may have occurred
  • Review revision access logs for suspicious activity

Patch Information

Statamic has addressed this vulnerability in versions 5.73.16 and 6.7.2. The fix implements proper authorization checks in the entry revision controllers to ensure users can only access revisions for collections they have explicit permissions to view. Organizations should apply these patches as soon as possible to prevent unauthorized information disclosure.

For complete patch details and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Temporarily disable the revisions feature for sensitive collections until the patch can be applied
  • Restrict Control Panel access to only trusted users with legitimate business needs
  • Implement network-level access controls to limit who can reach the Control Panel endpoints
  • Consider using a Web Application Firewall (WAF) to monitor and filter suspicious revision endpoint requests
bash
# Verify Statamic version after upgrade
php artisan statamic:version

# Check for available updates
composer outdated statamic/cms

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

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

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

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

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

  • CVE-2026-27593: 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