SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-57570

MEDIUM · CVSS 6.5 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Backpack CRUD functionality in Laravel packages, specifically in versions 6.0.0 to 6.8.15 and 7.0.47, allowing low-privilege authenticated administrators to manipulate child records through improper handling of relationships during create and update operations. This can lead to unauthorized reassignment, detachment, or deletion of unrelated child records across ownership or tenant boundaries. Organizations using these affected versions should prioritize updating to the patched versions (6.8.15 or 7.0.47) to mitigate potential data integrity issues.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-57570
Severity
MEDIUM
CVSS
6.5
EPSS
N/A

Original NVD Description

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.