<?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/"><channel><title>InfusedWoo Pro Plugin &lt;= 5.1.2 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/infusedwoo-pro-plugin--5.1.2/</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>Thu, 14 May 2026 07:18:17 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/infusedwoo-pro-plugin--5.1.2/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-6506: InfusedWoo Pro WordPress Plugin Privilege Escalation</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-6506-wordpress-privesc/</link><pubDate>Thu, 14 May 2026 07:18:17 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-6506-wordpress-privesc/</guid><description>The InfusedWoo Pro plugin for WordPress is vulnerable to privilege escalation in versions up to 5.1.2 due to missing authorization checks in the infusedwoo_gdpr_upddata() function, allowing authenticated attackers to grant themselves administrator privileges.</description><content:encoded><![CDATA[<p>The InfusedWoo Pro plugin, a WordPress extension, contains a privilege escalation vulnerability, identified as CVE-2026-6506, in all versions up to and including 5.1.2. The vulnerability lies within the <code>infusedwoo_gdpr_upddata()</code> function, which lacks proper authorization and capability checks. Furthermore, there are no restrictions on which user meta keys can be updated. An attacker with a valid WordPress account (subscriber level or higher) can exploit this flaw to modify their <code>wp_capabilities</code> user meta, effectively granting themselves administrator-level privileges. This can lead to complete compromise of the WordPress site.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker obtains a valid user account on the WordPress site, with at least subscriber-level access.</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>infusedwoo_gdpr_upddata()</code> function.</li>
<li>The request includes a payload designed to modify the attacker&rsquo;s <code>wp_capabilities</code> user meta field.</li>
<li>Due to the missing authorization and capability checks, the <code>infusedwoo_gdpr_upddata()</code> function processes the request without validation.</li>
<li>The attacker&rsquo;s <code>wp_capabilities</code> user meta is updated to include administrator privileges.</li>
<li>The attacker logs out and logs back in to the WordPress site.</li>
<li>Upon re-authentication, the attacker is now recognized as an administrator.</li>
<li>The attacker leverages their newly acquired administrator privileges to perform malicious actions, such as installing backdoors, modifying website content, or exfiltrating sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows attackers to gain complete control over the affected WordPress website. This can lead to data breaches, website defacement, installation of malware, and other malicious activities. Given the popularity of WordPress and the potential for widespread use of the InfusedWoo Pro plugin, a significant number of websites could be at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the InfusedWoo Pro plugin to a version greater than 5.1.2 to patch CVE-2026-6506.</li>
<li>Deploy the Sigma rule provided below to detect attempts to modify <code>wp_capabilities</code> user meta via the <code>infusedwoo_gdpr_upddata()</code> function.</li>
<li>Review WordPress user roles and permissions to ensure least privilege.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>wordpress</category><category>plugin</category></item><item><title>CVE-2026-6510: InfusedWoo Pro WordPress Plugin Privilege Escalation</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-6510-privesc/</link><pubDate>Thu, 14 May 2026 07:17:18 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-6510-privesc/</guid><description>The InfusedWoo Pro plugin for WordPress is vulnerable to privilege escalation due to missing nonce verification and capability checks in the iwar_save_recipe() AJAX handler, allowing unauthenticated attackers to create malicious automation recipes for auto-login actions.</description><content:encoded><![CDATA[<p>The InfusedWoo Pro plugin for WordPress, in versions up to and including 5.1.2, is vulnerable to a critical privilege escalation flaw, tracked as CVE-2026-6510. This vulnerability stems from a lack of proper authorization checks within the <code>iwar_save_recipe()</code> AJAX handler. Specifically, missing nonce verification and capability checks allow unauthenticated attackers to craft malicious automation recipes. This means an attacker can create a recipe that, when triggered by an HTTP POST request to a crafted URL, automatically logs in a targeted user, including administrators, without any authentication. This vulnerability poses a severe threat to WordPress sites using the affected plugin, as it allows complete authentication bypass and full administrative control.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a WordPress site using a vulnerable version of the InfusedWoo Pro plugin (&lt;= 5.1.2).</li>
<li>The attacker crafts a malicious automation recipe designed to exploit the <code>iwar_save_recipe()</code> AJAX handler. This recipe pairs an HTTP POST trigger with an auto-login action.</li>
<li>The attacker sends a POST request to the <code>/wp-admin/admin-ajax.php</code> endpoint, calling the <code>iwar_save_recipe</code> action with the malicious recipe data. This bypasses authentication checks due to missing nonce verification and capability checks.</li>
<li>The vulnerable <code>iwar_save_recipe()</code> function saves the malicious recipe without proper authorization.</li>
<li>The attacker crafts a special crafted URL that triggers the HTTP POST trigger defined in the malicious recipe.</li>
<li>When a user (or the attacker) visits the crafted URL, the auto-login action is executed via the malicious recipe.</li>
<li>The server generates authentication cookies for the targeted user account (e.g., administrator).</li>
<li>The attacker uses the newly acquired authentication cookies to gain complete administrative access to the WordPress site, bypassing normal authentication mechanisms.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-6510 allows unauthenticated attackers to gain complete administrative control over affected WordPress sites. This can lead to website defacement, data theft, malware injection, and complete compromise of the underlying server. The vulnerability allows attackers to escalate privileges to the highest level, bypassing all authentication mechanisms, therefore making this a critical issue.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the latest update for the InfusedWoo Pro plugin to patch CVE-2026-6510.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2026-6510 iwar_save_recipe AJAX Call&rdquo; to monitor for exploitation attempts.</li>
<li>Monitor web server logs for POST requests to <code>/wp-admin/admin-ajax.php</code> with the <code>action=iwar_save_recipe</code> parameter, as this is the entry point for the attack.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>privilege-escalation</category><category>initial-access</category><category>wordpress</category></item></channel></rss>