CVE-2026-57409
Deferred Deferred - Pending Action

Cross-Site Scripting in Active Products Tables for WooCommerce

Vulnerability report for CVE-2026-57409, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
realmag777 active_products_tables_for_woocommerce to 1.1.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-site Scripting (XSS) issue specifically a DOM-Based XSS in the RealMag777 Active Products Tables for WooCommerce plugin. It occurs due to improper neutralization of input during web page generation, which means that malicious scripts can be injected and executed in the context of the affected web page.

Detection Guidance

Detecting this DOM-Based Cross-Site Scripting (XSS) vulnerability in the Active Products Tables for WooCommerce plugin requires checking if a vulnerable version is installed and scanning for potential exploitation attempts.

  • Check the installed version of the plugin: Verify if the version of 'Active Products Tables for WooCommerce' is 1.1.0 or earlier. This can be done by navigating to the WordPress admin dashboard, going to 'Plugins', and locating the plugin in the list.
  • Inspect web traffic: Use a web application firewall (WAF) or network monitoring tool to detect suspicious input patterns in HTTP requests that may indicate XSS attempts. Look for payloads containing JavaScript code or unusual DOM manipulations.
  • Manual testing: If you have access to the website's source code, inspect the plugin's input fields and URL parameters for improper input neutralization. Test with benign XSS payloads (e.g., <script>alert(1)</script>) in user-controlled inputs to see if they are executed in the DOM.
  • Use vulnerability scanners: Tools like OWASP ZAP, Burp Suite, or specialized WordPress security plugins (e.g., Wordfence) can scan for known XSS vulnerabilities in WordPress plugins.
Impact Analysis

The vulnerability can allow attackers to execute arbitrary scripts in the user's browser, potentially leading to unauthorized actions such as stealing cookies, session tokens, or other sensitive information. It can also result in data manipulation or disruption of service.

Compliance Impact

This vulnerability, a DOM-Based Cross-Site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data security and user privacy.

  • GDPR: The vulnerability may lead to unauthorized access to user data or session hijacking, violating GDPR's requirements for data protection and confidentiality (e.g., Article 5 on data integrity and Article 32 on security of processing).
  • HIPAA: If the affected WooCommerce plugin is used in a healthcare-related context, the vulnerability could expose protected health information (PHI) to attackers, violating HIPAA's Security Rule (45 CFR Part 164) which mandates safeguards for electronic PHI.
  • General impact: XSS vulnerabilities can enable attackers to inject malicious scripts, potentially leading to data breaches, unauthorized actions, or further exploitation, which may result in non-compliance with regulations requiring secure handling of sensitive data.
Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update the plugin: If an updated version of 'Active Products Tables for WooCommerce' is available that patches this vulnerability, install it immediately. Check the plugin developer's website or the WordPress plugin repository for updates.
  • Disable the plugin: If no update is available, disable the plugin until a patch is released to eliminate the risk of exploitation.
  • Implement a Web Application Firewall (WAF): Configure a WAF to block XSS payloads and filter malicious input. This can provide temporary protection while a permanent fix is applied.
  • Audit user input: Manually review the plugin's code or work with a developer to ensure all user-supplied input is properly sanitized and escaped before being rendered in the DOM.
  • Monitor for exploitation: Set up logging and monitoring to detect any attempts to exploit this vulnerability. Review logs for unusual activity, such as unexpected JavaScript execution or suspicious input patterns.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57409. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart