Duplicate Advisory: Craft CMS: RCE via missing cleanseConfig in FieldsController::actionRenderCardPreview
High severity
GitHub Reviewed
Published
Jun 21, 2026
to the GitHub Advisory Database
•
Updated Aug 6, 2026
Withdrawn
This advisory was withdrawn on Aug 6, 2026
Description
Published by the National Vulnerability Database
Jun 21, 2026
Published to the GitHub Advisory Database
Jun 21, 2026
Last updated
Aug 6, 2026
Reviewed
Aug 6, 2026
Withdrawn
Aug 6, 2026
Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-86vw-x4ww-x467. This link is maintained to preserve external references.
Original Description
Craft CMS (composer package craftcms/cms) versions >= 5.5.0 and <= 5.9.13 contain a remote code execution vulnerability in the FieldsController::actionRenderCardPreview() method, which passes the fieldLayoutConfig POST parameter directly to Fields::createLayout() without calling Component::cleanseConfig(). An authenticated admin user can inject Yii2 event handlers (e.g., 'on init' keys) via the fieldLayoutConfig parameter to execute arbitrary PHP code and disclose sensitive information (such as environment variables containing database credentials and CRAFT_SECURITY_KEY). The issue is fixed in version 5.9.14.
References