Answer in brief
CVE-2026-54175 records a High severity (CVSS 7.6) vulnerability in backpack/crud: Unverified password change in MyAccountController via mass assignment. The current sources do not mark it as known exploited. The current feed maps backpack/crud (composer), backpack/crud (composer), Laravel-Backpack/CRUD (generic), backpack/crud (packagist) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.6. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps backpack/crud (composer), backpack/crud (composer), Laravel-Backpack/CRUD (generic), backpack/crud (packagist) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| backpack/crudcomposer | <6.8.11 | 6.8.11 |
| backpack/crudcomposer | >=7.0.0-alpha.1,<7.0.34 | 7.0.34 |
| Laravel-Backpack/CRUDgeneric | < 6.8.11 || >= 7.0.0, < 7.0.34 | Not reported |
| backpack/crudpackagist | >=0 <6.8.11 | 6.8.11 |
| backpack/crudpackagist | >=7.0.0-alpha.1 <7.0.34 | 7.0.34 |
Published upstream
Sep 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 20, 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.
Quoted source text, attributed separately from HOL analysis.