CVE-2026-55793
published 2026-07-01CVE-2026-55793: Craft CMS is a content management system (CMS). In versions 5.0.0-RC1 through 5.9.22, an author-level control panel user can store a malicious JavaScript…
PriorityP333medium5.9CVSS 4.0
AVNACLATPPRLUIPVCNVIHVANSCNSINSANEXCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUX
EPSS
0.41%
34.3th percentile
Craft CMS is a content management system (CMS). In versions 5.0.0-RC1 through 5.9.22, an author-level control panel user can store a malicious JavaScript payload in an entry title. When an admin, or any control panel user with saveEntries for the same Structure section, drags another entry under the poisoned entry in table view, the payload executes in the victim’s session. The issue is exploitable because the title is escaped into data-title by the server, decoded again by the browser, read with jQuery .data('title'), and then concatenated into a new HTML string without attribute escaping. To exploit, an attacker must have an existing control panel account (Author role minimum), the victim must perform a drag operation (not just visit the page), and the victim’s session needs to be elevated at trigger time. This issue has been fixed in version 5.9.23.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| craftcms | cms | — | — |
| craftcms | cms | >= 5.0.0-RC1 < 5.9.53 | 5.9.53 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Craft CMS: Stored XSS via Structure entry title in table view
ghsa·2026-07-06
CVE-2026-55793 [MEDIUM] CWE-79 Craft CMS: Stored XSS via Structure entry title in table view
Craft CMS: Stored XSS via Structure entry title in table view
# Stored XSS via Structure entry title in table view
## Summary
An Author-level control panel user can store a JavaScript payload in an entry title. When an admin, or any control panel user with `saveEntries` for the same Structure section, drags another entry under the poisoned entry in table view, the payload executes in the victim’s session.
The issue is exploitable because the title is escaped into `data-title` by the server, decoded again by the browser, read with jQuery `.data('title')`, and then concatenated into a new HTML string without attribute escaping.
Execution was verified with `alert(document.domain)`. Impact was verified against an elevated admin session by changing the admin user’s email through `users/sav
VulDB
Craft CMS up to 5.9.22 Structure Section cross site scripting (GHSA-xrqc-p465-2xvg)
vuldb·2026-07-02·CVSS 5.9
CVE-2026-55793 [MEDIUM] Craft CMS up to 5.9.22 Structure Section cross site scripting (GHSA-xrqc-p465-2xvg)
A vulnerability was found in Craft CMS up to 5.9.22. It has been declared as problematic. This affects an unknown part of the component Structure Section. The manipulation results in cross site scripting.
This vulnerability is identified as CVE-2026-55793. The attack can be executed remotely. There is not any exploit available.
It is recommended to upgrade the affected component.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-07-01
Published