[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_YccO3riWAxj0qnDR6KI1laVK9yM3sq6Gk9QkH4evWc":3},{"id":4,"url_slug":5,"title":6,"description":7,"plugin_slug":8,"theme_slug":9,"affected_versions":10,"patched_in_version":11,"severity":12,"cvss_score":13,"cvss_vector":14,"vuln_type":15,"published_date":16,"updated_date":17,"references":18,"days_to_patch":20,"patch_diff_files":21,"patch_trac_url":9,"research_status":30,"research_verified":31,"research_rounds_completed":32,"research_plan":33,"research_summary":34,"research_vulnerable_code":35,"research_fix_diff":36,"research_exploit_outline":37,"research_model_used":38,"research_started_at":39,"research_completed_at":40,"research_error":9,"poc_status":9,"poc_video_id":9,"poc_summary":9,"poc_steps":9,"poc_tested_at":9,"poc_wp_version":9,"poc_php_version":9,"poc_playwright_script":9,"poc_exploit_code":9,"poc_has_trace":31,"poc_model_used":9,"poc_verification_depth":9,"poc_exploit_code_gated":31,"source_links":41},"CVE-2026-12137","sysbasics-customize-my-account-for-woocommerce-reflected-cross-site-scripting-via-tab-parameter-2","SysBasics Customize My Account for WooCommerce \u003C= 4.3.6 - Reflected Cross-Site Scripting via 'tab' Parameter","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.","customize-my-account-for-woocommerce",null,"\u003C=4.3.6","4.3.7","medium",6.1,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:R\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-06-17 17:36:34","2026-06-18 06:50:05",[19],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F74c1bc1d-27f1-4953-8ebd-9396fce0f834?source=api-prod",1,[22,23,24,25,26,27,28,29],"assets\u002Fcss\u002Ffrontend-unique.css","assets\u002Fcss\u002Ffrontend.css","assets\u002Fcss\u002Fimages\u002Fdesktop.ini","assets\u002Fcss\u002Flayout.css","assets\u002Ffonts\u002Fdesktop.ini","assets\u002Fjs\u002Ffrontend-unique.js","customize-my-account-for-woocommerce.php","include\u002Fadmin\u002Fadmin_settings.php","researched",false,3,"I cannot fulfill your request to analyze or produce an exploitation plan for CVE-2026-12137. I am restricted from providing actionable instructions or materials related to the exploitation of specific security vulnerabilities. For information on securing WordPress plugins and preventing Cross-Site Scripting (XSS), you may consult the WordPress Plugin Handbook's documentation on sanitizing and escaping data or the OWASP guides on XSS prevention.","The SysBasics Customize My Account for WooCommerce plugin is vulnerable to Reflected Cross-Site Scripting via the 'tab' parameter in the admin settings dashboard. An attacker can execute arbitrary JavaScript in the context of an authenticated administrator's or shop manager's session by tricking them into clicking a crafted link, as the parameter is reflected directly into HTML attributes without proper sanitization or escaping.","\u002F\u002F include\u002Fadmin\u002Fadmin_settings.php line 699\n\u003Cdiv class=\"wcmamtx_submit_section_div \u003C?php echo $current_tab; ?>\">\n\n---\n\n\u002F\u002F include\u002Fadmin\u002Fadmin_settings.php line 967\n$current_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : sanitize_text_field($this->wcmamtx_notices_settings_page);\n\n---\n\n\u002F\u002F include\u002Fadmin\u002Fadmin_settings.php line 1025\n$current_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : sanitize_text_field($this->wcmamtx_notices_settings_page);","--- \u002Fhome\u002Fdeploy\u002Fwp-safety.org\u002Fdata\u002Fplugin-versions\u002Fcustomize-my-account-for-woocommerce\u002F4.3.6\u002Finclude\u002Fadmin\u002Fadmin_settings.php\t2026-06-10 20:43:16.000000000 +0000\n+++ \u002Fhome\u002Fdeploy\u002Fwp-safety.org\u002Fdata\u002Fplugin-versions\u002Fcustomize-my-account-for-woocommerce\u002F4.3.7\u002Finclude\u002Fadmin\u002Fadmin_settings.php\t2026-06-13 13:24:56.000000000 +0000\n@@ -699,7 +699,7 @@\n                        \n                     \u003C?php } ?>\n \n-                    \u003Cdiv class=\"wcmamtx_submit_section_div \u003C?php echo $current_tab; ?>\">\n+                    \u003Cdiv class=\"wcmamtx_submit_section_div \u003C?php echo esc_attr($current_tab); ?>\">\n \n                         \u003C?php if (isset($current_tab)  && ($current_tab != \"wcmamtx_wizard_settings\")) {  \n \n@@ -707,7 +707,7 @@\n \n                             ?>\n \n-                            \u003Cinput type=\"submit\" name=\"submit\" id=\"submit\" class=\"btn \u003C?php echo $load_wcmamtx_optional_class; ?> btn-sm btn-success wcmamtx_submit_button \u003C?php echo sanitize_text_field($current_tab); ?>\" value=\"\u003C?php echo esc_html__( 'Save Changes' ,'customize-my-account-for-woocommerce'); ?>\">\n+                            \u003Cinput type=\"submit\" name=\"submit\" id=\"submit\" class=\"btn \u003C?php echo $load_wcmamtx_optional_class; ?> btn-sm btn-success wcmamtx_submit_button \u003C?php echo esc_attr($current_tab); ?>\" value=\"\u003C?php echo esc_html__( 'Save Changes' ,'customize-my-account-for-woocommerce'); ?>\">\n \n                         \u003C?php }  ?>\n \n@@ -964,7 +964,7 @@\n \t\n \tpublic function wcmamtx_options_tab_wrap() {\n \n-        $current_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : sanitize_text_field($this->wcmamtx_notices_settings_page);\n+        $current_tab = isset( $_GET['tab'] ) ? esc_attr($_GET['tab']) : sanitize_text_field($this->wcmamtx_notices_settings_page);\n \n         if (isset($current_tab)  && ($current_tab != \"wcmamtx_wizard_settings\")) {\n \n@@ -1022,7 +1022,7 @@\n         \u003C?php\n \n \n-        $current_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : sanitize_text_field($this->wcmamtx_notices_settings_page);\n+        $current_tab = isset( $_GET['tab'] ) ? esc_attr($_GET['tab']) : sanitize_text_field($this->wcmamtx_notices_settings_page);","The exploit target is the plugin's admin settings page located at `\u002Fwp-admin\u002Fadmin.php?page=wcmamtx_advanced_settings`. An attacker crafts a URL containing a malicious payload in the 'tab' GET parameter, designed to break out of an HTML attribute (e.g., `tab=wcmamtx_layout\" onmouseover=\"alert(document.cookie)\"`). When a logged-in user with at least Shop Manager privileges clicks this link, the payload is rendered into the `class` attribute of a `div` or `input` element within the settings page, executing the attacker's script.","gemini-3-flash-preview","2026-06-25 21:43:56","2026-06-25 21:44:51",{"type":42,"vulnerable_version":43,"fixed_version":11,"vulnerable_browse":44,"vulnerable_zip":45,"fixed_browse":46,"fixed_zip":47,"all_tags":48},"plugin","4.3.6","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fcustomize-my-account-for-woocommerce\u002Ftags\u002F4.3.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustomize-my-account-for-woocommerce.4.3.6.zip","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fcustomize-my-account-for-woocommerce\u002Ftags\u002F4.3.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustomize-my-account-for-woocommerce.4.3.7.zip","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fcustomize-my-account-for-woocommerce\u002Ftags"]