๐Ÿ” CVE Alert

CVE-2026-54175

HIGH 7.6

backpack/crud: Unverified password change in MyAccountController via mass assignment

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. Prior to 6.8.11 and 7.0.34, MyAccountController::postAccountInfoForm in src/app/Http/Controllers/MyAccountController.php at POST /admin/edit-account-info passes request data from $request->except(['_token']) to the user model instead of restricting updates to fields accepted by AccountInfoRequest::validationData(). An attacker with an authenticated Backpack session can therefore mass-assign password, the authentication column, or other deployment-specific fillable attributes. With the default Laravel 11 user model, a submitted plaintext password is automatically hashed and persisted, converting temporary session access into persistent account takeover without the old_password check enforced by the separate password-change route. Changing the authentication email can also enable later password-reset takeover, while additional fillable security attributes can permit deployment-specific privilege escalation or security-control changes. This issue is fixed in versions 6.8.11 and 7.0.34.

CWE CWE-620
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.8.11 >= 7.0.0, < 7.0.34

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-xpv2-hrfc-hw62 github.com: https://github.com/Laravel-Backpack/CRUD/pull/5980 github.com: https://github.com/Laravel-Backpack/CRUD/pull/5981 github.com: https://github.com/Laravel-Backpack/CRUD/commit/0d7a2820a0a356fde94c13a2db78bbe44393f0e7 github.com: https://github.com/Laravel-Backpack/CRUD/commit/ffe9a43ed006d0667e52997036c05ac0bc06cf91 github.com: https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.11 github.com: https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.34