Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/shopperlabs/shopper/commit/bf72e2753e21296184596d507336c7d65e
- https://github.com/shopperlabs/shopper/pull/570
- https://github.com/shopperlabs/shopper/releases/tag/v2.9.2
- https://github.com/shopperlabs/shopper/security/advisories/GHSA-243p-f3cv-c5wh
FAQ
What is CVE-2026-56827?
CVE-2026-56827 is a vulnerability with a CVSS score of 8.1 (HIGH). 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/ad...
How severe is CVE-2026-56827?
CVE-2026-56827 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-56827?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.