Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. backpack/crud
  4. ›
  5. CVE-2026-54180

CVE-2026-54180: Laravel Backpack CRUD: CRUD panel query scopes are not enforced on Update, Delete, and Reorder (cross-tenant IDOR)

August 20, 2026

Backpack CRUD’s list and read operations correctly apply any query scopes registered via addClause() / addBaseClause() (e.g. tenant isolation, user ownership). However, the Update, Delete, and Reorder operations bypassed these scopes, fetching records directly from the unscoped model query.

An authenticated user who knows or can guess a record’s primary key could therefore update, delete, or reorder records that should be invisible to them — a classic IDOR on write paths.

Applications that rely on addBaseClause for row-level access control (multi-tenancy, per-user data isolation) are affected.

References

  • github.com/Laravel-Backpack/CRUD/releases/tag/6.8.14
  • github.com/Laravel-Backpack/CRUD/releases/tag/7.0.38
  • github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-vgmv-8xjc-6rch
  • github.com/advisories/GHSA-vgmv-8xjc-6rch
  • nvd.nist.gov/vuln/detail/CVE-2026-54180

Code Behaviors & Features

Detect and mitigate CVE-2026-54180 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 6.0.0 before 6.8.14, all versions starting from 7.0.0 before 7.0.38

Fixed versions

  • 6.8.14
  • 7.0.38

Solution

Upgrade to versions 6.8.14, 7.0.38 or above.

Impact 7.6 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key
  • CWE-863: Incorrect Authorization

Source file

packagist/backpack/crud/CVE-2026-54180.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:19:15 +0000.