Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Laravel-Backpack/CRUD/commit/0d7a2820a0a356fde94c13a2db78bbe4
- https://github.com/Laravel-Backpack/CRUD/commit/ffe9a43ed006d0667e52997036c05ac0
- https://github.com/Laravel-Backpack/CRUD/pull/5980
- https://github.com/Laravel-Backpack/CRUD/pull/5981
- https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.11
- https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.34
- https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-xpv2-hrfc-hw62
FAQ
What is CVE-2026-54175?
CVE-2026-54175 is a vulnerability with a CVSS score of 7.6 (HIGH). 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, MyA...
How severe is CVE-2026-54175?
CVE-2026-54175 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54175?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.