{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "6.8.11"
              },
              {
                "introduced": "7.0.0"
              },
              {
                "fixed": "7.0.34"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "introduced": "9abc482607aaaefcd6ee2455bc0a6e603cc1b69f"
            },
            {
              "fixed": "0d7a2820a0a356fde94c13a2db78bbe44393f0e7"
            },
            {
              "fixed": "ffe9a43ed006d0667e52997036c05ac0bc06cf91"
            }
          ],
          "repo": "https://github.com/laravel-backpack/crud",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-xpv2-hrfc-hw62"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-620"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54175.json"
  },
  "details": "backpack/crud provides Create, Read, Update \u0026 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-\u003eexcept(['_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.",
  "id": "CVE-2026-54175",
  "modified": "2026-09-16T03:30:57.009047287Z",
  "published": "2026-09-14T17:46:41.740Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.11"
    },
    {
      "type": "WEB",
      "url": "https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.34"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54175.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-xpv2-hrfc-hw62"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54175"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Laravel-Backpack/CRUD/commit/0d7a2820a0a356fde94c13a2db78bbe44393f0e7"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Laravel-Backpack/CRUD/commit/ffe9a43ed006d0667e52997036c05ac0bc06cf91"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Laravel-Backpack/CRUD/pull/5980"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Laravel-Backpack/CRUD/pull/5981"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L",
      "type": "CVSS_V3"
    }
  ],
  "summary": "backpack/crud: Unverified password change in MyAccountController via mass assignment"
}