Supsystic Pricing Table 1.8.7 contains an SQL injection vulnerability in the 'sidx' GET parameter that allows unauthenticated attackers to execute arbitrary SQL queries through the getListForTbl action. The plugin also contains stored cross-site scripting vulnerabilities in the 'Edit name' and 'Edit HTML' fields that execute malicious scripts when viewing pricing tables.
Security readout for executives and security teams
Plain-English summary
This issue affects the Supsystic Pricing Table WordPress plugin versions 1.8.6 and 1.8.7. An unauthenticated attacker may be able to query the database through a plugin request, and separate stored XSS flaws may run scripts when pricing tables are viewed. The sources do not show CISA KEV listing or confirmed active exploitation.
Executive priority
Prioritize remediation for any public WordPress site using the affected plugin. The business concern is unauthorized database access and customer-facing script execution. If the plugin is not installed or not active, exposure is unlikely based on the provided sources.
Technical view
The bundle describes SQL injection in the sidx GET parameter for the getListForTbl action, plus stored XSS in Edit name and Edit HTML fields. The CVSS v4 score is 8.8 high, with network access, low complexity, no privileges, and no user interaction required for the SQL injection path.
Likely exposure
Public WordPress sites running Supsystic Pricing Table 1.8.6 or 1.8.7 are the likely exposure. Risk is higher where the plugin remains enabled and pricing table functionality is reachable from the internet. The bundle does not identify other affected products or fixed versions.
Exploitation context
A public ExploitDB reference exists, so defenders should assume exploit knowledge is available. However, the provided sources mark KEV as false and do not cite active exploitation in the wild. Treat internet-exposed affected plugins as urgent because the SQL injection path is unauthenticated.
Researcher notes
Evidence is limited to the supplied CVE bundle, VulnCheck advisory metadata, ExploitDB reference, product homepage, and plugin package reference. No official fixed version, vendor bulletin, or active exploitation evidence is included. Avoid broad product claims beyond Supsystic Pricing Table 1.8.6 and 1.8.7.
Mitigation direction
Inventory WordPress sites for Supsystic Pricing Table versions 1.8.6 and 1.8.7.
Disable or remove the affected plugin until vendor guidance confirms a safe version.
Check Supsystic and WordPress plugin sources for official remediation guidance.
Preserve backups before changing plugin state or cleaning content.
Monitor database and pricing table content for suspicious changes.
Validation and detection
Confirm whether pricing-table-by-supsystic is installed and active.
Record installed plugin version and compare against 1.8.6 and 1.8.7.
Review web logs for requests to the affected plugin action.
Inspect pricing table names and HTML fields for unexpected script content.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.