Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0, Sub-form Livewire components used in the product editor (Edit, Inventory, Seo, Shipping, Files) had no authorization on their store() method. Any authenticated panel user, regardless of role, could mutate any product's pricing, stock, SEO metadata, shipping dimensions, and attached media without holding edit_products. The affected components accepted the product ID as a public Livewire property without #[Locked], so an attacker could also target an arbitrary product by tampering with the wire payload from the client. This vulnerability is fixed in 2.8.0.
References
Configurations
No configuration.
History
29 May 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-29 19:16
Updated : 2026-05-29 20:17
NVD link : CVE-2026-47742
Mitre link : CVE-2026-47742
CVE.ORG link : CVE-2026-47742
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
