Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Network-reachable DOM XSS needs no privileges but requires victim interaction (UI:R), executes in another security context (S:C), with limited C/I/A impact typical of client-side script injection.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RealMag777 Active Products Tables for WooCommerce profit-products-tables-for-woocommerce allows DOM-Based XSS.This issue affects Active Products Tables for WooCommerce: from n/a through <= 1.1.0.
Articles & Coverage 1
AnalysisAI
DOM-based cross-site scripting affects the RealMag777 "Active Products Tables for WooCommerce" WordPress plugin (slug profit-products-tables-for-woocommerce) in all versions through 1.1.0, letting a remote attacker deliver crafted input that is unsafely written into the DOM and executed as script in a victim's browser. Because the CVSS scope is changed (S:C) and no authentication is required (PR:N), successful exploitation can affect resources beyond the vulnerable component, though it requires the victim to interact with an attacker-influenced page or link (UI:R). There is no public exploit identified at time of analysis and it is not listed in CISA KEV; no EPSS score was supplied.
Technical ContextAI
The affected component is a WooCommerce add-on for WordPress that renders interactive product tables on storefront pages. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the DOM-based variant, meaning untrusted data reaches a client-side sink (such as innerHTML, document.write, or a JavaScript-driven table renderer) without proper output encoding or sanitization, so the payload never needs to touch the server to execute. The affected package is identified by CPE cpe:2.3:a:realmag777:active_products_tables_for_woocommerce:*:*:*:*:*:*:*:*, covering all releases up to and including 1.1.0. DOM-based XSS is particularly relevant here because the plugin's product-table rendering is JavaScript-heavy, and such flaws often bypass server-side WAF filtering since the malicious data may live in the URL fragment or client-processed parameters.
RemediationAI
No fixed version is stated in the provided data, so no vendor-released patch is identified at time of analysis; monitor the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/profit-products-tables-for-woocommerce/vulnerability/wordpress-active-products-tables-for-woocommerce-plugin-1-1-0-cross-site-scripting-xss-vulnerability?_s_id=cve) and the WordPress plugin repository for a release above 1.1.0 and upgrade as soon as it ships. Until a patched version is available, consider deactivating and removing the Active Products Tables for WooCommerce plugin if the product-table feature is non-essential - the trade-off is loss of that storefront functionality. As compensating controls, deploy a WordPress-aware WAF or Patchstack virtual patch to filter XSS payloads targeting the plugin's parameters, and add a restrictive Content-Security-Policy that disallows inline script execution to blunt DOM-based payloads, accepting that a strict CSP may break other themes or plugins that rely on inline JavaScript and will require testing before enforcement.
SQL injection in the realmag777 'Active Products Tables for WooCommerce' WordPress plugin (versions up to and including
A DOM-Based Cross-Site Scripting (XSS) vulnerability exists in the RealMag777 Active Products Tables for WooCommerce plu
The Active Products Tables for WooCommerce. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43481