Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-54181— backpack/crud: Stored XSS in the color column — the `@if($column['escaped'])` branches are inverted

Quick assessment

Affected
Laravel-Backpack CRUD
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

为 Backpack 提供创建、读取、更新和删除(CRUD)功能。Backpack 是一系列用于帮助用户构建自定义管理面板的 Laravel 包。在 6.0.0 至 6.8.14 以及 7.0.38 之前的版本中, 文件错误地反转了由 控制的转义与非转义渲染分支。由于 默认为 ,这导致 默认以未转义的方式渲染。 能够向颜色列中存储未经净化的值的攻击者,可以在查看 CRUD 列表的用户(包括管理员)的浏览器中执行脚本,从而获得基于受害者会话的应用程序权限。利用该漏洞需要:1)攻击者拥有对颜色列存储值的写入权限;2)有

CVSS 5.4 · Medium

Possible ATT&CK Techniques 2 AI

T1189.001 T1189.002

Affected Version Matrix 2

VendorProduct Version RangeStatus
Laravel-Backpack CRUD >= 6.0.0, < 6.8.14 affected
>= 7.0.0, < 7.0.38 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-54181

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
backpack/crud: Stored XSS in the color column — the `@if($column['escaped'])` branches are inverted
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Laravel-Backpack CRUD >= 6.0.0, < 6.8.14 -

II. Public POCs for CVE-2026-54181

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-54181

登录查看更多情报信息。

Patches & Fixes for CVE-2026-54181 (3)

Vendor Advisories for CVE-2026-54181 (1)

Vendor Pages for CVE-2026-54181 (2)

Same Patch Batch · Laravel-Backpack · 2026-09-14 · 8 CVEs total

CVE-2026-54178 8.1 HIGH backpack/crud: Arbitrary file deletion via attacker-controlled clear_<attr>[] in HasUpload
CVE-2026-54182 8.1 HIGH backpack/crud: OS command injection in Stats::makeCurlRequest via attacker-controlled Host
CVE-2026-54175 7.6 HIGH backpack/crud: Unverified password change in MyAccountController via mass assignment
CVE-2026-54180 7.6 HIGH backpack/crud: CRUD panel query scopes are not enforced on Update, Delete, and Reorder (cr
CVE-2026-54177 6.6 MEDIUM backpack/crud: HasUploadFields keeps the attacker-supplied file extension — public-disk up
CVE-2026-54176 6.5 MEDIUM backpack/crud: MyAccountController allows changing the login email without a current-passw
CVE-2026-57570 6.5 MEDIUM backpack/crud: HasMany/MorphMany relation fields allow cross-tenant record re-parenting (I

IV. Related Vulnerabilities

V. Comments for CVE-2026-54181

No comments yet


Leave a comment