GHSA-265m-7826-wjqm: Craft CMS: Authenticated RCE via `condition.config` JSON cleanse bypass
Craft CMS has an authenticated remote code execution issue in the control panel element-search condition handling.
Craft cleans the outer request-controlled condition array with Component::cleanseConfig(), but Conditions::createCondition() later decodes and merges the JSON string in condition.config without re-running cleanseConfig() on the decoded/merged configuration.
Because condition.config is a JSON string during the first cleanse, Yii special config keys such as as ... and on ... can be hidden inside it. After JSON decoding, those keys reach FieldLayout object creation and are interpreted by Yii as behavior/event configuration.
The RCE is semi-blind: the trigger endpoint returns a normal JSON response, and the command output is verified via a server-side file-write side effect retrieved in a subsequent request.
Preconditions
- The attacker needs an authenticated Craft control panel session.
- A valid CSRF token is required.
Impact
An authenticated control panel user can inject Yii behavior/event configuration after Craft’s intended config cleanse boundary. In the confirmed local lab, this led to command execution as the PHP/web user.
Potential attacker impact:
- Execute operating system commands as the PHP/web user.
- Read Craft secrets, environment variables, and application configuration.
- Access database credentials and stored site content.
- Modify site content, users, and application state.
- Pivot to internal services reachable from the Craft host or container.
- Cause denial of service or establish persistence depending on deployment permissions.
Details
Original advisory: https://github.com/advisories/GHSA-265m-7826-wjqm
More from GitHub Security Advisories
- mediumGHSA-9p7c-v5x3-rfx8: Craft CMS: Missing authorization check allows non-admin control panel users to reorder Gl…2026-08-06
- mediumGHSA-mj63-m3rc-8ppr: league/commonmark: Denial of service via deeply nested XML output2026-08-06
- highGHSA-mh25-x5hq-wrqp: league/commonmark: Denial of service via colliding heading slugs2026-08-06
- highGHSA-jfm3-95jq-q3rf: league/commonmark: Denial of service via duplicate footnote definitions2026-08-06
- highGHSA-g2gp-3wwq-f4ph: league/commonmark: Denial of service via adjacent inline attribute blocks2026-08-06