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

CVE-2026-28781: Craft CMS Auth Bypass Vulnerability

CVE-2026-28781 is an authentication bypass flaw in Craft CMS that allows users with Create Entries permission to spoof authorship by injecting authorId parameters. This article covers technical details, affected versions, and fixes.

Published: March 6, 2026

CVE-2026-28781 Overview

CVE-2026-28781 is a Mass Assignment vulnerability in Craft CMS, a popular content management system. The flaw exists in the entry creation process, which allows unauthorized assignment of the authorId attribute. A user with "Create Entries" permission can inject the authorIds[] or authorId parameter into POST requests, enabling them to attribute new entries to any user—including administrators—without proper authorization checks. This effectively enables authorship spoofing, which can be leveraged for social engineering, audit trail manipulation, or escalating perceived privileges within the CMS.

Critical Impact

Authenticated attackers can spoof entry authorship, attributing content to any user including administrators, potentially undermining content integrity and audit trails.

Affected Products

  • Craft CMS versions prior to 4.17.0-beta.1
  • Craft CMS versions prior to 5.9.0-beta.1
  • All Craft CMS 4.x and 5.x release candidates and stable versions before the fix

Discovery Timeline

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

Technical Details for CVE-2026-28781

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key, which falls under the broader category of Broken Access Control. The entry creation endpoint in Craft CMS accepts user-controlled input that directly influences which user is recorded as the author of a new entry. Under normal circumstances, the authorId field is not exposed or editable for users without administrative privileges. However, the backend fails to validate whether the authenticated user has permission to assign authorship to other users before processing the parameter.

The exploitation requires only "Create Entries" permission, which is a relatively common privilege granted to content contributors. By manually adding the authorIds[] or authorId parameter to the POST request body, an attacker can designate any user account—including administrators—as the entry's author. This circumvents the expected access control behavior where only users with elevated permissions can assign entries to others.

Root Cause

The root cause is improper authorization validation during the entry creation process. The Craft CMS backend processes the authorId attribute from the request without verifying if the current user has permission to assign authorship to other users. This is a classic Mass Assignment vulnerability where the application binds user-supplied parameters directly to internal data models without adequate filtering or authorization checks.

Attack Vector

The attack is executed over the network and requires low privileges (an authenticated user with "Create Entries" permission). The attacker crafts a malicious POST request to the entry creation endpoint, injecting the authorId or authorIds[] parameter with the target user's ID. The following describes the attack flow:

  1. The attacker authenticates to Craft CMS with a user account that has "Create Entries" permission
  2. When creating a new entry, the attacker intercepts or crafts the POST request
  3. The attacker injects the authorIds[] or authorId parameter with the ID of the target user (e.g., an administrator)
  4. The backend processes the request without validating the attacker's permission to assign authorship
  5. The new entry is created with the spoofed author attribution

Since no verified code examples are available, organizations should refer to the GitHub Security Advisory GHSA-2xfc-g69j-x2mp for detailed technical information about the vulnerability mechanism and the fix implementation.

Detection Methods for CVE-2026-28781

Indicators of Compromise

  • Entry creation logs showing authorId or authorIds[] parameters in requests from users without author assignment permissions
  • Entries attributed to administrators or privileged users that were created outside their normal activity patterns
  • Audit trail discrepancies where entry authors deny creating specific content

Detection Strategies

  • Implement web application firewall (WAF) rules to flag POST requests to entry creation endpoints containing unexpected authorId or authorIds[] parameters
  • Review Craft CMS access logs for parameter injection attempts in entry creation requests
  • Enable and monitor detailed application-level logging for the entry creation workflow
  • Correlate entry creation events with authenticated user sessions to identify authorship mismatches

Monitoring Recommendations

  • Configure alerting for entries created with author IDs that don't match the authenticated session user
  • Implement periodic audits of content authorship to detect potential spoofing incidents
  • Monitor for unusual patterns in entry creation activity, particularly entries attributed to administrative users

How to Mitigate CVE-2026-28781

Immediate Actions Required

  • Upgrade Craft CMS 4.x installations to version 4.17.0-beta.1 or later
  • Upgrade Craft CMS 5.x installations to version 5.9.0-beta.1 or later
  • Review existing entries for potential authorship spoofing if exploitation is suspected
  • Implement network-level controls to limit access to the CMS administrative interface

Patch Information

Craftcms has released security patches addressing this vulnerability. The fixes are available in versions 4.17.0-beta.1 and 5.9.0-beta.1 and later. The patches implement proper authorization checks to validate that users have permission to assign authorship before processing the authorId parameter.

Relevant commits:

  • GitHub Commit 830b403
  • GitHub Commit c6dcbdff

For complete details, see the GitHub Security Advisory GHSA-2xfc-g69j-x2mp.

Workarounds

  • Restrict "Create Entries" permissions to only essential users until patches can be applied
  • Implement application-level filtering to strip authorId and authorIds[] parameters from entry creation requests
  • Use a reverse proxy or WAF to block requests containing unauthorized author assignment parameters
  • Enable strict audit logging on all content creation operations for forensic purposes
bash
# Example: Block authorId parameter injection using nginx
location /admin/entries {
    # Strip authorId parameters for non-admin users
    if ($request_method = POST) {
        set $block_author "";
    }
    # Implement additional request filtering as needed
    # Consult your security team for production configurations
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCraftcms

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/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 830b403

  • GitHub Commit c6dcbdff

  • GitHub Security Advisory GHSA-2xfc-g69j-x2mp
  • Related CVEs
  • CVE-2026-33159: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-31859: Craft CMS Reflected XSS Vulnerability

  • CVE-2026-29175: Craftcms Craft Commerce XSS Vulnerability

  • CVE-2026-29173: Craft Commerce Stored XSS 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