---
id: CVE-2026-47740
title: Shopper is a Headless e-commerce Admin Panel
summary: >-
  Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0, Multiple
  Filament actions on the admin Order detail and Order shipments table were
  callable by an authenticated low-privilege user without the permission
  required to mutate or…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-285
  - CWE-862
published: '2026-05-29'
updated: '2026-07-22'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47740'
references:
  - url: 'https://github.com/shopperlabs/shopper/pull/511'
    label: security-advisories@github.com
  - url: >-
      https://github.com/shopperlabs/shopper/security/advisories/GHSA-f946-9qp6-vgch
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00258
epssPercentile: 0.17737
ingestedAt: '2026-07-23T00:08:38.471Z'
---

## Overview

Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0, Multiple Filament actions on the admin Order detail and Order shipments table were callable by an authenticated low-privilege user without the permission required to mutate orders. The order detail actions cancel, mark paid, mark complete, capture payment, archive, and start processing were callable with the read-only read_orders permission and did not require edit_orders. capturePayment could trigger an actual PSP capture (real funds movement). The order shipments table actions mark delivered and edit tracking were callable with the read-only browse_orders permission. A user with read access to orders could therefore alter the lifecycle of every order in the panel and trigger real-world payment captures. This vulnerability is fixed in 2.8.0.

## Remediation

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