The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2021-47928

CVE-2021-47928: Opencart TMD Vendor System SQLi Flaw

CVE-2021-47928 is a blind SQL injection vulnerability in Opencart TMD Vendor System 3.x that enables unauthenticated attackers to extract sensitive database information. This article covers technical details, exploitation methods, and mitigation.

Published: May 18, 2026

CVE-2021-47928 Overview

CVE-2021-47928 is a blind SQL injection vulnerability affecting OpenCart TMD Vendor System 3.x, a multi-vendor marketplace extension for the OpenCart e-commerce platform. The flaw resides in the handling of the product_id parameter exposed through the product route. Unauthenticated attackers can inject SQL payloads using time-based or boolean-based blind techniques. Successful exploitation enables extraction of sensitive records from the oc_user table, including usernames, email addresses, and password reset codes. The weakness is classified as Improper Neutralization of Special Elements used in an SQL Command [CWE-89].

Critical Impact

Unauthenticated attackers can extract administrative credentials and password reset codes from the OpenCart database, enabling full takeover of vendor and administrative accounts.

Affected Products

  • OpenCart TMD Vendor System 3.x
  • OpenCart Multi-Vendor / Multi-Seller Marketplace extension
  • OpenCart deployments installing the TMD Vendor System plugin

Discovery Timeline

  • 2026-05-10 - CVE-2021-47928 published to the National Vulnerability Database
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2021-47928

Vulnerability Analysis

The vulnerability is a blind SQL injection in the TMD Vendor System extension for OpenCart. The product_id parameter, supplied through the product route, is concatenated into a SQL query without parameterization or sufficient sanitization. Because the application does not return verbose database errors or direct query output, attackers must rely on blind extraction techniques. Two practical approaches are viable: time-based injection using functions such as SLEEP() to infer values from response latency, and boolean-based injection using conditional expressions that alter page content. Both techniques allow byte-by-byte extraction of database contents through repeated requests.

Root Cause

The root cause is the absence of prepared statements or parameter binding when constructing SQL queries from the product_id value. The extension trusts user-controlled input as a numeric identifier without enforcing type validation or escaping, allowing SQL syntax to break out of the intended query context [CWE-89].

Attack Vector

Exploitation occurs over the network and requires no authentication or user interaction. An attacker issues crafted HTTP GET requests to the product route, embedding SQL payloads in the product_id parameter. Using conditional logic against tables such as oc_user, the attacker iteratively reconstructs column values including username, email, and code fields used for password resets. Recovered reset codes can be leveraged to seize administrator accounts and pivot to full marketplace compromise. Technical details and a proof-of-concept are documented in the Exploit-DB entry #50493 and the VulnCheck Advisory on SQL Injection.

Detection Methods for CVE-2021-47928

Indicators of Compromise

  • HTTP requests to the OpenCart product route containing SQL keywords such as SELECT, UNION, SLEEP, BENCHMARK, or CASE WHEN within the product_id parameter.
  • Abnormally long response times for requests to product endpoints, indicating time-based blind injection probing.
  • Large volumes of near-identical requests differing only by character or position values, consistent with byte-by-byte extraction.
  • Unexpected reads against the oc_user table in database query logs, particularly involving the code, email, or username columns.

Detection Strategies

  • Inspect web server access logs for non-numeric or encoded payloads supplied to product_id query parameters.
  • Deploy web application firewall rules that flag SQL metacharacters and time-delay functions in product route parameters.
  • Correlate database slow-query logs with web request logs to identify injection-induced latency.

Monitoring Recommendations

  • Enable verbose logging on the OpenCart database connection and alert on queries referencing oc_user originating from product controllers.
  • Monitor for password reset events that follow anomalous query patterns against the user table.
  • Track repeated 200-OK responses to the product route from a single source IP at high frequency.

How to Mitigate CVE-2021-47928

Immediate Actions Required

  • Disable or remove the TMD Vendor System 3.x extension until a vendor-supplied patch is verified and applied.
  • Rotate all OpenCart administrator and vendor passwords and invalidate outstanding password reset codes in the oc_user table.
  • Restrict access to the product route through WAF policies that reject non-integer values for product_id.

Patch Information

No vendor advisory or fixed version has been published in the enriched CVE data. Operators should consult the OpenCart Extensions Homepage and the OpenCart Multi-Vendor Marketplace product page for updated builds, and review the VulnCheck Advisory on SQL Injection for remediation guidance.

Workarounds

  • Enforce strict server-side type validation that rejects any non-integer product_id value before it reaches the database layer.
  • Place the OpenCart storefront behind a web application firewall with rules blocking SQL injection signatures targeting the product route.
  • Apply least-privilege database accounts so the OpenCart application cannot read sensitive columns such as code from oc_user unless required.
  • Audit and remove unused vendor and administrator accounts to reduce the impact of credential extraction.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechOpencart

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.09%

  • 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
  • Exploit-DB #50493

  • OpenCart Extensions Homepage

  • OpenCart Multi-Vendor Marketplace

  • VulnCheck Advisory on SQL Injection
  • Related CVEs
  • CVE-2025-0579: OpenCart Shiprocket Module SQLi Vulnerability

  • CVE-2025-1116: Dreamvention Live AJAX Search SQLi Flaw

  • CVE-2024-58341: OpenCart Core SQL Injection Vulnerability

  • CVE-2021-47923: OpenCart Session Fixation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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