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-37243

CVE-2020-37243: Supsystic Pricing Table SQLi Vulnerability

CVE-2020-37243 is an SQL injection flaw in Supsystic Pricing Table 1.8.7 that allows unauthenticated attackers to execute arbitrary SQL queries. This article covers the technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2020-37243 Overview

CVE-2020-37243 affects the Supsystic Pricing Table WordPress plugin version 1.8.7. The plugin contains an unauthenticated SQL injection vulnerability in the sidx GET parameter processed by the getListForTbl action. Attackers can inject arbitrary SQL queries against the WordPress database without authentication. The plugin also contains stored cross-site scripting (XSS) vulnerabilities in the Edit name and Edit HTML fields, which execute attacker-controlled scripts when administrators or visitors view affected pricing tables. The flaw is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated attackers can extract database contents, including WordPress user credentials, and inject persistent JavaScript executed in administrator sessions.

Affected Products

  • Supsystic Pricing Table WordPress plugin version 1.8.7
  • WordPress sites using the vulnerable plugin via the getListForTbl AJAX action
  • Administrators editing pricing table entries through the affected Edit name and Edit HTML fields

Discovery Timeline

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

Technical Details for CVE-2020-37243

Vulnerability Analysis

The Supsystic Pricing Table plugin exposes the getListForTbl action through WordPress AJAX endpoints. The handler accepts the sidx GET parameter and concatenates its value directly into an ORDER BY clause without sanitization or parameter binding. Attackers can supply SQL fragments through sidx to perform UNION-based or time-based extraction of database contents.

The stored XSS issues exist in the table editing interface. The Edit name and Edit HTML fields accept JavaScript payloads, which the plugin persists in the database and later renders without output encoding. When an administrator or visitor loads the pricing table, the injected script executes in the browser context.

Root Cause

The SQL injection stems from concatenating user-supplied sort parameters into SQL statements. The sidx value is intended as a column name for ordering but is treated as trusted input. The XSS issues result from missing input validation and missing output encoding when rendering stored field values into HTML.

Attack Vector

Exploitation occurs over the network without authentication. An attacker sends a crafted GET request to the WordPress AJAX endpoint with a malicious sidx value to trigger SQL injection. For the stored XSS issues, an attacker with editing access submits JavaScript through the Edit name or Edit HTML fields, which executes in subsequent administrator sessions. Refer to the VulnCheck SQL Injection Advisory and Exploit-DB #49533 for technical proof-of-concept details.

Detection Methods for CVE-2020-37243

Indicators of Compromise

  • Web server access logs containing requests to admin-ajax.php with action=getListForTbl and SQL syntax in the sidx parameter (for example UNION, SLEEP, SELECT, or backtick characters)
  • Unexpected JavaScript content stored in the plugin's database tables for pricing table name or HTML fields
  • Administrator browser sessions loading external scripts referenced from pricing table pages

Detection Strategies

  • Inspect HTTP request logs for anomalous values in the sidx parameter sent to the Supsystic Pricing Table AJAX handler
  • Query the WordPress database for pricing table records containing <script>, onerror=, or javascript: patterns in name or HTML fields
  • Deploy web application firewall signatures that flag SQL keywords in query parameters for /wp-admin/admin-ajax.php

Monitoring Recommendations

  • Alert on outbound database errors or unusually long response times for requests targeting admin-ajax.php
  • Monitor WordPress administrator accounts for new privileged users or unexpected role changes that may indicate post-exploitation activity
  • Track plugin file integrity and database table modifications for the Supsystic Pricing Table plugin

How to Mitigate CVE-2020-37243

Immediate Actions Required

  • Disable the Supsystic Pricing Table plugin version 1.8.7 until a patched release is installed
  • Review WordPress user accounts for unauthorized administrators and rotate credentials for all privileged users
  • Audit the database for stored XSS payloads in pricing table records and remove malicious entries

Patch Information

No vendor advisory URL is referenced in the NVD entry. Site operators should consult the Supsystic Official Website for current plugin releases and verify that the installed version is later than 1.8.7. The vulnerable archive is available at the WordPress Plugin ZIP Archive for forensic comparison only.

Workarounds

  • Block requests to admin-ajax.php containing the getListForTbl action at the web application firewall until the plugin is updated or removed
  • Restrict access to the WordPress administration interface by IP allowlist to limit exposure of the stored XSS sinks
  • Replace the plugin with an alternative pricing table solution if vendor patches are unavailable
bash
# Example ModSecurity rule to block SQL syntax in the sidx parameter
SecRule ARGS:sidx "@rx (?i)(union|select|sleep|benchmark|--|/\*)" \
    "id:1003724,phase:2,deny,status:403,msg:'CVE-2020-37243 Supsystic sidx 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 Archive

  • Supsystic Official Website

  • Exploit-DB #49533

  • VulnCheck SQL Injection Advisory
  • Related CVEs
  • CVE-2020-37244: Supsystic Membership 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