Vulnerability Description
Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, packages/admin/src/Livewire/Components/Collection/CollectionProducts.php exposes Action::make('delete') and DeleteBulkAction::make() without delete_collections authorization, while public Collection $collection remains client mutable because it lacks the Livewire Locked attribute. An authenticated staff user with only browse_collections can invoke a Livewire removal action, substitute an arbitrary collection identifier, and detach selected products or empty the collection. This can disrupt catalog landing pages and promotions associated with the targeted collection. This issue is fixed in version 2.9.2.
CVSS Score
HIGH
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-2cg9-97gq-9mqp
- https://github.com/shopperlabs/shopper/security/advisories/GHSA-2cg9-97gq-9mqp
FAQ
What is CVE-2026-56825?
CVE-2026-56825 is a vulnerability with a CVSS score of 8.1 (HIGH). Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.2, packages/admin/src/Livewire/Components/Collection/CollectionProducts.php exposes Action::make('delete') and DeleteBulkAction::make() witho...
How severe is CVE-2026-56825?
CVE-2026-56825 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-56825?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.