CVE-2020-37244: WordPress Plugin Supsystic Membership 1.4.7 SQL Injection via sidx
Supsystic Membership 1.4.7 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'search' and 'sidx' parameters. Attackers can send GET requests to the badges module with crafted payloads to extract sensitive database information using time-based blind or UNION-based SQL injection techniques.
Security readout for executives and security teams
Plain-English summary
This issue affects Supsystic Membership 1.4.7 for WordPress. An unauthenticated attacker may be able to manipulate database queries through plugin parameters, creating a risk of sensitive database disclosure. The provided sources do not identify a confirmed patched version or active exploitation.
Executive priority
Prioritize this for externally reachable WordPress sites. The business risk is data exposure from the site database, potentially affecting users, content, or operational records. If the plugin is present at version 1.4.7, disable or replace it until vendor guidance confirms a safe version.
Technical view
CVE-2020-37244 is a CWE-89 SQL injection in Supsystic Membership 1.4.7 involving the search and sidx parameters in the badges module. The source bundle describes unauthenticated access and potential arbitrary SQL query execution using blind or UNION-based techniques. CVSS v4.0 score is 8.8.
Likely exposure
Exposure is most likely on internet-facing WordPress sites with Supsystic Membership version 1.4.7 installed and enabled. Sites that no longer use this plugin, run a different confirmed version, or block public access to affected functionality may have lower exposure.
Exploitation context
The bundle includes an ExploitDB reference, so public exploit information exists. However, KEV is false and the supplied sources do not state active exploitation in the wild. Treat this as high priority because the issue is unauthenticated and targets WordPress database access.
Researcher notes
Evidence is strong for the affected product, version, weakness class, and vulnerable parameters from the supplied CVE and advisory data. Evidence is incomplete for fixed versions, vendor remediation, observed exploitation, and affected version ranges beyond 1.4.7.
Mitigation direction
Inventory WordPress sites for Supsystic Membership 1.4.7.
Disable or remove the plugin where it is not business-critical.
Check vendor or WordPress plugin guidance for a corrected release.
Apply WAF SQL injection protections as a temporary control.
Back up and monitor affected WordPress databases.
Validation and detection
Confirm whether Supsystic Membership is installed and enabled.
Record the exact plugin version from each WordPress instance.
Review access logs for suspicious badges module requests.
Check for unusual database access or unexpected data changes.
Verify remediation against vendor guidance before closing.
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.