SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-17581

HIGH · CVSS 7.2 EPSS 0.71% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-16 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The WCPOS – Point of Sale plugin for WooCommerce is vulnerable to code injection due to improper handling of templates, allowing authenticated users with Shop Manager-level access or higher to execute arbitrary PHP code on the server. This vulnerability can lead to remote code execution, posing a significant risk to the integrity and security of the affected WordPress installations. Organizations using this plugin should prioritize patching to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-17581
Severity
HIGH
CVSS
7.2
EPSS
0.71%
WordPress

Original NVD Description

The WCPOS – Point of Sale (POS) plugin for WooCommerce plugin for WordPress is vulnerable to Code Injection via the 'thermal' Template Engine in all versions up to, and including, 1.9.14 due to the Receipt_Renderer_Factory dispatching templates with the 'thermal' engine to the Legacy_Php_Renderer instead of a safe thermal-specific renderer. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to inject arbitrary PHP code into a template post that is subsequently written to a temporary file and executed via PHP's include(), resulting in remote code execution on the server. This requires the attacker to have Shop Manager-level access or above, as the template save path enforces a wcpos_template_settings nonce and the manage_woocommerce_pos capability check.