---
id: CVE-2026-57570
title: >-
  backpack/crud provides Create, Read, Update & Delete (CRUD) functions for
  Backpack, a collection of Laravel packages that help users build custom
  administration panels
summary: >-
  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.15 and 7.0.47, HasMany and
  MorphMany handling t…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'
cwe:
  - CWE-862
vendor: Laravel-Backpack
product: CRUD
affected:
  - 'CRUD >= 6.0.0, < 6.8.15'
  - 'CRUD >= 7.0.0, < 7.0.47'
patched:
  - backpack/crud 7.0.47
  - backpack/crud 6.8.15
published: '2026-09-14'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T19:17:36.150'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57570'
references:
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/045ac00532aebbd2ddcad260ba86f980f000a800
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/24cfd2f61f3b162c7bfd572368bc1b05c5f1fa75
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/pull/6021'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/pull/6022'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.15'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.47'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-42vx-43vc-x6pr
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-42vx-43vc-x6pr'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
aliases:
  - GHSA-42vx-43vc-x6pr
ecosystem: composer
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-14T18:10:13.929535Z'
ingestedAt: '2026-08-20T18:59:54.040Z'
epss: 0.0044
epssPercentile: 0.3558
---

## Overview

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.15 and 7.0.47, HasMany and MorphMany handling through attachManyRelation during CRUD create and update operations accepts submitted child primary keys without consistently restricting updates to records belonging to the current parent or permitted by the developer-defined relation scope. An authenticated low-privilege administrator who can edit a parent form exposing an affected multiple-relation field can cause unrelated child records to be reassigned, detached, nulled, or deleted across ownership or tenant boundaries. Exploitation requires related records that should not be attachable or removable by that administrator and the absence of additional application-level authorization around submitted relation values. This issue is distinct from earlier direct main-entity CRUD scoping fixes because it affects secondary models modified by relationship-saving logic. This issue is fixed in versions 6.8.15 and 7.0.47.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-57570)

Affected packages:

- `backpack/crud >= 7.0.0, < 7.0.47`
- `backpack/crud >= 6.0.0, < 6.8.15`

Patched in:

- `backpack/crud 7.0.47`
- `backpack/crud 6.8.15`

Source: https://github.com/advisories/GHSA-42vx-43vc-x6pr
