๐Ÿ” CVE Alert

CVE-2026-54178

HIGH 8.1

backpack/crud: Arbitrary file deletion via attacker-controlled clear_<attr>[] in HasUploadFields::uploadMultipleFilesToDisk

CVSS Score
8.1
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. 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.

CWE CWE-22 CWE-285 CWE-639
Vendor laravel-backpack
Product crud
Published 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:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

Laravel-Backpack / CRUD
>= 5.0.0, < 6.0.0 >= 6.0.0, < 6.8.12 >= 7.0.0, < 7.0.35

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-8xjm-wqrp-2f25 github.com: https://github.com/Laravel-Backpack/CRUD/pull/5982 github.com: https://github.com/Laravel-Backpack/CRUD/pull/5983 github.com: https://github.com/Laravel-Backpack/CRUD/commit/0c7e095a869b8d1bd5668b1370a83b148e75bf4e github.com: https://github.com/Laravel-Backpack/CRUD/commit/baae0420b6ebefaf5fe4cd88c1fc358feb9c2816 github.com: https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.12 github.com: https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.35