<?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>WCPOS – Point of Sale (POS) Plugin for WooCommerce - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/wcpos--point-of-sale-pos-plugin-for-woocommerce/</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>Sun, 16 Aug 2026 06:25:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/wcpos--point-of-sale-pos-plugin-for-woocommerce/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>Authenticated Remote Code Execution in WCPOS WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-wcpos-rce/</link><pubDate>Sun, 16 Aug 2026 06:25:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-wcpos-rce/</guid><description>The WCPOS plugin for WooCommerce is vulnerable to authenticated remote code execution via a template engine misconfiguration that allows injection and execution of arbitrary PHP code.</description><content:encoded><![CDATA[<p>The WCPOS - Point of Sale (POS) plugin for WooCommerce (versions 1.9.14 and earlier) contains a critical remote code execution (RCE) vulnerability identified as CVE-2026-17581. The flaw exists within the 'thermal' template engine, where the Receipt_Renderer_Factory incorrectly dispatches thermal templates to the Legacy_Php_Renderer. This improper handling allows an authenticated user with 'Shop Manager' privileges or higher to inject arbitrary PHP code into a template post. When saved, this template is written to a temporary file and subsequently executed via a PHP include() statement. Because this requires Shop Manager privileges, the attack vector is likely to be utilized by compromised accounts or malicious insiders rather than unauthenticated external actors.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains access to a WordPress account with 'Shop Manager' or administrator level privileges.</li>
<li>Attacker authenticates to the WordPress dashboard.</li>
<li>Attacker navigates to the WCPOS plugin template management interface.</li>
<li>Attacker submits a POST request containing malicious PHP code within the template editor under the 'thermal' template engine settings.</li>
<li>The plugin performs a nonce check (wcpos_template_settings) and permission check (manage_woocommerce_pos).</li>
<li>The Receipt_Renderer_Factory receives the request and misroutes the 'thermal' template to the Legacy_Php_Renderer.</li>
<li>The application writes the malicious payload to a temporary file on the web server's local file system.</li>
<li>The application calls include() on the generated temporary file, leading to server-side code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full remote code execution on the WordPress host server, granting the attacker the ability to execute arbitrary commands, access database credentials, exfiltrate site data, or install persistent web shells. The impact is limited to environments where the attacker can obtain authenticated access to a Shop Manager account or higher.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the WCPOS - Point of Sale (POS) plugin for WooCommerce to version 1.9.15 or later to patch the template rendering logic.</li>
<li>Audit WordPress user roles to identify and restrict accounts with 'Shop Manager' capabilities.</li>
<li>Monitor web server access logs for anomalous POST requests to WCPOS plugin endpoints from authenticated administrative sessions.</li>
<li>Review site file integrity for unexpected PHP files created within the WordPress temporary directory paths.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>rce</category><category>web-application</category><category>cve-2026-17581</category></item></channel></rss>