๐Ÿ” CVE Alert

CVE-2026-54181

MEDIUM 5.4

backpack/crud: Stored XSS in the color column โ€” the `@if($column['escaped'])` branches are inverted

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. From 6.0.0 until 6.8.14 and 7.0.38, src/resources/views/crud/columns/color.blade.php inverts the escaped and raw rendering branches controlled by $column['escaped'], which defaults to true, causing $column['text'] to be rendered unescaped by default. An attacker who can store an unsanitized value in a color column can execute script in the browser of a user who views the CRUD list, including an administrator, with access to the victim's session-backed application capabilities. Exploitation requires write access to the stored color value and a victim viewing the list. This issue is fixed in versions 6.8.14 and 7.0.38.

CWE CWE-79 CWE-1023
Vendor laravel-backpack
Product crud
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for laravel-backpack crud

Be the first to know when new medium vulnerabilities affecting laravel-backpack crud are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

Laravel-Backpack / CRUD
>= 6.0.0, < 6.8.14 >= 7.0.0, < 7.0.38

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-mmg4-322v-6jvc github.com: https://github.com/Laravel-Backpack/CRUD/pull/5992 github.com: https://github.com/Laravel-Backpack/CRUD/pull/5994 github.com: https://github.com/Laravel-Backpack/CRUD/commit/608652b1020ba274781f222d2959d7780a559a08 github.com: https://github.com/Laravel-Backpack/CRUD/commit/76c3a6e50e3fbd6d5f633208da5b04acb8322969 github.com: https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.14 github.com: https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.38