---
id: CVE-2026-54178
title: >-
  backpack/crud provides Create, Read, Update & Delete (CRUD) functions for
  Backpack, a collection of Laravel packages that help users build custom
  administration panels
summary: >-
  backpack/crud provides Create, Read, Update & Delete (CRUD) functions for
  Backpack, a collection of Laravel packages that help users build custom
  administration panels. Prior to 6.8.12 and 7.0.35,
  HasUploadFields::uploadMultipleFilesToDi…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-22
  - CWE-285
  - CWE-639
vendor: Laravel-Backpack
product: CRUD
affected:
  - 'CRUD >= 5.0.0, < 6.0.0'
  - 'CRUD >= 6.0.0, < 6.8.12'
  - 'CRUD >= 7.0.0, < 7.0.35'
patched:
  - backpack/crud 6.8.12
  - backpack/crud 7.0.35
published: '2026-09-14'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T17:17:20.457'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54178'
references:
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/0c7e095a869b8d1bd5668b1370a83b148e75bf4e
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/baae0420b6ebefaf5fe4cd88c1fc358feb9c2816
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/pull/5982'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/pull/5983'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.12'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.35'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-8xjm-wqrp-2f25
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-8xjm-wqrp-2f25'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
epss: 0.00357
epssPercentile: 0.2938
aliases:
  - GHSA-8xjm-wqrp-2f25
ecosystem: composer
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-16T16:01:40.246547Z'
ingestedAt: '2026-08-20T18:59:54.844Z'
---

## Overview

backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. Prior to 6.8.12 and 7.0.35, HasUploadFields::uploadMultipleFilesToDisk in src/app/Models/Traits/HasUploadFields.php trusts disk-relative paths from clear_<attribute>[] and passes them to Storage::disk()->delete without confirming that the paths are persisted on the current model record. An authenticated user with Update access to a CRUD using this mutator through src/app/Models/Traits/CrudTrait.php can delete another record's attachment, a shared asset, or another operational file on the configured disk by submitting its path. The newer MultipleFiles uploader is not affected because it intersects requested deletions with the record's persisted file list. This flaw does not permit reading the deleted files. The 5.x line remains affected through its final releases. This issue is fixed in versions 6.8.12 and 7.0.35.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54178)

Affected packages:

- `backpack/crud >= 5.0.0, < 6.0.0`
- `backpack/crud >= 6.0.0, < 6.8.12`
- `backpack/crud >= 7.0.0, < 7.0.35`

Patched in:

- `backpack/crud 6.8.12`
- `backpack/crud 7.0.35`

Source: https://github.com/advisories/GHSA-8xjm-wqrp-2f25
