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
    • 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-2025-49002

CVE-2025-49002: DataEase Auth Bypass Vulnerability

CVE-2025-49002 is an authentication bypass flaw in DataEase that exploits case insensitivity to circumvent security patches. This vulnerability affects versions before 2.10.10. Learn about technical details and mitigations.

Updated: January 22, 2026

CVE-2025-49002 Overview

CVE-2025-49002 is an authentication bypass vulnerability in DataEase, an open source business intelligence and data visualization tool. This vulnerability exists due to a flaw in the patch for CVE-2025-32966, which can be bypassed through case insensitivity. The original patch prohibits INIT and RUNSCRIPT keywords, but fails to account for case variations, allowing attackers to circumvent the security controls.

Critical Impact

Attackers can bypass security patch protections through case-insensitive variations of prohibited keywords, potentially leading to unauthorized access or code execution in DataEase deployments.

Affected Products

  • DataEase versions prior to 2.10.10
  • DataEase deployments with the incomplete CVE-2025-32966 patch applied

Discovery Timeline

  • 2025-06-03 - CVE-2025-49002 published to NVD
  • 2025-06-05 - Last updated in NVD database

Technical Details for CVE-2025-49002

Vulnerability Analysis

This vulnerability represents a classic authentication bypass through case insensitivity (CWE-290). The original security patch for CVE-2025-32966 implemented a blocklist approach to prevent dangerous database commands by filtering the keywords INIT and RUNSCRIPT. However, the filtering mechanism performs case-sensitive string comparisons, creating a trivial bypass opportunity.

When the patch logic checks input against the blocklist, it only matches exact case representations. This allows attackers to use alternative casings such as init, Init, iNiT, runscript, Runscript, or any combination of upper and lowercase characters to evade detection while the underlying database engine interprets these commands identically regardless of case.

Root Cause

The root cause stems from an incomplete security patch implementation. The filtering mechanism uses case-sensitive string matching against a hardcoded blocklist containing only uppercase versions of dangerous keywords (INIT and RUNSCRIPT). Database systems typically process SQL commands in a case-insensitive manner, creating a semantic gap between the security filter and the actual command interpretation.

Attack Vector

This vulnerability is exploitable over the network without requiring any authentication or user interaction, though the attack complexity is considered high. An attacker would craft malicious requests containing the prohibited keywords in alternate case formats to bypass the patch for CVE-2025-32966 and exploit the original vulnerability.

The attack would typically involve:

  1. Identifying a DataEase instance with the incomplete patch applied
  2. Crafting requests using case variations of INIT or RUNSCRIPT commands
  3. Submitting these requests to bypass the security filter
  4. Exploiting the underlying vulnerability that CVE-2025-32966 originally addressed

For detailed technical information about this vulnerability, refer to the GitHub Security Advisory GHSA-999m-jv2p-5h34 and the related advisory GHSA-h7hj-4j78-cvc7.

Detection Methods for CVE-2025-49002

Indicators of Compromise

  • Unusual database queries containing case variations of INIT or RUNSCRIPT keywords (e.g., init, Init, iNiT, runscript, RunScript)
  • Log entries showing attempted SQL injection patterns with mixed-case database commands
  • Unexpected database script execution or initialization events in DataEase logs

Detection Strategies

  • Implement case-insensitive monitoring for SQL keywords INIT and RUNSCRIPT in application logs
  • Deploy web application firewall (WAF) rules that normalize input to detect bypass attempts regardless of character casing
  • Monitor DataEase access logs for anomalous query patterns or requests from unusual source IPs

Monitoring Recommendations

  • Enable verbose logging in DataEase to capture all database query attempts
  • Configure SIEM alerts for any occurrence of database initialization or script execution commands with case variations
  • Regularly audit DataEase version information to ensure patched versions are deployed

How to Mitigate CVE-2025-49002

Immediate Actions Required

  • Upgrade DataEase to version 2.10.10 or later immediately
  • Audit logs for any exploitation attempts involving case variations of INIT or RUNSCRIPT
  • Review any potentially compromised data or configurations if exploitation is suspected
  • Isolate vulnerable DataEase instances from untrusted network segments until patching is complete

Patch Information

The vulnerability has been fixed in DataEase version 2.10.10. Organizations should upgrade to this version or later to receive the corrected patch that properly handles case-insensitive keyword filtering. The security advisory is available at the GitHub Security Advisory GHSA-999m-jv2p-5h34.

Workarounds

  • No known workarounds are available according to the vendor advisory
  • As a temporary measure, consider restricting network access to DataEase instances until patching is possible
  • Implement additional WAF rules to block requests containing any case variation of dangerous SQL keywords

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDataease

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-290

  • NVD-CWE-Other
  • Technical References
  • GitHub Security Advisory GHSA-999m-jv2p-5h34

  • GitHub Security Advisory GHSA-h7hj-4j78-cvc7
  • Related CVEs
  • CVE-2026-32939: DataEase Authentication Bypass Vulnerability

  • CVE-2026-23958: DataEase Auth Bypass Vulnerability

  • CVE-2025-53005: DataEase Auth Bypass Vulnerability

  • CVE-2025-53004: DataEase Auth Bypass 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