OSV 1.4.0 · github-reviewed · 修改于 2026-09-02 05:07
发布时间
2026-08-11 23:32
GitHub 审查时间
2026-09-02 05:07
NVD 发布时间
2026-08-11 21:19
源文件
advisories/github-reviewed/2026/08/GHSA-w36c-qxrq-v7fw/GHSA-w36c-qxrq-v7fw.json
该公告已于 2026-09-02 05:07 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-265m-7826-wjqm. This link is maintained to preserve external references.
Craft CMS versions from 4.0.0-RC1 before 4.18.2 and from 5.0.0-RC1 before 5.10.6 contain an authenticated remote code execution vulnerability in the control panel element-search condition handling. Craft cleanses the outer request-controlled condition array via Component::cleanseConfig(), but Conditions::createCondition() later decodes and merges the JSON string in condition.config without re-running cleanseConfig() on the decoded 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 and, after JSON decoding, are interpreted by Yii as behavior/event configuration during FieldLayout object creation. An attacker with an authenticated control panel session (and a valid CSRF token) can exploit this to execute operating system commands as the PHP/web user.