---
id: CVE-2026-56827
title: Shopper is a Headless e-commerce Admin Panel
summary: >-
  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.ph…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-862
vendor: shopperlabs
product: shopper
affected:
  - shopper < 2.9.2
patched:
  - shopper/framework 2.9.2
published: '2026-09-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T19:17:23.360'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-56827'
references:
  - url: >-
      https://github.com/shopperlabs/shopper/commit/bf72e2753e21296184596d507336c7d65ecd46ff
    label: security-advisories@github.com
  - url: 'https://github.com/shopperlabs/shopper/pull/570'
    label: security-advisories@github.com
  - url: 'https://github.com/shopperlabs/shopper/releases/tag/v2.9.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/shopperlabs/shopper/security/advisories/GHSA-243p-f3cv-c5wh
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-243p-f3cv-c5wh'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - composer
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-15T18:34:31.625515Z'
aliases:
  - GHSA-243p-f3cv-c5wh
ecosystem: composer
ingestedAt: '2026-09-12T00:03:49.069Z'
epss: 0.00504
epssPercentile: 0.40549
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-56827)

Affected packages:

- `shopper/framework < 2.9.2`

Patched in:

- `shopper/framework 2.9.2`

Source: https://github.com/advisories/GHSA-243p-f3cv-c5wh
