A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-37244

CVE-2020-37244: Supsystic Membership SQLi Vulnerability

CVE-2020-37244 is an SQL injection flaw in Supsystic Membership 1.4.7 allowing unauthenticated attackers to execute arbitrary SQL queries and extract sensitive data. This article covers technical details, exploitation methods, and mitigation.

Published: May 21, 2026

CVE-2020-37244 Overview

CVE-2020-37244 is a SQL injection vulnerability [CWE-89] affecting the Supsystic Membership WordPress plugin version 1.4.7. The flaw resides in the badges module, where the search and sidx parameters are passed directly into database queries without proper sanitization. Unauthenticated attackers can craft GET requests containing malicious SQL payloads to extract arbitrary data from the underlying database. Both UNION-based and time-based blind injection techniques are viable against the vulnerable endpoint. Successful exploitation exposes WordPress user credentials, membership data, and any other information accessible to the plugin's database user.

Critical Impact

Unauthenticated attackers can extract sensitive database contents, including WordPress administrator credentials, by sending crafted GET requests to the badges module.

Affected Products

  • Supsystic Membership WordPress plugin version 1.4.7
  • WordPress sites with the membership-by-supsystic plugin installed and activated
  • Installations exposing the badges module endpoint to unauthenticated users

Discovery Timeline

  • 2026-05-16 - CVE-2020-37244 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2020-37244

Vulnerability Analysis

The vulnerability is an unauthenticated SQL injection in the Supsystic Membership plugin's badges module. The plugin accepts user-supplied values for the search and sidx parameters through GET requests and concatenates them into SQL statements. Because no parameterized queries or input sanitization are applied, attackers can break out of the intended query context.

The sidx parameter is typically used to indicate the column on which to sort badge listings. Attackers can replace the expected column identifier with SQL fragments that the server then executes. The search parameter, used for filtering badge results, is similarly unsanitized and accepts arbitrary clauses appended to the underlying WHERE statement.

Both UNION-based and time-based blind techniques are confirmed to work, which means attackers can either return rows directly in the HTTP response or infer database contents through response timing. A public proof of concept has been published on Exploit-DB under entry 49540.

Root Cause

The root cause is improper neutralization of special elements in SQL commands [CWE-89]. The badges module trusts client-supplied parameters and inserts them into queries without using prepared statements or applying the WordPress $wpdb->prepare() API.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends a GET request to the badges module endpoint with malicious SQL payloads embedded in the search or sidx parameter. Public exploitation details are documented in the Exploit-DB #49540 entry and the VulnCheck Advisory: SQL Injection.

No verified code examples are available. Refer to the linked advisories for payload specifics and request structure.

Detection Methods for CVE-2020-37244

Indicators of Compromise

  • GET requests to the badges module endpoint containing SQL keywords such as UNION, SELECT, SLEEP(, or BENCHMARK( in the search or sidx query parameters.
  • HTTP access log entries showing unusually long sidx values or URL-encoded SQL syntax such as %27, %20UNION%20, or %20OR%201=1.
  • Anomalous query latency on the WordPress database when the badges endpoint is requested, indicating time-based blind injection.
  • Outbound queries from the web server to the database that include information_schema references tied to badges module requests.

Detection Strategies

  • Deploy web application firewall (WAF) signatures that inspect search and sidx parameters for SQL metacharacters and known injection patterns.
  • Enable MySQL general or slow query logging and correlate suspicious queries with web server access logs for the membership-by-supsystic plugin path.
  • Hunt for plugin file presence on monitored hosts by searching for membership-by-supsystic/membership.php and confirming the installed version.

Monitoring Recommendations

  • Alert on repeated 4xx or 5xx responses from the badges endpoint, which often accompany injection probing.
  • Monitor the WordPress wp_users table for unauthorized changes to administrator accounts or newly added users.
  • Track outbound connections from the web server to unexpected destinations following access to the vulnerable endpoint.

How to Mitigate CVE-2020-37244

Immediate Actions Required

  • Disable or uninstall the Supsystic Membership plugin version 1.4.7 until a patched release is verified and deployed.
  • Restrict access to the WordPress site's admin and plugin endpoints via IP allowlisting or authentication where feasible.
  • Rotate WordPress administrator passwords and database credentials if the plugin was exposed to the internet.
  • Review database audit logs for evidence of data extraction queries against wp_users, wp_usermeta, or membership tables.

Patch Information

No vendor patch is referenced in the CVE record at this time. Consult the Supsystic Official Website and the WordPress Plugin Zip Download page for the latest available release and verify that any newer version addresses the SQL injection in the badges module before reinstalling.

Workarounds

  • Deploy a WAF rule that blocks GET requests to the badges module containing SQL keywords or encoded SQL metacharacters in search and sidx parameters.
  • Limit database user privileges so that the WordPress account cannot read sensitive tables outside its required schema.
  • Place the affected WordPress site behind authentication or VPN access if the plugin must remain active for business reasons.
bash
# Example ModSecurity rule to block injection attempts on the vulnerable parameters
SecRule ARGS:sidx|ARGS:search "@rx (?i)(union(\s|\+)+select|sleep\s*\(|benchmark\s*\(|information_schema)" \
  "id:1002020037244,phase:2,deny,status:403,log,msg:'CVE-2020-37244 Supsystic Membership SQLi attempt'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSupsystic

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Plugin Zip Download

  • Supsystic Official Website

  • Exploit-DB #49540

  • VulnCheck Advisory: SQL Injection
  • Related CVEs
  • CVE-2020-37243: Supsystic Pricing Table SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English