SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-54180

HIGH · CVSS 7.6 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Backpack CRUD package for Laravel, allowing authenticated users to bypass row-level access controls and manipulate records that should be restricted based on tenant or ownership scopes. This can lead to unauthorized modifications, deletions, or reordering of sensitive data. Organizations using affected versions (6.0.0 to 6.8.14 and 7.0.38) should prioritize patching to versions 6.8.14 or 7.0.38 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54180
Severity
HIGH
CVSS
7.6
EPSS
N/A

Original NVD 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, 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.