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

CVE-2026-33159: Craft CMS Auth Bypass Vulnerability

CVE-2026-33159 is an authentication bypass vulnerability in Craft CMS allowing guest users to execute Config Sync actions without authentication. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33159 Overview

CVE-2026-33159 is an authentication bypass vulnerability in Craft CMS, a popular content management system. The vulnerability allows unauthenticated guest users to access the Config Sync updater index, obtain signed data, and execute state-changing Config Sync actions including regenerate-yaml and apply-yaml-changes without proper authentication. This missing authentication for critical function (CWE-306) impacts Craft CMS versions from 4.0.0-RC1 to before 4.17.8 and from 5.0.0-RC1 to before 5.9.14.

Critical Impact

Unauthenticated attackers can manipulate Craft CMS configuration by executing Config Sync actions, potentially leading to site misconfiguration, data integrity issues, or enabling further attack vectors through malicious YAML configuration changes.

Affected Products

  • Craft CMS versions 4.0.0-RC1 through 4.17.7
  • Craft CMS versions 5.0.0-RC1 through 5.9.13
  • All release candidate and stable releases within the affected version ranges

Discovery Timeline

  • 2026-03-24 - CVE-2026-33159 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33159

Vulnerability Analysis

This vulnerability stems from missing authentication checks on the Config Sync updater functionality within Craft CMS. The Config Sync feature is designed to allow administrators to manage and synchronize configuration across environments using YAML files. However, the affected versions fail to properly verify that the user making requests to the Config Sync endpoints is authenticated before processing those requests.

An attacker exploiting this vulnerability can access the Config Sync updater index without credentials, retrieve signed configuration data, and trigger state-changing actions. The regenerate-yaml action could be used to overwrite existing configuration files, while apply-yaml-changes could apply malicious or unintended configuration modifications to the CMS.

Root Cause

The root cause is a missing authentication for critical function (CWE-306) in the Config Sync controller endpoints. The application fails to implement proper access control checks before allowing users to interact with the configuration synchronization functionality. Guest users who should not have any administrative privileges can access and invoke these sensitive operations.

Attack Vector

The vulnerability is exploitable over the network without authentication. An attacker can target vulnerable Craft CMS installations by:

  1. Accessing the Config Sync updater index endpoint directly via HTTP requests
  2. Obtaining signed configuration data from the exposed endpoint
  3. Executing regenerate-yaml to modify the site's YAML configuration files
  4. Using apply-yaml-changes to apply malicious configuration changes to the active site

The attack requires no user interaction and can be performed remotely against any publicly accessible Craft CMS installation running vulnerable versions. The vulnerability enables unauthorized access to configuration management functions that should be restricted to authenticated administrators only.

Detection Methods for CVE-2026-33159

Indicators of Compromise

  • Unexpected HTTP requests to Config Sync related endpoints from unauthenticated sources
  • Unauthorized modifications to config/project/project.yaml or related configuration files
  • Anomalous changes to site configuration without corresponding admin activity logs
  • New or modified YAML configuration files with timestamps outside normal maintenance windows

Detection Strategies

  • Monitor web server access logs for requests targeting /admin/config-sync or similar Config Sync endpoints from unauthorized IP addresses
  • Implement file integrity monitoring on Craft CMS configuration directories to detect unauthorized YAML file changes
  • Configure web application firewalls (WAF) to alert on suspicious patterns of unauthenticated requests to administrative endpoints
  • Review Craft CMS application logs for Config Sync actions performed without corresponding authenticated sessions

Monitoring Recommendations

  • Enable comprehensive logging for all Config Sync related activities in Craft CMS
  • Deploy network-based intrusion detection systems (IDS) with rules to identify exploitation attempts targeting this vulnerability
  • Implement real-time alerting for any configuration file modifications in the Craft CMS project configuration directory
  • Conduct regular security audits of Craft CMS access logs to identify potential unauthorized access attempts

How to Mitigate CVE-2026-33159

Immediate Actions Required

  • Upgrade Craft CMS version 4.x installations to version 4.17.8 or later immediately
  • Upgrade Craft CMS version 5.x installations to version 5.9.14 or later immediately
  • Restrict network access to administrative endpoints using firewall rules or reverse proxy configurations until patching is complete
  • Review recent configuration changes and YAML files for any unauthorized modifications

Patch Information

Craft CMS has released patched versions that address this vulnerability. The fix is available in version 4.17.8 for the 4.x branch and version 5.9.14 for the 5.x branch. The patch implements proper authentication checks for Config Sync endpoints to ensure only authorized users can access these functions.

For detailed patch information, refer to the GitHub Commit Details and the GitHub Security Advisory GHSA-6mrr-q3pj-h53w. Patched releases are available at GitHub Release 4.17.8 and GitHub Release 5.9.14.

Workarounds

  • Implement IP-based access restrictions to the Craft CMS administrative area at the web server or network level
  • Use a Web Application Firewall (WAF) to block unauthenticated requests to Config Sync endpoints
  • Disable the Config Sync feature if not actively in use until the patch can be applied
  • Place the Craft CMS admin panel behind a VPN or other network-level authentication mechanism
bash
# Example nginx configuration to restrict admin access by IP
location /admin {
    allow 192.168.1.0/24;  # Trusted admin network
    allow 10.0.0.0/8;       # Internal network
    deny all;               # Deny all other access
}

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

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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-306
  • Technical References
  • GitHub Release 4.17.8

  • GitHub Release 5.9.14
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-6mrr-q3pj-h53w
  • Related CVEs
  • CVE-2026-28781: 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