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
    • 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-2026-32137

CVE-2026-32137: Dataease SQL Injection Vulnerability

CVE-2026-32137 is a SQL injection vulnerability in Dataease, an open source data visualization tool. Attackers can execute malicious SQL by exploiting the unfiltered table parameter. Learn about affected versions and mitigation.

Published: March 13, 2026

CVE-2026-32137 Overview

CVE-2026-32137 is a critical SQL Injection vulnerability affecting Dataease, an open source data visualization analysis tool. Prior to version 2.10.20, the table parameter for the /de2api/datasource/previewData endpoint is directly concatenated into SQL statements without any filtering or parameterization. Since tableName is a user-controllable string, attackers can inject malicious SQL statements by constructing malicious table names, potentially leading to unauthorized data access or manipulation.

Critical Impact

Unauthenticated attackers can execute arbitrary SQL queries through the vulnerable endpoint, potentially compromising data confidentiality and integrity across the entire database.

Affected Products

  • Dataease versions prior to 2.10.20

Discovery Timeline

  • 2026-03-12 - CVE CVE-2026-32137 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-32137

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists in Dataease's data preview functionality. The vulnerable endpoint /de2api/datasource/previewData accepts a table parameter that is directly incorporated into SQL queries without proper sanitization. This allows attackers to break out of the intended SQL context and inject arbitrary SQL commands. The vulnerability can be exploited remotely over the network without authentication, making it accessible to any attacker who can reach the affected endpoint.

Root Cause

The root cause of this vulnerability is improper neutralization of special elements used in SQL commands. The application developers failed to implement parameterized queries or prepared statements when handling the user-supplied tableName value. Instead of treating the table name as data, the application treats it as trusted SQL code, allowing attackers to manipulate the query structure.

Attack Vector

The attack vector is network-based, requiring no user interaction or authentication. An attacker can craft malicious HTTP requests to the /de2api/datasource/previewData endpoint with a specially constructed table parameter containing SQL injection payloads. By manipulating the table name value, attackers can:

  • Extract sensitive data from the database using UNION-based or time-based blind SQL injection techniques
  • Modify or delete database records
  • Potentially execute operating system commands depending on database configuration and privileges

The vulnerability mechanism involves direct string concatenation of user input into SQL statements. When a malicious table name such as users; DROP TABLE sensitive_data; -- is provided, the application constructs and executes the attacker-controlled SQL without validation. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-32137

Indicators of Compromise

  • Unusual or malformed requests to /de2api/datasource/previewData endpoint containing SQL keywords or special characters
  • Database query logs showing unexpected SQL syntax, UNION statements, or time-delay functions in table name contexts
  • Error messages in application logs indicating SQL syntax errors from the datasource preview functionality
  • Unexpected database access patterns or data exfiltration attempts

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection patterns targeting the /de2api/datasource/previewData endpoint
  • Implement anomaly detection for requests containing SQL keywords like UNION, SELECT, DROP, or comment sequences (--, /**/) in the table parameter
  • Review database audit logs for queries with unusual table names or syntax patterns
  • Deploy application-layer intrusion detection rules specifically targeting Dataease API endpoints

Monitoring Recommendations

  • Enable verbose logging on the Dataease application to capture all requests to datasource-related endpoints
  • Configure database auditing to log all queries executed by the Dataease application service account
  • Set up alerts for error rates spikes on the vulnerable endpoint that may indicate exploitation attempts
  • Monitor for unauthorized data access or export activities following potential exploitation

How to Mitigate CVE-2026-32137

Immediate Actions Required

  • Upgrade Dataease to version 2.10.20 or later immediately
  • Implement web application firewall rules to block SQL injection attempts targeting the /de2api/datasource/previewData endpoint
  • Restrict network access to Dataease instances to trusted IP ranges only
  • Review database access logs for signs of prior exploitation

Patch Information

The vulnerability has been fixed in Dataease version 2.10.20. Organizations should prioritize upgrading to this version or later. For additional details on the fix and vulnerability, refer to the GitHub Security Advisory (GHSA-vgm2-269h-8624).

Workarounds

  • Deploy a web application firewall (WAF) with SQL injection detection rules in front of Dataease instances
  • Implement network-level access controls to limit exposure of the /de2api/datasource/previewData endpoint
  • Apply principle of least privilege to the database account used by Dataease to limit potential impact
  • Consider temporarily disabling the data preview functionality if the feature is not critical to operations
bash
# Example: Block access to vulnerable endpoint using nginx until patched
location /de2api/datasource/previewData {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechDataease

  • SeverityCRITICAL

  • CVSS Score9.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-5417: Dataease SQLbot SSRF Vulnerability

  • CVE-2026-32939: DataEase Authentication Bypass Vulnerability

  • CVE-2026-32139: DataEase SVG Upload XSS Vulnerability

  • CVE-2026-32140: Dataease JDBC Driver RCE Vulnerability
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