A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44011

CVE-2026-44011: Craft CMS Remote Code Execution Vulnerability

CVE-2026-44011 is a remote code execution flaw in Craft CMS that allows authenticated users to inject malicious configuration and execute arbitrary commands. This post covers technical details, affected versions, impact, and mitigation.

Published: May 17, 2026

CVE-2026-44011 Overview

Craft CMS contains an input-handling flaw in its Yii object creation path that allows authenticated users to inject malicious configuration and execute arbitrary commands on the server. The vulnerability affects Craft CMS versions from 4.0.0 to versions before 4.17.12 and 5.9.18. Request-controlled condition field layout data is converted into a live FieldLayout object without a Component::cleanseConfig() boundary. Because Craft configures models before parent::__construct(), attacker-controlled special config keys take effect during object creation, and FieldLayout initialization triggers a same-request event that leads to remote code execution (RCE). The flaw is tracked under [CWE-479] and is fixed in versions 4.17.12 and 5.9.18.

Critical Impact

Any authenticated user can achieve arbitrary command execution on the underlying server, fully compromising confidentiality, integrity, and availability of the Craft CMS host.

Affected Products

  • Craft CMS versions 4.0.0 through 4.17.11
  • Craft CMS versions 5.0.0 through 5.9.17
  • Fixed in Craft CMS 4.17.12 and 5.9.18

Discovery Timeline

  • 2026-05-12 - CVE-2026-44011 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44011

Vulnerability Analysis

The vulnerability resides in Craft CMS controllers that process condition configuration data submitted by authenticated users. The controllers pass user-supplied arrays directly into Craft::$app->getConditions()->createCondition($conditionConfig) without sanitizing reserved configuration keys. Yii's object creation pattern applies configuration values to the instance before parent::__construct() runs, so attacker-controlled keys influence object state during initialization. When the resulting FieldLayout object initializes, it dispatches a same-request event whose handler can be hijacked to execute arbitrary PHP, yielding command execution as the web server user.

Root Cause

The root cause is a missing call to Component::cleanseConfig() on the $conditionConfig array prior to object instantiation. Without that boundary, dangerous keys such as as behaviors or on event survive into the Yii configurator and are interpreted as behaviors and event handlers. This is a classic unsafe-reflection pattern in Yii applications, mapped to [CWE-479] (Signal Handler Use of a Non-reentrant Function / Unsafe Component Behavior).

Attack Vector

An authenticated user submits a crafted condition payload to an element index settings endpoint. The payload embeds Yii configuration keys that attach a malicious behavior or event handler to the FieldLayout object. Object construction triggers the handler in the same request, executing attacker-supplied commands on the server.

php
// Patch in src/controllers/ElementIndexesController.php
        if (is_array($conditionConfig)) {
            $conditionConfig = Component::cleanseConfig($conditionConfig);
        }

        $condition = Craft::$app->getConditions()->createCondition($conditionConfig);

        if ($condition instanceof ElementCondition) {
// Source: https://github.com/craftcms/cms/commit/ab85ca7f5f926994f723f60584054a1f4c4c5de3

The patch inserts Component::cleanseConfig() to strip reserved keys before the condition object is created, closing the unsafe reflection path.

Detection Methods for CVE-2026-44011

Indicators of Compromise

  • HTTP POST requests to Craft CMS element index or condition endpoints containing JSON keys such as as behaviors, on , or class inside condition configuration payloads.
  • Web server processes (php-fpm, apache2, nginx worker) spawning child processes like sh, bash, curl, wget, or python shortly after authenticated admin requests.
  • New or modified PHP files in Craft's web/, templates/, or storage/runtime/ directories without a corresponding deployment event.

Detection Strategies

  • Inspect application logs for requests to controllers handling conditionConfig parameters from non-administrative accounts.
  • Correlate authenticated session activity with subsequent outbound network connections from the web server process.
  • Hunt for unexpected behaviors registered on Craft component classes by reviewing recent changes to project config and field layout records.

Monitoring Recommendations

  • Enable verbose request logging on the Craft control panel and ship logs to a centralized analytics platform for retention and querying.
  • Alert on web server processes executing shell utilities, a behavior that is rare in normal PHP application workloads.
  • Monitor file integrity on the Craft webroot to detect dropped webshells or unauthorized template modifications.

How to Mitigate CVE-2026-44011

Immediate Actions Required

  • Upgrade Craft CMS to 4.17.12 or 5.9.18 immediately on all affected installations.
  • Audit user accounts and revoke unnecessary authenticated access until the patch is applied, since exploitation requires only high-privilege authenticated users on some flows and any authenticated user on others.
  • Review web server and PHP-FPM logs for the indicators listed above covering the period since 4.0.0 was deployed.

Patch Information

The fix is published in the Craft CMS Security Advisory GHSA-qrgm-p9w5-rrfw and implemented in GitHub commit ab85ca7. The patch routes condition configuration arrays through Component::cleanseConfig() in both ElementIndexesController and ElementIndexSettingsController before passing them to createCondition().

Workarounds

  • Restrict access to the Craft control panel using network ACLs or VPN until the upgrade is completed.
  • Disable or reduce permissions for user groups that can edit element sources or field layouts.
  • Deploy a web application firewall rule to block requests containing Yii configuration keys such as as behaviors or on inside JSON bodies targeting condition endpoints.
bash
# Upgrade Craft CMS via Composer to a fixed release
composer require craftcms/cms:^5.9.18 --update-with-dependencies
# Or for the 4.x branch
composer require craftcms/cms:^4.17.12 --update-with-dependencies
php craft up

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCraft Cms

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-479
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-qrgm-p9w5-rrfw
  • Related CVEs
  • CVE-2026-33157: Craftcms Craft CMS RCE Vulnerability

  • CVE-2026-32264: Craft CMS Behavior Injection RCE Vulnerability

  • CVE-2026-32261: Webhooks for Craft CMS RCE Vulnerability

  • CVE-2026-31857: Craft CMS RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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