<?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-73533 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-73533/</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, 13 Aug 2026 16:56:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-73533/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>Supply Chain Compromise of Ninja Tables Pro via Malicious Update</title><link>https://feed.craftedsignal.io/briefs/2026-08-ninja-tables-backdoor/</link><pubDate>Thu, 13 Aug 2026 16:56:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-ninja-tables-backdoor/</guid><description>Ninja Tables Pro version 5.2.11 was compromised via a supply chain attack involving a decommissioned update server that distributed a tampered plugin build containing a PHP backdoor.</description><content:encoded><![CDATA[<p>Ninja Tables Pro version 5.2.11 was compromised through a supply chain attack involving a decommissioned update server. This server was leveraged to distribute a tampered plugin build to unsuspecting users. The malicious build contains a rogue PHP file, located at app/Library/updater/NinjaTableDataSync.php, which facilitates unauthorized access by establishing a backdoor REST API endpoint.</p>
<p>Once installed, the malicious code performs several actions to ensure persistence and control over the compromised WordPress environment. It drops persistent PHP files within the 'mu-plugins' and 'uploads' directories, creates a passwordless administrator account, and registers scheduled tasks that persist even if the primary plugin is removed. Defenders must audit their WordPress installations for the presence of this specific file and check for unauthorized administrator accounts or unrecognized files in the 'mu-plugins' directory.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains control of or spoofs a decommissioned update server associated with the Ninja Tables plugin.</li>
<li>The compromised server pushes a tampered version of the Ninja Tables Pro 5.2.11 plugin to clients.</li>
<li>The plugin installation executes the payload, dropping the malicious file app/Library/updater/NinjaTableDataSync.php.</li>
<li>The malicious PHP code activates a backdoor REST API endpoint to receive external commands.</li>
<li>The backdoor drops additional persistent PHP payloads into the WordPress 'mu-plugins' and 'uploads' folders.</li>
<li>The script creates a new, passwordless administrator account to ensure future access.</li>
<li>The script registers scheduled tasks (cron jobs) to maintain persistence across plugin updates or removals.</li>
<li>The attacker uses the established backdoor and administrator account to facilitate ongoing unauthorized access and system manipulation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows for full, unauthenticated administrative control over the affected WordPress environment. This enables the attacker to exfiltrate data, modify site content, or use the compromised site as a platform for further attacks. Given the nature of the persistence mechanisms, cleanup requires manual removal of malicious files and database entries beyond simply updating or deleting the affected plugin.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Perform a file integrity audit on all WordPress installations using Ninja Tables Pro to identify the existence of app/Library/updater/NinjaTableDataSync.php.</li>
<li>Audit the 'mu-plugins' directory for any unauthorized PHP files that were not manually installed by your organization.</li>
<li>Review all WordPress user accounts for suspicious, passwordless, or unexpected administrator-level accounts.</li>
<li>Remove any scheduled tasks (WP-Cron) associated with the Ninja Tables plugin and verify no other rogue tasks remain.</li>
<li>Use the Sigma rule provided below to monitor for the creation or execution of files within the 'mu-plugins' path, as this is a common persistence location for web-based attacks.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>supply-chain</category><category>wordpress</category><category>webshell</category><category>cve-2026-73533</category></item></channel></rss>