VYPR

Crud

by Laravel Backpack

Source repositories

CVEs (5)

  • CVE-2026-54175higAug 20, 2026
    risk 0.38cvss epss

    ## Summary The `MyAccountController::postAccountInfoForm` action bound to `POST /admin/edit-account-info` calls `$this->guard()->user()->update($request->except(['_token']))`. Because the controller uses `except(['_token'])` rather than `$request->validated()` or the restricted…

  • CVE-2022-31114MedJun 3, 2026
    risk 0.26cvss epss 0.00

    backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. Versions prior to 5.0.13, 4.1.69, and 4.0.63 are vulnerable to cross-site scripting. An attacker could conduct…

  • CVE-2026-54179MedAug 31, 2026
    risk 0.22cvss 4.4epss

    backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. From 6.0.0 until 6.8.14 and 7.0.37, the src/app/Library/Uploaders/SingleBase64Image.php methods…

  • CVE-2026-54181Aug 20, 2026
    risk 0.00cvss epss

    ## Summary The Blade template for the `color` column type (`src/resources/views/crud/columns/color.blade.php`) has its escaped/unescaped rendering branches inverted relative to every other column template in the library. Because `$column['escaped']` defaults to `true`, values…

  • CVE-2026-54176Aug 20, 2026
    risk 0.00cvss epss

    ## Summary `MyAccountController::postAccountInfoForm` allows an authenticated user to update the authentication column (default: `email`) without verifying their current password. Because email is the account-recovery anchor, this enables account takeover after the attacker's…