CVE-2026-56393
Received
Received - Intake
Stored XSS in Craft CMS Settings and Field Labels
Publication date: 2026-06-21
Last updated on: 2026-06-21
Assigner: VulnCheck
Description
Description
Craft CMS 4.x (>= 4.0.0-RC1, < 4.17.0-beta.1) and 5.x (>= 5.0.0-RC1, < 5.9.0-beta.1) contain multiple stored cross-site scripting vulnerabilities where settings names and field option labels are rendered without sanitization (e.g., via the checkbox.twig template, which used {{ label|raw }}). An authenticated administrator (with allowAdminChanges enabled) can inject malicious payloads into section names, volume names, user group names, global set names, generated field names, checkbox/radio option labels, and custom source labels, causing arbitrary JavaScript to execute in other users' control-panel sessions. Fixed in 4.17.0-beta.1 and 5.9.0-beta.1.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| craftcms | craft_cms | From 4.0.0-rc1 (inc) to 4.17.0-beta.1 (exc) |
| craftcms | craft_cms | From 5.0.0-rc1 (inc) to 5.9.0-beta.1 (exc) |
| craftcms | craft_cms | 4.17.0-beta.1 |
| craftcms | craft_cms | 5.9.0-beta.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |