๐Ÿ” CVE Alert

CVE-2026-54180

HIGH 7.6

backpack/crud: CRUD panel query scopes are not enforced on Update, Delete, and Reorder (cross-tenant IDOR)

CVSS Score
7.6
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, 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.

CWE CWE-639 CWE-863
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 high 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:N/S:U/C:L/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
High
Availability
Low

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-vgmv-8xjc-6rch github.com: https://github.com/Laravel-Backpack/CRUD/pull/5991 github.com: https://github.com/Laravel-Backpack/CRUD/pull/5994 github.com: https://github.com/Laravel-Backpack/CRUD/commit/76c3a6e50e3fbd6d5f633208da5b04acb8322969 github.com: https://github.com/Laravel-Backpack/CRUD/commit/dd25c2086b8ea2cb765993b65876c66ab824eef0 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