CVE-2026-54175
Last modified
CVE-2026-54175 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. 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().
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Laravel-Backpack | CRUD | < 6.8.11; >= 7.0.0, < 7.0.34 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-54175?
How severe is CVE-2026-54175?
How do I fix CVE-2026-54175?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54166Shelf is a platform for tracking physical assets. Prior to v…7.1
- CVE-2026-54167Pipelines-as-Code is a CI/CD system that lets users define T…8.2
- CVE-2026-54168Pipelines-as-Code is a CI/CD system that lets users define T…6.5
- CVE-2026-5417A vulnerability was determined in Dataease SQLbot up to 1.6.…4.7
- CVE-2026-54171Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.…6.5
- CVE-2026-54174melange allows users to build apk packages using declarative…8.3
- CVE-2026-54176backpack/crud provides Create, Read, Update & Delete (CRUD) …6.5
- CVE-2026-54177backpack/crud provides Create, Read, Update & Delete (CRUD) …6.6
- CVE-2026-54178backpack/crud provides Create, Read, Update & Delete (CRUD) …8.1
- CVE-2026-54179backpack/crud provides Create, Read, Update & Delete (CRUD) …4.4
- CVE-2026-5418A vulnerability was identified in appsmithorg appsmith up to…7.3
- CVE-2026-54180backpack/crud provides Create, Read, Update & Delete (CRUD) …7.6
Are you affected by CVE-2026-54175?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
