# CVE-2026-54181

## Summary

- **CVE ID:** CVE-2026-54181
- **Severity:** MEDIUM
- **CVSS Score:** 5.4 (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)
- **CWE:** CWE-79, CWE-1023
- **Published:** Sep 14, 2026
- **Last Modified:** Sep 14, 2026

## 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.

## Affected Products

- Laravel-Backpack — CRUD (>= 6.0.0, < 6.8.14)
- Laravel-Backpack — CRUD (>= 7.0.0, < 7.0.38)

## References

- [CNA](https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-mmg4-322v-6jvc)
- [CNA](https://github.com/Laravel-Backpack/CRUD/pull/5992)
- [CNA](https://github.com/Laravel-Backpack/CRUD/pull/5994)
- [CNA](https://github.com/Laravel-Backpack/CRUD/commit/608652b1020ba274781f222d2959d7780a559a08)
- [CNA](https://github.com/Laravel-Backpack/CRUD/commit/76c3a6e50e3fbd6d5f633208da5b04acb8322969)
- [CNA](https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.14)
- [CNA](https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.38)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.30%
- **EPSS Percentile:** 22.3

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-18._