---
id: CVE-2026-56825
title: Shopper is a Headless e-commerce Admin Panel
summary: >-
  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, …
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-16'
sourceUpdated: '2026-09-16T15:17:38.087'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-56825'
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-2cg9-97gq-9mqp
    label: security-advisories@github.com
  - url: >-
      https://github.com/shopperlabs/shopper/security/advisories/GHSA-2cg9-97gq-9mqp
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-2cg9-97gq-9mqp'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - composer
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-16T14:40:08.824151Z'
aliases:
  - GHSA-2cg9-97gq-9mqp
ecosystem: composer
ingestedAt: '2026-09-12T00:03:49.069Z'
epss: 0.00504
epssPercentile: 0.4055
---

## Overview

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.

## Remediation

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

## Package advisory (CVE-2026-56825)

Affected packages:

- `shopper/framework < 2.9.2`

Patched in:

- `shopper/framework 2.9.2`

Source: https://github.com/advisories/GHSA-2cg9-97gq-9mqp
