CVE-2026-42761
Blind SQL Injection in Active Products Tables for WooCommerce
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| realmag777 | active_products_tables_for_woocommerce | to 1.0.9 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL Injection issue found in the RealMag777 Active Products Tables for WooCommerce plugin. Specifically, it is a Blind SQL Injection vulnerability, which means that an attacker can inject malicious SQL commands into the database queries without directly seeing the results, potentially manipulating the database in unauthorized ways.
How can this vulnerability impact me? :
The vulnerability has a high severity score (CVSS 9.3) and allows an attacker to perform Blind SQL Injection remotely without any privileges or user interaction. This can lead to unauthorized access to sensitive data (confidentiality impact is high), and partial disruption of service (availability impact is low). However, it does not directly affect data integrity.