CVE Catalog

CVE-2026-54180

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Summary

In backpack/crud 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 modify, delete, or reorder records hidden by tenant, ownership, or other row-level access-control scopes.

Risk Assessment

Can bypass tenant, ownership, or other row-level access controls, enabling unauthorized modification or deletion of data. Applications that do not rely on CRUD query clauses for authorization are not affected by this specific bypass.

Recommendation

Update backpack/crud to version 6.8.14 or 7.0.38 (or later). Ensure write operations route through getModelWithCrudPanelQuery().

Other vulnerabilities in backpack/crud

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS