
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-33159 is a missing authentication and authorization vulnerability in Craft CMS that allows unauthenticated users to execute restricted project configuration sync operations. Disclosed on March 24, 2026, it affects Craft CMS versions >= 4.0.0-RC1 through <= 4.17.7 and >= 5.0.0-RC1 through <= 5.9.13. The vulnerability carries a CVSS v3.1 base score of 6.5 (Medium) and a CVSS v4.0 base score of 6.9 (Medium) (Github Advisory, Craft CMS Advisory).
The root cause lies in ConfigSyncController extending BaseUpdaterController, where the base updater controller is anonymously accessible for control panel requests (CWE-306: Missing Authentication for Critical Function; CWE-862: Missing Authorization). The index action emits signed updater state data that can be captured by an unauthenticated guest and reused in subsequent requests to trigger sensitive actions including actionApplyYamlChanges, actionRegenerateYaml, applyExternalChanges, and regenerateExternalConfig. No special preconditions are required — the attack is network-accessible, requires no privileges, and involves no user interaction. The fix added $allowAnonymous = self::ALLOW_ANONYMOUS_NEVER and a beforeAction() method enforcing requireAdmin() in ConfigSyncController (Craft CMS Advisory, Fix Commit).
Successful exploitation allows unauthenticated remote attackers to trigger project configuration synchronization operations — specifically YAML regeneration and application of pending YAML config changes — without any credentials. This can result in unauthorized configuration state transitions, potential exposure of sensitive configuration data embedded in signed state responses, and degradation of service integrity if malicious or unintended config states are applied. While availability is not directly impacted, the integrity of the CMS configuration and potentially the confidentiality of configuration details are at risk (Github Advisory).
No public proof-of-concept exploit code has been identified, and there is no evidence of active in-the-wild exploitation at this time. The EPSS score is approximately 0.106% (0.001060), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Github Advisory).
/admin/actions/config-sync/index to retrieve the updater state response.Craft.updater state object and extract the data field (signed updater state token).data value in subsequent unauthenticated POST requests to sensitive endpoints such as:POST /admin/actions/config-sync/regenerate-yaml with body data=<extracted_value>POST /admin/actions/config-sync/apply-yaml-changes with body data=<extracted_value>/admin/actions/config-sync/index, /admin/actions/config-sync/regenerate-yaml, or /admin/actions/config-sync/apply-yaml-changes from external or unknown IP addresses.config/project/) with timestamps not corresponding to known admin activity.Craft CMS has released patched versions addressing this vulnerability: 4.17.8 for the 4.x branch and 5.9.14 for the 5.x branch. Upgrading to these versions is the primary recommended remediation, as the fix enforces admin authentication on all ConfigSyncController actions. As an interim workaround, network-level controls (e.g., WAF rules or firewall policies) should be used to restrict access to /admin/actions/config-sync/* endpoints from untrusted sources. Administrators should also audit YAML project config files for unauthorized changes that may have occurred prior to patching (Release 4.17.8, Release 5.9.14, Fix Commit).
The vulnerability was reported by researcher GCXWLP and published by the Craft CMS maintainer (angrybrad) via GitHub Security Advisories on March 24, 2026. The fix was committed by Brandon Kelly (Craft CMS lead developer) and included in the same-day patch releases. Social media activity was limited, with brief mentions on Bluesky and automated vulnerability tracking platforms shortly after disclosure (Craft CMS Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."