Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-40623

CVE-2025-40623: Tcman Gim SQLi Vulnerability

CVE-2025-40623 is an SQL injection vulnerability in Tcman Gim v11 affecting the createNotificationAndroid endpoint. Attackers can exploit Sender and email parameters to access or modify database data.

Published: March 18, 2026

CVE-2025-40623 Overview

CVE-2025-40623 is a critical SQL injection vulnerability affecting TCMAN's GIM (version 11). This vulnerability allows an unauthenticated attacker to inject malicious SQL statements to obtain, update, and delete all information in the database. The vulnerability exists in the Sender and email parameters of the createNotificationAndroid endpoint, enabling complete database compromise without requiring any authentication.

Critical Impact

Unauthenticated attackers can achieve full database access including data extraction, modification, and deletion through the vulnerable createNotificationAndroid endpoint.

Affected Products

  • TCMAN GIM version 11.0
  • TCMAN GIM v11 (all builds)

Discovery Timeline

  • 2025-05-06 - CVE-2025-40623 published to NVD
  • 2025-05-13 - Last updated in NVD database

Technical Details for CVE-2025-40623

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) exists in TCMAN's GIM v11 application, specifically within the createNotificationAndroid endpoint. The vulnerability allows unauthenticated remote attackers to manipulate database queries by injecting malicious SQL code through improperly sanitized input parameters. Because no authentication is required to exploit this flaw, attackers can directly interact with the backend database to read sensitive information, modify existing records, or completely delete database contents.

The attack surface is network-accessible, meaning any attacker with network access to the GIM application can exploit this vulnerability. The lack of input validation on the Sender and email parameters creates a direct path for SQL injection attacks that bypass all authentication controls.

Root Cause

The root cause of CVE-2025-40623 is improper input validation and insufficient sanitization of user-supplied data in the createNotificationAndroid endpoint. The Sender and email parameters are concatenated directly into SQL queries without proper parameterization or escaping, allowing attackers to break out of the intended query context and execute arbitrary SQL commands. This classic SQL injection pattern indicates that prepared statements or parameterized queries were not implemented for handling user input in the vulnerable code path.

Attack Vector

The attack is executed remotely over the network by sending specially crafted HTTP requests to the createNotificationAndroid endpoint. An attacker constructs malicious payloads within the Sender or email parameters that modify the SQL query logic executed by the backend database. Since no authentication is required, the attacker can directly target the endpoint without first obtaining credentials.

A typical exploitation scenario involves manipulating the parameter values to include SQL syntax that terminates the original query and appends attacker-controlled commands. Techniques such as UNION-based injection can extract data from other tables, while stacked queries (if supported by the database) could allow data modification or deletion operations.

The vulnerability mechanism involves sending malicious input through the Sender or email parameters to the createNotificationAndroid endpoint. The backend fails to sanitize this input before incorporating it into SQL queries, allowing attackers to manipulate query logic. For detailed technical information, refer to the INCIBE Security Advisory.

Detection Methods for CVE-2025-40623

Indicators of Compromise

  • Unusual or malformed requests to the createNotificationAndroid endpoint containing SQL syntax characters such as single quotes, semicolons, or SQL keywords
  • Database query logs showing unexpected UNION SELECT statements or attempts to access system tables
  • Anomalous database activity including bulk data extraction, unauthorized modifications, or deletion operations
  • Web application logs revealing repeated requests to the vulnerable endpoint with varying payload structures

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns targeting the Sender and email parameters
  • Deploy database activity monitoring to alert on unusual query patterns, particularly those involving UNION operations or access to sensitive system tables
  • Configure intrusion detection systems (IDS) to flag HTTP requests containing SQL injection payloads directed at the createNotificationAndroid endpoint
  • Enable detailed logging on the GIM application to capture all requests to the vulnerable endpoint for forensic analysis

Monitoring Recommendations

  • Monitor all inbound HTTP traffic to the createNotificationAndroid endpoint for suspicious parameter values
  • Implement real-time alerting on database queries that deviate from expected patterns or access unauthorized tables
  • Regularly review web server and application logs for evidence of reconnaissance or exploitation attempts
  • Establish baseline metrics for normal API usage patterns to identify anomalous activity

How to Mitigate CVE-2025-40623

Immediate Actions Required

  • Restrict network access to the createNotificationAndroid endpoint using firewall rules or network segmentation until a patch is applied
  • Implement input validation and WAF rules to block SQL injection attempts targeting the Sender and email parameters
  • Review database permissions to ensure the application account has minimal required privileges, limiting potential damage from exploitation
  • Audit database logs for any evidence of prior exploitation and assess data integrity

Patch Information

Organizations should consult the INCIBE Security Advisory for the latest information regarding patches and updates from TCMAN. Contact the vendor directly for guidance on obtaining and applying security fixes for GIM v11.

Workarounds

  • Deploy a Web Application Firewall (WAF) configured to detect and block SQL injection patterns in requests to the vulnerable endpoint
  • Implement network-level access controls to restrict which hosts can reach the createNotificationAndroid endpoint
  • If feasible, disable or remove the createNotificationAndroid functionality until a vendor patch is available
  • Apply input validation at the application layer to reject requests containing SQL metacharacters in the Sender and email parameters
bash
# Example WAF rule concept for blocking SQL injection on vulnerable parameters
# Adjust syntax based on your specific WAF platform
# Block requests to createNotificationAndroid containing SQL injection patterns
SecRule ARGS:Sender|ARGS:email "@detectSQLi" \
    "id:1001,phase:2,deny,status:403,msg:'SQL Injection attempt blocked on GIM endpoint'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTcman

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • Incibe Security Notice on Vulnerabilities
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal 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