<?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-19804 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-19804/</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:57:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-19804/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>Remote Code Execution in s2Member WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-s2member-rce/</link><pubDate>Fri, 25 Sep 2026 08:57:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-s2member-rce/</guid><description>An unauthenticated remote code execution vulnerability (CVE-2026-19804) exists in the s2Member WordPress plugin, allowing attackers to execute code via the first_name parameter when combined with a leaked proxy verification key.</description><content:encoded><![CDATA[<p>The s2Member plugin for WordPress (versions 260814 and earlier) contains a critical remote code execution (RCE) vulnerability identified as CVE-2026-19804. The flaw exists within the Signup Tracking Codes template functionality. If a site administrator has configured this template to use the %%first_name%% placeholder, user input submitted to the 'first_name' parameter is passed through an unsafe 'eval' function without sufficient sanitization. The esc_refs() function fails to strip PHP tags, enabling arbitrary PHP code injection.</p>
<p>Successful exploitation requires two conditions: the site must have an active Signup Tracking Codes template containing the specified placeholder, and the attacker must obtain the site-global proxy verification key. This key is disclosed in plaintext within the JSON response of any PayPal Checkout AJAX request on the affected site. This vulnerability allows an unauthenticated attacker to execute code in the context of the web server.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker monitors public-facing traffic for PayPal Checkout AJAX requests on the target site.</li>
<li>Attacker intercepts the JSON response to capture the plaintext site-global proxy verification key.</li>
<li>Attacker identifies a site where the s2Member plugin is configured with a Signup Tracking Codes template using the %%first_name%% placeholder.</li>
<li>Attacker crafts a malicious payload containing PHP tags and injects it into the 'first_name' parameter.</li>
<li>The plugin fails to sanitize the malicious input, passing the payload directly into an eval-based template substitution process.</li>
<li>The server interprets the injected PHP code, executing it with the privileges of the web server process.</li>
<li>Attacker gains unauthorized remote code execution, potentially leading to total system compromise or further lateral movement.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full unauthenticated remote code execution on the WordPress server. This allows for data exfiltration, modification of site content, installation of backdoors, or pivoting into the internal network. The scope of impact includes any WordPress instance using the vulnerable s2Member plugin versions up to 260814 with the documented Signup Tracking Codes feature enabled.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the immediate update of the s2Member plugin to a version beyond 260814 that addresses CVE-2026-19804. Monitor web server logs for HTTP POST requests to s2Member endpoints containing PHP syntax in the 'first_name' field. Investigate logs for unauthorized access to PayPal Checkout AJAX responses, which may indicate an attacker harvesting proxy verification keys. Implement a Web Application Firewall (WAF) rule to block common PHP tag sequences (e.g., &lt;?php, &lt;?) within the 'first_name' parameter for this specific plugin.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>web-application</category><category>rce</category><category>cve-2026-19804</category></item></channel></rss>