SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-56825

HIGH · CVSS 8.1 EPSS 0.47% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Shopper Headless e-commerce Admin Panel, where authenticated users with limited permissions can exploit the lack of proper authorization checks to delete collections and detach products. This can lead to significant disruptions in catalog management, impacting landing pages and promotional activities. Organizations using versions prior to 2.9.2 should prioritize updating to mitigate potential data loss and operational disruptions.

Public Exploit Signal

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

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

CVE
CVE-2026-56825
Severity
HIGH
CVSS
8.1
EPSS
0.47%

Original NVD Description

Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, packages/admin/src/Livewire/Components/Collection/CollectionProducts.php exposes Action::make('delete') and DeleteBulkAction::make() without delete_collections authorization, while public Collection $collection remains client mutable because it lacks the Livewire Locked attribute. An authenticated staff user with only browse_collections can invoke a Livewire removal action, substitute an arbitrary collection identifier, and detach selected products or empty the collection. This can disrupt catalog landing pages and promotions associated with the targeted collection. This issue is fixed in version 2.9.2.