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

CVE-2026-28782: Craft CMS Auth Bypass Vulnerability

CVE-2026-28782 is an authorization bypass vulnerability in Craft CMS allowing users to duplicate entries without proper permissions. Attackers can access restricted content by brute-forcing Entry IDs. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28782 Overview

CVE-2026-28782 is an Insecure Direct Object Reference (IDOR) vulnerability in Craft CMS, a popular content management system. The vulnerability exists in the "Duplicate" entry action, which fails to properly verify whether a user has permission to perform this action on specific target elements. Even when users are restricted to "View Entries" permission—where the "Duplicate" action is hidden from the UI—attackers can bypass this restriction by sending direct HTTP requests to the server.

More critically, this vulnerability allows unauthorized duplication of other users' entries by specifying arbitrary Entry IDs. Since Entry IDs in Craft CMS are incremental integers, an attacker can trivially enumerate and brute-force these identifiers to duplicate and access restricted content across the entire system.

Critical Impact

Authenticated users with minimal permissions can bypass authorization controls to duplicate and access any entry in the CMS, including content belonging to other users, potentially exposing sensitive information and proprietary data.

Affected Products

  • Craft CMS versions prior to 5.9.0-beta.1 (version 5.x branch)
  • Craft CMS versions prior to 4.17.0-beta.1 (version 4.x branch)
  • All Craft CMS 4.0.0 and 5.0.0 release candidates

Discovery Timeline

  • 2026-03-04 - CVE-2026-28782 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28782

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), a form of Insecure Direct Object Reference (IDOR). The core issue stems from the entry duplication controller failing to validate that the requesting user has appropriate permissions for the specific entry being duplicated.

In Craft CMS, the permission model is designed to restrict certain actions based on user roles. However, the "Duplicate" functionality only performs client-side UI restrictions (hiding the button) rather than implementing proper server-side authorization checks. This creates a classic example of relying on security through obscurity rather than enforcing access control at the application logic layer.

The attack surface is amplified by the use of predictable, sequential Entry IDs. An attacker who identifies the pattern can systematically enumerate all entries in the system, testing each ID for successful duplication. This transforms a limited access control bypass into a potential full content exfiltration vulnerability.

Root Cause

The root cause is insufficient authorization validation in the server-side entry duplication handler. When processing a duplicate request, the application checks if the user has general "View Entries" permission but does not verify:

  1. Whether the user has explicit "Duplicate" permission for entries
  2. Whether the user is authorized to access the specific entry being targeted
  3. Whether the entry belongs to the requesting user or is within their permitted scope

The authorization logic relied on UI-level restrictions rather than enforcing access control at the API/controller level, violating the principle of defense in depth.

Attack Vector

The attack is network-based and requires low-privilege authenticated access. An attacker with only "View Entries" permission can exploit this vulnerability through the following approach:

The attacker first authenticates to the Craft CMS admin panel with a low-privilege account. Despite the "Duplicate" action being hidden from the UI, the attacker crafts a direct HTTP POST request to the entry duplication endpoint, specifying a target Entry ID in the request body. Since Entry IDs are sequential integers starting from 1, the attacker can iterate through potential IDs (1, 2, 3, etc.) to discover and duplicate entries they should not have access to.

For technical implementation details and the specific fix applied, refer to the GitHub Security Advisory and the commit that addresses this vulnerability.

Detection Methods for CVE-2026-28782

Indicators of Compromise

  • Unusual volume of entry duplication requests from a single user session
  • Duplication actions performed by users with only "View Entries" permissions
  • Sequential or patterned Entry ID access attempts in duplication request logs
  • Newly created duplicate entries attributed to low-privilege users

Detection Strategies

  • Monitor Craft CMS access logs for POST requests to entry duplication endpoints from users lacking duplication permissions
  • Implement anomaly detection for rapid sequential requests targeting incrementing Entry IDs
  • Review audit logs for unauthorized content duplication events, especially from restricted user accounts
  • Configure web application firewall (WAF) rules to alert on enumeration patterns in request parameters

Monitoring Recommendations

  • Enable detailed audit logging in Craft CMS to capture all entry modification events
  • Set up alerts for bulk entry duplication operations outside of normal administrative workflows
  • Monitor for failed authorization events that may indicate reconnaissance activity
  • Review user permission assignments regularly to identify overly permissive configurations

How to Mitigate CVE-2026-28782

Immediate Actions Required

  • Upgrade Craft CMS to version 5.9.0-beta.1 or later for 5.x installations
  • Upgrade Craft CMS to version 4.17.0-beta.1 or later for 4.x installations
  • Audit user accounts to identify and review permissions for all users with "View Entries" access
  • Review CMS logs for evidence of exploitation attempts or unauthorized entry duplication

Patch Information

Craftcms has released security patches that address this authorization bypass vulnerability. The fix implements proper server-side permission validation for the entry duplication action, ensuring that users cannot duplicate entries without explicit authorization.

The patched versions are 5.9.0-beta.1 and 4.17.0-beta.1. Organizations should update to these versions or later stable releases as they become available. The security fix can be reviewed in the GitHub commit.

Workarounds

  • Restrict network access to the Craft CMS admin panel to trusted IP addresses only
  • Implement additional authentication layers (MFA) for all CMS user accounts
  • Review and minimize user permissions, removing "View Entries" access where not strictly required
  • Deploy a web application firewall to detect and block enumeration attack patterns
bash
# Restrict admin panel access in nginx configuration
location /admin {
    allow 10.0.0.0/8;      # Internal network only
    allow 192.168.1.0/24;  # Trusted admin subnet
    deny all;
    
    # Additional rate limiting for entry actions
    limit_req zone=cms_admin burst=10 nodelay;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCraft Cms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33162: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-33160: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-29069: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-33161: Craft CMS Information Disclosure Flaw
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