SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-56827

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 prior to version 2.9.2, allowing unauthorized users with browse-only permissions to perform bulk deletion and visibility changes on attributes, tags, brands, categories, and suppliers. This can lead to significant disruptions in product visibility and catalog integrity, posing a high risk to e-commerce operations. Organizations using affected versions should prioritize upgrading to 2.9.2 to mitigate potential exploitation.

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-56827
Severity
HIGH
CVSS
8.1
EPSS
0.47%

Original NVD Description

Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, groupedBulkActions in packages/admin/src/Livewire/Pages/Attribute/Browse.php, packages/admin/src/Livewire/Pages/Tag/Index.php, packages/admin/src/Livewire/Pages/Brand/Index.php, packages/admin/src/Livewire/Pages/Category/Index.php, and packages/admin/src/Livewire/Pages/Supplier/Index.php omit server-side authorization while the pages require only browse_attributes, browse_tags, browse_brands, browse_categories, or browse_suppliers. A browse-only staff user can invoke DeleteBulkAction to mass delete attributes or tags and can invoke BulkAction::make('enabled') or BulkAction::make('disabled') to change attribute, brand, category, or supplier visibility. These operations can break product variants and substantially disrupt storefront catalog visibility. Per-record actions and the comparison pages identified by the advisory are correctly authorized and are not affected. This issue is fixed in version 2.9.2.