CVE-2026-54175
Published:September 14, 2026
Updated:September 22, 2026
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.
Affected Packages
https://github.com/Laravel-Backpack/CRUD.git (GITHUB):
Affected version(s) >=4.1.0 <6.8.11Fix Suggestion:
Update to version 6.8.11backpack/crud (PHP):
Affected version(s) >=4.1.0 <6.8.11Fix Suggestion:
Update to version 6.8.11backpack/crud (PHP):
Affected version(s) >=dev-release-3-5 <6.8.11Fix Suggestion:
Update to version 6.8.11backpack/crud (PHP):
Affected version(s) >=7.0.0-alpha.1 <7.0.34Fix Suggestion:
Update to version 7.0.34Related Resources (8)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
HIGH
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.6
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
HIGH
Availability
LOW
Weakness Type (CWE)
Unverified Password Change
EPSS
Base Score:
0.38