<?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>Cve-2026-8832 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-8832/</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>Wed, 27 May 2026 08:21:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-8832/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-8832 - WPCode WordPress Plugin Remote Code Execution Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-8832-wpcode-rce/</link><pubDate>Wed, 27 May 2026 08:21:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-8832-wpcode-rce/</guid><description>The WPCode WordPress plugin before or equal to 2.3.5 is vulnerable to remote code execution due to missing capability restrictions on the 'wpcode' custom post type, allowing authenticated attackers with author-level access to execute arbitrary PHP code via XML-RPC.</description><content:encoded><![CDATA[<p>The WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager plugin, version 2.3.5 and earlier, contains a remote code execution vulnerability (CVE-2026-8832). This vulnerability stems from the plugin&rsquo;s registration of the &lsquo;wpcode&rsquo; custom post type without properly defining custom capabilities or capability restrictions. Consequently, WordPress&rsquo;s core functionality falls back to standard post capabilities for all creation paths, including those accessible via XML-RPC. This oversight enables authenticated attackers with at least author-level privileges to exploit the wp.newPost method through XML-RPC, crafting and publishing malicious PHP snippet posts. These snippets are then executed server-side using eval() within the run_eval() function when the [wpcode] shortcode is rendered, effectively granting the attacker arbitrary code execution on the server.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker authenticates to the WordPress site with author-level or higher privileges.</li>
<li>The attacker leverages the XML-RPC interface (wp.newPost) to create a new post of the &lsquo;wpcode&rsquo; custom post type.</li>
<li>Within the &lsquo;wpcode&rsquo; post content, the attacker injects malicious PHP code as a snippet designed for execution.</li>
<li>The attacker publishes the &lsquo;wpcode&rsquo; post via XML-RPC.</li>
<li>A page or post on the WordPress site is created or modified to include the <code>[wpcode]</code> shortcode referencing the malicious &lsquo;wpcode&rsquo; post.</li>
<li>When a user visits the page or post containing the shortcode, WordPress renders the &lsquo;wpcode&rsquo; snippet.</li>
<li>The <code>run_eval()</code> function executes the embedded malicious PHP code server-side via <code>eval()</code>.</li>
<li>The attacker achieves remote code execution, potentially leading to full server compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-8832 allows authenticated attackers to execute arbitrary PHP code on the WordPress server. This could lead to complete compromise of the web server, including data theft, website defacement, or further malicious activities such as installing backdoors and malware. This vulnerability poses a significant threat to any WordPress website utilizing the affected WPCode plugin version.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade the WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager plugin to the latest available version (greater than 2.3.5) to patch CVE-2026-8832.</li>
<li>Deploy the Sigma rule &ldquo;Detect Suspicious WPCode XML-RPC Post Creation&rdquo; to detect potential exploitation attempts via XML-RPC.</li>
<li>Monitor web server logs for suspicious POST requests to the xmlrpc.php endpoint that create wpcode posts containing PHP code.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>rce</category><category>cve-2026-8832</category><category>xml-rpc</category></item></channel></rss>