Katalog CVE

CVE-2026-54175

WysokieCVSS 7.6
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Streszczenie

W backpack/crud przed 6.8.11 i 7.0.34 funkcja MyAccountController::postAccountInfoForm przekazuje dane żądania z $request->except(['_token']) do modelu użytkownika zamiast ograniczać aktualizacje do pól akceptowanych przez AccountInfoRequest::validationData(). Atakujący z uwierzytelnioną sesją Backpack może masowo przypisać hasło, kolumnę uwierzytelniania lub inne atrybuty fillable.

Ocena ryzyka

Może przekształcić tymczasowy dostęp sesyjny w trwałe przejęcie konta bez sprawdzenia old_password, a zmiana adresu e-mail uwierzytelniania może umożliwić późniejsze przejęcie przez reset hasła. Dodatkowe atrybuty bezpieczeństwa mogą pozwolić na eskalację uprawnień.

Rekomendacja

Zaktualizuj backpack/crud do wersji 6.8.11 lub 7.0.34 (lub nowszej). Ogranicz aktualizacje do pól zatwierdzonych przez AccountInfoRequest::validationData().

Inne podatności w backpack/crud

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS