---
id: CVE-2026-56829
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/Products/VariantStock.php exposes
  stockAction() without edit_product_variants authorization and leaves public
  $variant client mutable be…
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.530'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-56829'
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-g3f9-g5vj-p62f
    label: security-advisories@github.com
  - url: >-
      https://github.com/shopperlabs/shopper/security/advisories/GHSA-g3f9-g5vj-p62f
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-g3f9-g5vj-p62f'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - composer
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-15T19:04:25.446927Z'
aliases:
  - GHSA-g3f9-g5vj-p62f
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, packages/admin/src/Livewire/Components/Products/VariantStock.php exposes stockAction() without edit_product_variants authorization and leaves public $variant client mutable because it lacks the Livewire Locked attribute. Any authenticated admin-panel user, including staff with only browse_products, can select an arbitrary product variant and inventory location through component state, then submit a positive or negative quantity adjustment. This permits browse-only staff to inflate stock, reduce stock, or force out-of-stock states for variants outside the current page. 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-56829)

Affected packages:

- `shopper/framework < 2.9.2`

Patched in:

- `shopper/framework 2.9.2`

Source: https://github.com/advisories/GHSA-g3f9-g5vj-p62f
