<?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>Cost Calculator Builder PRO Plugin (&lt;= 4.0.3) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/cost-calculator-builder-pro-plugin--4.0.3/</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, 29 Jul 2026 11:19:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/cost-calculator-builder-pro-plugin--4.0.3/feed.xml" rel="self" type="application/rss+xml"/><item><title>Remote Code Execution in Cost Calculator Builder PRO WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-07-cost-calculator-rce/</link><pubDate>Wed, 29 Jul 2026 11:19:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cost-calculator-rce/</guid><description>The Cost Calculator Builder PRO plugin for WordPress, versions up to and including 4.0.3, is vulnerable to unauthenticated Remote Code Execution (RCE) via CVE-2026-14900 due to insufficient sanitization of the `orderDetails[*].originalValue` field, allowing arbitrary code injection into a `PHP eval()` call that can be exploited by unauthenticated attackers.</description><content:encoded><![CDATA[<p>A critical remote code execution (RCE) vulnerability, tracked as CVE-2026-14900, affects all versions up to and including 4.0.3 of the Cost Calculator Builder PRO plugin for WordPress. This flaw stems from inadequate sanitization of the <code>orderDetails[*].originalValue</code> field, which is directly injected into a calculator formula string passed to <code>PHP eval()</code> within the plugin's <code>js_to_php</code> function. The plugin's <code>evaluateFormula()</code> function's regex allow-list only filters alphanumeric tokens, leaving non-word punctuation characters intact, thus enabling arbitrary code injection. While a nonce check is present, the required nonce is publicly exposed on every front-end page via the <code>wp_head</code> hook, making it easily obtainable by unauthenticated attackers. Successful exploitation allows an attacker to execute code on the server, potentially leading to full system compromise, data exfiltration, or website defacement. Organizations using this plugin are urged to patch immediately.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker accesses any front-end page of a WordPress site running the vulnerable Cost Calculator Builder PRO plugin to retrieve the publicly emitted nonce.</li>
<li>The attacker crafts a malicious payload, embedding PHP code within the <code>orderDetails[*].originalValue</code> field, leveraging non-word punctuation characters or XOR gadgets to bypass existing sanitization mechanisms.</li>
<li>The attacker sends a specially crafted HTTP POST request to a vulnerable endpoint within the Cost Calculator Builder PRO plugin, including the stolen nonce and the malicious <code>orderDetails[*].originalValue</code> payload.</li>
<li>The <code>js_to_php</code> function within the plugin receives and processes the incoming request, including the unsanitized <code>orderDetails[*].originalValue</code>.</li>
<li>The malicious payload, now part of a formula string, is passed to the <code>PHP eval()</code> function for execution.</li>
<li>The <code>eval()</code> function executes the attacker's injected PHP code on the underlying web server.</li>
<li>The attacker achieves unauthenticated Remote Code Execution (RCE), gaining control over the compromised WordPress instance and potentially the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-14900 grants unauthenticated attackers remote code execution capabilities on the affected WordPress server. This level of access can lead to a complete compromise of the website, including data theft, defacement, injection of malicious content, and establishing persistence for further attacks. Attackers can leverage the compromised server as a platform for lateral movement within the network or to launch attacks against other systems. Organizations using this plugin could face significant operational disruption, reputational damage, and regulatory penalties due to data breaches. The CVSS v3.1 base score of 9.8 indicates critical severity and ease of exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Cost Calculator Builder PRO plugin to a patched version beyond 4.0.3 to mitigate CVE-2026-14900.</li>
<li>Deploy the Sigma rule &quot;Detects CVE-2026-14900 Exploitation - Cost Calculator Builder PRO RCE Attempt&quot; to your SIEM system to detect attempted exploitation of this vulnerability.</li>
<li>Enable comprehensive <code>webserver</code> logging for all WordPress instances, focusing on HTTP POST requests, URI query parameters, and server response codes to aid in forensic analysis and detection.</li>
<li>Monitor <code>process_creation</code> logs on web servers for unusual child processes spawned by the web server user (e.g., <code>php-fpm</code>, <code>apache</code>, <code>nginx</code>) that could indicate successful RCE.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>plugin</category><category>rce</category><category>web-exploitation</category><category>cve</category></item></channel></rss>