Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/shopperlabs/shopper/pull/511
- https://github.com/shopperlabs/shopper/security/advisories/GHSA-h4mp-g9c6-xwph
FAQ
What is CVE-2026-47742?
CVE-2026-47742 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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() meth...
How severe is CVE-2026-47742?
CVE-2026-47742 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47742?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.