Junglewise Threat Intelligence

CVE-2026-56827: Shopper authorization bypass in Filament bulk actions

CVE-2026-56827 · Severity: high · CVSS 8.1 · Published 2026-09-11

Executive brief

Shopper is an open-source e-commerce admin framework built on Laravel and Filament. Staff users with read-only permissions ("browse_*") can bypass authorization checks to delete product attributes, tags, and brands/categories/suppliers in bulk, or toggle their visibility on the storefront. An attacker with low-privilege staff access could sabotage the entire product catalog or delete critical product data.

Technical details

The vulnerability lies in five Livewire pages (Attribute/Browse.php, Tag/Index.php, Brand/Index.php, Category/Index.php, and Supplier/Index.php) that define groupedBulkActions for deleting or toggling visibility of catalog entities. Each page's mount() method gates access using only read-only browse_* permissions, but the bulk actions themselves lack the ->authorize(...) chain that correctly guards their per-record counterparts. An authenticated staff user with only browse_attributes, browse_tags, browse_brands, browse_categories, or browse_suppliers permission can invoke the Livewire callTableBulkAction endpoint to delete all attributes/tags or toggle visibility on all brands/categories/suppliers. The attack requires network access and low-privilege staff authentication; no user interaction is needed once the payload is crafted. Patches are available in version 2.9.2.

Affected products

  • Shopper Labs Shopper < 2.9.2

Timeline

  • 2026-06-22: disclosed: Initial GitHub Security Advisory (GHSA-243p-f3cv-c5wh) published
  • 2026-09-11: advisory: Advisory updated and cross-referenced with CVE-2026-56827
  • 2026-06-22: patched: Fix available in Shopper 2.9.2

References

Related threats