Vulnerability Description
Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, an earlier product sub-form hardening change left store() in packages/admin/src/Livewire/Components/Products/Form/Media.php without the edit_products authorization check used by sibling sub-forms. An authenticated staff user with browse_products can invoke the Livewire store action and replace the thumbnail and gallery images for a product whose Media component was initialized, even without product-edit permission. The product binding is locked, so the attacker cannot redirect the update to an arbitrary product through client-side ID substitution, and the impact is limited to products whose edit pages were loaded. This issue is fixed in version 2.9.2.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/shopperlabs/shopper/commit/bf72e2753e21296184596d507336c7d65e
- https://github.com/shopperlabs/shopper/pull/570
- https://github.com/shopperlabs/shopper/releases/tag/v2.9.2
- https://github.com/shopperlabs/shopper/security/advisories/GHSA-99h5-jhh7-v3r3
FAQ
What is CVE-2026-56830?
CVE-2026-56830 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, an earlier product sub-form hardening change left store() in packages/admin/src/Livewire/Components/Products/Form/Media.php without the ed...
How severe is CVE-2026-56830?
CVE-2026-56830 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-56830?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.