Description
The SysBasics Customize My Account for WooCommerce – Dashboard, Endpoints, Avatar & Menu Manager plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'tab' parameter in all versions up to, and including, 4.3.6 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. Because the vulnerable plugin_options_page() function is only rendered within the WordPress admin dashboard, successful exploitation requires the targeted victim to be logged in with Shop Manager-level access or higher.
Published: 2026-06-18
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SysBasics Customize My Account for WooCommerce plugin is vulnerable to reflected cross‑site scripting through the unvalidated 'tab' parameter in the plugin_options_page() rendering within the WordPress admin dashboard. Unauthenticated attackers can craft a link that includes a malicious 'tab' value, causing arbitrary JavaScript to be reflected and executed when a logged‑in Shop Manager or higher user clicks it. The flaw stems from insufficient input sanitization and output escaping.

Affected Systems

All installed instances of the SysBasics Customize My Account for WooCommerce – Dashboard, Endpoints, Avatar & Menu Manager plugin up to and including version 4.3.6, distributed by the phppoet vendor. The vulnerability impacts WordPress sites that use WooCommerce for e‑commerce, specifically when the plugin’s admin options page is accessible to users with Shop Manager‑level or higher privileges.

Risk and Exploitability

With a CVSS score of 6.1 the vulnerability is rated moderate severity, and the EPSS score of less than 1% indicates a low probability of exploitation at the time of assessment. The flaw is not listed in the CISA KEV catalog. Exploitation requires a social‑engineering component—an attacker must convince an authorized admin to click a crafted link—making the attack vector remote but requiring a targeted privileged user. Consequently, while the impact could allow arbitrary script execution within the admin context, the overall risk remains contingent on access control and user awareness.

Generated by OpenCVE AI on June 18, 2026 at 18:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the SysBasics Customize My Account for WooCommerce plugin to version 4.3.7 or later to remove the vulnerable code.
  • If an upgrade is not immediately possible, restrict access to the plugin’s admin settings page by limiting the 'tab' parameter handling to super‑admin roles or by disabling the options page entirely for non‑super‑admins.
  • As an additional safeguard, implement input validation and output escaping for the 'tab' parameter in any custom code that extends or reuses the plugin functionality.

Generated by OpenCVE AI on June 18, 2026 at 18:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 18 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description The SysBasics Customize My Account for WooCommerce – Dashboard, Endpoints, Avatar & Menu Manager plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'tab' parameter in all versions up to, and including, 4.3.6 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. Because the vulnerable plugin_options_page() function is only rendered within the WordPress admin dashboard, successful exploitation requires the targeted victim to be logged in with Shop Manager-level access or higher.
Title SysBasics Customize My Account for WooCommerce <= 4.3.6 - Reflected Cross-Site Scripting via 'tab' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-18T18:13:47.735Z

Reserved: 2026-06-12T17:00:40.214Z

Link: CVE-2026-12137

cve-icon Vulnrichment

Updated: 2026-06-18T18:13:35.693Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T18:45:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')