Severity by source
AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
PR:H reflects mandatory shop manager authentication; UI:R because a victim must visit the injected page to complete exploitation; S:C captures cross-user stored XSS impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The SysBasics Customize My Account for WooCommerce - Live My Account Customizer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'row_type' parameter in all versions up to, and including, 4.4.14 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with shop manager-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
Stored Cross-Site Scripting in the SysBasics Customize My Account for WooCommerce plugin (all versions through 4.4.14) allows authenticated shop managers to persist malicious scripts via the unsanitized 'row_type' parameter, executing in any user's browser upon visiting the compromised My Account page. The CVSS scope change (S:C) confirms cross-user impact - injected scripts run in victim sessions, enabling session hijacking or credential theft beyond the attacker's own context. No public exploit code or CISA KEV listing is confirmed at time of analysis; risk is substantially gated by the shop manager privilege requirement.
Technical ContextAI
The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation - Cross-site Scripting), specifically the stored variant, arising from the plugin's failure to sanitize the 'row_type' input parameter before persisting it and escaping it on output. Wordfence identifies three vulnerable code paths in plugin version 4.4.14: templates/myaccount/navigation/02.php at line 187 (frontend rendering), include/admin/endpoint_form_response.php at line 9 (AJAX endpoint handling), and include/admin/admin_settings.php at line 144 (backend settings processing). The plugin, identified by CPE cpe:2.3:a:phppoet:sysbasics_customize_my_account_for_woocommerce_-_live_my_account_customizer:*:*:*:*:*:*:*:*, extends WooCommerce's native 'My Account' page with custom navigation and layout configuration. Because row_type data is stored server-side and rendered to all visiting users, a single privileged injection creates a persistent threat to all subsequent visitors.
RemediationAI
Update the Customize My Account for WooCommerce plugin beyond version 4.4.14 as soon as a patched release is confirmed available in the WordPress plugin repository; the upstream fix has been committed (SVN changeset 3606867 at https://plugins.trac.wordpress.org/changeset?reponame=&old=3606867%40customize-my-account-for-woocommerce&new=3606867%40customize-my-account-for-woocommerce), but the exact released version number has not been independently confirmed from available data - verify the current version in the WordPress admin dashboard or plugin repository before updating. As a compensating control pending patch deployment, restrict shop manager role assignments to fully trusted accounts only, as the attack requires that privilege level; removing or demoting untrusted shop managers eliminates the attack surface entirely. Optionally, a WAF rule blocking script-bearing input in the row_type parameter on WooCommerce admin endpoints can provide layered defense, though this may interfere with legitimate customization workflows. The Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/b2371b84-bb56-4e5d-afce-cd33f2ee9316 should be monitored for patched version confirmation.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44902
GHSA-3xrj-6q9q-73hr