<?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>Zero Spam for WordPress (&lt;= 5.7.10) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/zero-spam-for-wordpress--5.7.10/</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, 25 Sep 2026 08:59:40 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/zero-spam-for-wordpress--5.7.10/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>Stored XSS in Zero Spam for WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-zero-spam-xss/</link><pubDate>Fri, 25 Sep 2026 08:59:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-zero-spam-xss/</guid><description>An unauthenticated Stored Cross-Site Scripting vulnerability in Zero Spam for WordPress (CVE-2026-96752) allows attackers to inject malicious scripts into logs via nested POST array keys in Contact Form 7 submissions.</description><content:encoded><![CDATA[<p>The Zero Spam for WordPress plugin, versions 5.7.10 and earlier, contains a critical Stored Cross-Site Scripting (XSS) vulnerability, tracked as CVE-2026-96752. The issue stems from insufficient input sanitization and output escaping when processing data submitted via Contact Form 7. An unauthenticated attacker can exploit this by submitting a request containing a crafted nested POST array key. If the plugin's security features flag the submission as spam, the malicious payload is stored verbatim in the 'zerospam_log' database table within the 'submission_data' column. When an administrative user views the submission logs in the WordPress dashboard, the injected script executes in the context of the administrator's session. This vulnerability poses a significant risk, as it allows attackers to potentially hijack sessions, perform unauthorized administrative actions, or inject further malicious content into the WordPress environment.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress site utilizing both the Zero Spam for WordPress plugin and Contact Form 7.</li>
<li>Attacker crafts an HTTP POST request targeting the Contact Form 7 endpoint.</li>
<li>Attacker embeds a malicious JavaScript payload within a nested POST array key (e.g., fieldname[subfield]=&lt;script&gt;alert(1)&lt;/script&gt;).</li>
<li>Attacker submits the form without the mandatory 'zerospam_david_walsh_key' field to ensure the request is flagged as spam.</li>
<li>The Zero Spam plugin intercepts the request and saves the malicious input into the 'zerospam_log' database table.</li>
<li>A WordPress administrator accesses the Zero Spam plugin dashboard to review flagged spam submissions.</li>
<li>The administrator's browser renders the logged submission data, triggering the execution of the injected JavaScript payload.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to execute arbitrary JavaScript in the browser of a WordPress administrator. This can lead to full site compromise, session theft, unauthorized data access, or the creation of rogue administrative accounts, impacting any WordPress site where the affected plugin is configured to monitor Contact Form 7 submissions.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for security teams:</p>
<ul>
<li>Immediately update the Zero Spam for WordPress plugin to a version released after 5.7.10 that addresses CVE-2026-96752.</li>
<li>Implement a Web Application Firewall (WAF) rule to inspect and block POST requests containing non-alphanumeric characters or script tags in nested array keys targeted at WordPress form endpoints.</li>
<li>Review administrative access logs and the Zero Spam submission log entries for suspicious script injections or unexpected outbound connections occurring after form submissions.</li>
<li>Apply the principle of least privilege by auditing WordPress user accounts and ensuring administrative access is restricted to verified personnel only.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>xss</category><category>wordpress</category><category>cve-2026-96752</category></item></channel></rss>