Answer in brief
CVE-2026-54180 records a High severity (CVSS 7.6) vulnerability in backpack/crud: CRUD panel query scopes are not enforced on Update, Delete, and Reorder (cross-tenant IDOR). The current sources do not mark it as known exploited. The current feed maps backpack/crud (composer), backpack/crud (composer), Laravel-Backpack/CRUD (generic), backpack/crud (packagist) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.6. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps backpack/crud (composer), backpack/crud (composer), Laravel-Backpack/CRUD (generic), backpack/crud (packagist) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| backpack/crudcomposer | >=6.0.0,<6.8.14 | 6.8.14 |
| backpack/crudcomposer | >=7.0.0,<7.0.38 | 7.0.38 |
| Laravel-Backpack/CRUDgeneric | >= 6.0.0, < 6.8.14 || >= 7.0.0, < 7.0.38 | Not reported |
| backpack/crudpackagist | >=6.0.0 <6.8.14 | 6.8.14 |
| backpack/crudpackagist | >=7.0.0 <7.0.38 | 7.0.38 |
Published upstream
Sep 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 20, 2026
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, the Update, Delete, and Reorder operations resolve records from the unscoped model query instead of the query configured through addClause() or addBaseClause(). An authenticated user who knows or guesses an out-of-scope record primary key can therefore modify, delete, or reorder records hidden by tenant, ownership, or other row-level access-control scopes. Applications that do not rely on CRUD query clauses for authorization are not affected by this specific bypass. The fix routes all three write operations through getModelWithCrudPanelQuery(), matching the scoped list and read behavior. This issue is fixed in versions 6.8.14 and 7.0.38.
Quoted source text, attributed separately from HOL analysis.