<?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>Extra Checkout Options (Addon for Extra Product Options &amp; Add-Ons for WooCommerce) Plugin &lt;= 2.3.2 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/extra-checkout-options-addon-for-extra-product-options--add-ons-for-woocommerce-plugin--2.3.2/</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 12:20:19 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/extra-checkout-options-addon-for-extra-product-options--add-ons-for-woocommerce-plugin--2.3.2/feed.xml" rel="self" type="application/rss+xml"/><item><title>Critical Arbitrary File Upload in WordPress Extra Checkout Options Plugin Leads to RCE (CVE-2026-14270)</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-14270-extra-checkout-options-rce/</link><pubDate>Wed, 29 Jul 2026 12:20:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-14270-extra-checkout-options-rce/</guid><description>A critical arbitrary file upload vulnerability (CVE-2026-14270) in the Extra Checkout Options plugin for WordPress, affecting versions up to and including 2.3.2, allows low-privileged authenticated users to modify upload allowlists and upload malicious PHP files via an AJAX action, ultimately achieving remote code execution on the server.</description><content:encoded><![CDATA[<p>A significant security vulnerability, CVE-2026-14270, has been identified in the Extra Checkout Options plugin for WordPress, affecting all versions up to and including 2.3.2. This flaw enables low-privileged authenticated users, specifically those with Subscriber-level access or higher, to achieve remote code execution (RCE) on affected WordPress installations. The vulnerability stems from a combination of missing authorization and inadequate nonce validation within the <code>eco_save_settings()</code> function, which allows attackers to modify the <code>tc_eco_custom_file_types</code> upload allowlist to include PHP files. This, coupled with insufficient authorization on the <code>wc_eco_upload_file</code> AJAX action, permits the upload of malicious PHP files using frontend nonces typically found on cart and checkout pages. Exploitation of this vulnerability grants attackers full control over the compromised WordPress site and potentially the underlying server.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An authenticated attacker with Subscriber-level privileges or higher logs into the vulnerable WordPress site.</li>
<li>The attacker sends a crafted HTTP POST request to <code>wp-admin/admin-ajax.php</code> with the <code>action=eco_save_settings</code> parameter, exploiting missing authorization and nonce validation to modify the <code>tc_eco_custom_file_types</code> allowlist to include PHP file extensions.</li>
<li>The attacker navigates to a cart or checkout page on the WordPress site to obtain a valid frontend upload nonce.</li>
<li>Using the acquired nonce, the attacker sends another crafted HTTP POST request to <code>wp-admin/admin-ajax.php</code> with <code>action=wc_eco_upload_file</code>, uploading a malicious PHP file (e.g., a web shell).</li>
<li>Due to insufficient authorization on the <code>wc_eco_upload_file</code> AJAX action, the plugin processes and saves the malicious PHP file to an accessible directory on the WordPress server.</li>
<li>The attacker then makes a direct HTTP request to the URL of the newly uploaded PHP file.</li>
<li>The web server executes the malicious PHP file, granting the attacker remote code execution capabilities on the underlying system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-14270 grants attackers remote code execution on the compromised WordPress server. This can lead to severe consequences, including complete takeover of the website, defacement, theft of sensitive data (such as customer information or payment details), installation of backdoors for persistent access, or using the compromised server as a platform for launching further attacks (e.g., botnet participation, phishing campaigns). The impact extends beyond the immediate website to potentially affecting customer trust and leading to significant financial and reputational damages for the affected organization.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Extra Checkout Options plugin to a version patched against CVE-2026-14270.</li>
<li>Deploy the provided Sigma rules to your webserver logs or WAF to detect attempts to exploit CVE-2026-14270.</li>
<li>Monitor web server access logs for HTTP POST requests to <code>/wp-admin/admin-ajax.php</code> with <code>action=eco_save_settings</code> and <code>request_body</code> containing &quot;php&quot; within <code>tc_eco_custom_file_types</code>.</li>
<li>Monitor web server access logs for HTTP POST requests to <code>/wp-admin/admin-ajax.php</code> with <code>action=wc_eco_upload_file</code> and <code>request_body</code> indicating a PHP file upload (e.g., containing <code>&lt;?php</code> or <code>.php</code> in filenames).</li>
<li>Review file system integrity monitoring logs for unexpected PHP file creations in WordPress upload directories.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>plugin</category><category>arbitrary-file-upload</category><category>rce</category><category>web-application</category></item></channel></rss>