<?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>Filter Gallery (&lt;= 1.1.4) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/filter-gallery--1.1.4/</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>Fri, 18 Sep 2026 08:04:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/filter-gallery--1.1.4/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 WordPress Filter Gallery Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-filter-gallery-auth-bypass/</link><pubDate>Fri, 18 Sep 2026 08:04:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-filter-gallery-auth-bypass/</guid><description>The Filter Gallery WordPress plugin contains an authorization bypass vulnerability (CVE-2026-89413) allowing authenticated users with low-level privileges to delete arbitrary gallery records by omitting mandatory nonce checks.</description><content:encoded><![CDATA[<p>The Filter Gallery plugin for WordPress is affected by an authorization bypass vulnerability, tracked as CVE-2026-89413, impacting all versions up to and including 1.1.4. The flaw originates from the plugin's failure to enforce adequate authorization checks when performing administrative actions. Consequently, any authenticated user with at least subscriber-level permissions can trigger the deletion of arbitrary gallery records, including associated image mappings, configurations, and metadata.</p>
<p>The vulnerability is specifically characterized by an improper nonce validation mechanism. Attackers can bypass this security control by omitting the nonce field entirely in the HTTP POST request; the plugin incorrectly processes the request as valid when the field is absent, whereas it properly rejects requests containing an incorrect or malformed nonce. This vulnerability allows for unauthorized data destruction within the WordPress environment, potentially impacting site functionality and content management workflows.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains a valid WordPress user account with at least subscriber-level privileges via self-registration or compromised credentials.</li>
<li>Attacker logs into the WordPress administrative interface or interacts directly with the site's REST API/admin-ajax endpoints.</li>
<li>Attacker identifies the specific target gallery IDs by enumerating accessible gallery resources or guessing integer sequences.</li>
<li>Attacker constructs a malicious HTTP POST request targeting the Filter Gallery deletion endpoint.</li>
<li>Attacker explicitly omits the expected 'nonce' parameter from the POST body to bypass the plugin's security verification.</li>
<li>The web server passes the request to the vulnerable plugin, which fails to validate the user's authorization and the presence of the nonce.</li>
<li>The plugin executes the deletion operation for the specified gallery record within the WordPress database.</li>
<li>The targeted gallery, including its associated filters and image mappings, is permanently removed.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows low-privileged attackers to perform unauthorized destructive actions against gallery data. Victims face the loss of all image mappings, custom settings, and filter configurations associated with the targeted galleries, requiring manual restoration from backups. This vulnerability affects any WordPress site running Filter Gallery version 1.1.4 or earlier.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security operations and IT teams:</p>
<ul>
<li>Identify and audit all WordPress installations currently utilizing the 'Filter Gallery' plugin.</li>
<li>Patch the plugin to the version that remediates CVE-2026-89413 immediately upon availability.</li>
<li>Review web server access logs for anomalous POST requests directed at plugin-specific administrative endpoints lacking standard security tokens.</li>
<li>Monitor for unauthorized user activity originating from subscriber-level accounts that perform bulk deletion of content or database records.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>