<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cve-2026-56828 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-56828/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 12 Sep 2026 00:57:35 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-56828/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authorization Bypass in Shopper Framework CollectionProducts Component</title><link>https://feed.craftedsignal.io/briefs/2026-09-shopper-auth-bypass/</link><pubDate>Sat, 12 Sep 2026 00:57:35 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-shopper-auth-bypass/</guid><description>An authorization bypass vulnerability in the Shopper framework allows authenticated users with limited privileges to perform unauthorized product deletions across any collection in the database.</description><content:encoded><![CDATA[<p>Shopper framework versions prior to 2.9.2 are vulnerable to an authorization bypass in the <code>CollectionProducts</code> Livewire component. The vulnerability stems from two primary issues: the <code>collection</code> property is not locked, allowing arbitrary modification of the collection ID by the client, and the delete and bulk-delete actions lack proper authorization checks. An authenticated user possessing only the <code>browse_collections</code> role can manipulate Livewire network payloads to target and empty any collection within the store's database. This vulnerability effectively escalates a user's privileges, allowing them to perform destructive actions against storefront catalog groupings and promotions without the necessary <code>edit_collections</code> permissions. This impacts organizations relying on Shopper for e-commerce catalog management, as an attacker can systematically detach products from collections, disrupting site functionality and promotional campaigns.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the admin panel using valid, low-privileged credentials (e.g., <code>browse_collections</code> only).</li>
<li>Attacker inspects the <code>CollectionProducts</code> Livewire component to identify the target collection ID and the component snapshot structure.</li>
<li>Attacker captures the XSRF token and active session cookie to prepare the authenticated network request.</li>
<li>Attacker constructs a malicious POST request targeting the <code>/shopper/livewire/update</code> endpoint.</li>
<li>Attacker replaces the legitimate <code>collection</code> ID within the Livewire component snapshot data with an arbitrary target collection ID.</li>
<li>Attacker invokes the <code>callBulkAction</code> method within the payload, specifying the 'delete' action and a list of product IDs to detach.</li>
<li>The server processes the request without verifying the caller's authorization or validating the component state.</li>
<li>Targeted products are detached from the specified collection, resulting in a loss of catalog integrity.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of this vulnerability allows unauthorized users to detach products from any collection in the database. This causes immediate disruption to storefront catalog groupings, landing pages, and promotional activities linked to these collections. Because the attacker can target any collection ID, the scope of impact is the entire catalog database rather than just the collections associated with their assigned permissions.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade <code>shopper/framework</code> to version 2.9.2 or later immediately to patch the missing authorization and property locking.</li>
<li>Audit administrative roles to ensure the least-privilege principle is applied and monitor for unauthorized <code>callBulkAction</code> requests in server logs.</li>
<li>Validate that all Livewire components sensitive to user input use the <code>#[Locked]</code> attribute to prevent client-side property modification.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>privilege-escalation</category><category>auth-bypass</category><category>web-vulnerability</category><category>authorization-bypass</category><category>shopper</category><category>cve-2026-56828</category><category>cms</category></item></channel></rss>