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-2025-41013

CVE-2025-41013: Tcman Gim SQL Injection Vulnerability

CVE-2025-41013 is a SQL injection vulnerability in Tcman Gim v11 that allows attackers to manipulate databases via the idmant parameter. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-41013 Overview

CVE-2025-41013 is a SQL Injection vulnerability affecting TCMAN GIM v11 in version 20250304. This vulnerability allows an authenticated attacker to manipulate database queries by injecting malicious SQL code through the idmant parameter in the /PC/frmEPIS.aspx endpoint. Successful exploitation enables attackers to retrieve, create, update, and delete database contents, potentially leading to complete compromise of the underlying data store.

With a CVSS 4.0 score of 8.7 (HIGH severity), this vulnerability presents significant risk to organizations using the affected product. The network-accessible attack vector combined with no complex prerequisites makes this an attractive target for threat actors.

Critical Impact

Attackers can perform full database manipulation including data exfiltration, modification, and deletion through the vulnerable idmant parameter, potentially compromising sensitive organizational data and system integrity.

Affected Products

  • TCMAN GIM v11 version 20250304
  • TCMAN GIM (versions prior to security patch)

Discovery Timeline

  • 2025-12-02 - CVE-2025-41013 published to NVD
  • 2025-12-03 - Last updated in NVD database

Technical Details for CVE-2025-41013

Vulnerability Analysis

This vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw exists in the /PC/frmEPIS.aspx endpoint of the TCMAN GIM application, specifically in how the idmant GET parameter is processed.

The vulnerability carries the following CVSS 4.0 characteristics:

  • Attack Vector: Network (AV:N)
  • Attack Complexity: Low (AC:L)
  • Privileges Required: Low (PR:L)
  • User Interaction: None (UI:N)
  • Impact: High confidentiality (VC:H), High integrity (VI:H), High availability (VA:H)

The EPSS (Exploit Prediction Scoring System) indicates a probability of 0.034% with a percentile rank of 9.508, suggesting relatively low likelihood of exploitation in the wild at present, though this should not diminish the urgency of remediation given the potential impact.

Root Cause

The root cause of CVE-2025-41013 is insufficient input validation and sanitization of user-supplied data in the idmant parameter. The application fails to properly escape or parameterize SQL queries when processing this input, allowing attackers to inject arbitrary SQL commands that are executed against the backend database.

The vulnerable endpoint /PC/frmEPIS.aspx accepts GET requests where the idmant parameter value is directly concatenated into SQL queries without adequate sanitization, creating a classic SQL injection attack surface.

Attack Vector

The attack vector for this vulnerability is network-based, requiring only low-level privileges to exploit. An attacker can craft malicious GET requests targeting the vulnerable endpoint with SQL injection payloads embedded in the idmant parameter.

The vulnerability allows attackers to perform the following database operations:

  • Retrieve sensitive data from the database through UNION-based or error-based SQL injection techniques
  • Create new records or database objects
  • Update existing data to manipulate application state or escalate privileges
  • Delete critical data, potentially causing denial of service or data loss

The attack can be executed remotely over the network without requiring any user interaction, making it particularly dangerous in internet-facing deployments.

Detection Methods for CVE-2025-41013

Indicators of Compromise

  • Unusual GET requests to /PC/frmEPIS.aspx containing SQL syntax in the idmant parameter
  • Database error messages in application logs indicating malformed SQL queries
  • Unexpected database modifications or data exfiltration patterns
  • Web server access logs showing suspicious parameter values with SQL keywords (SELECT, UNION, INSERT, UPDATE, DELETE, DROP)
  • Anomalous database query patterns or execution times

Detection Strategies

Organizations should implement the following detection strategies:

  1. Web Application Firewall (WAF) Rules: Deploy WAF rules to detect and block SQL injection attempts targeting the idmant parameter and the /PC/frmEPIS.aspx endpoint.

  2. Log Analysis: Monitor web server access logs for requests containing SQL injection patterns such as single quotes, double dashes, UNION statements, or other SQL keywords in URL parameters.

  3. Database Activity Monitoring: Implement database query logging and monitoring to detect unusual query patterns, especially those originating from the web application tier.

  4. Intrusion Detection Systems: Configure IDS/IPS signatures to identify SQL injection attack patterns in network traffic targeting TCMAN GIM applications.

Monitoring Recommendations

Security teams should establish continuous monitoring for:

  • All HTTP traffic to TCMAN GIM installations, particularly requests to /PC/frmEPIS.aspx
  • Database transaction logs for unauthorized data access or modifications
  • Application error logs for SQL-related exceptions
  • Network traffic analysis for data exfiltration patterns following potential exploitation
  • SentinelOne Singularity Platform provides behavioral AI detection capabilities that can identify post-exploitation activities and lateral movement attempts following database compromise

How to Mitigate CVE-2025-41013

Immediate Actions Required

  • Contact TCMAN vendor for security patches addressing CVE-2025-41013
  • Implement Web Application Firewall (WAF) rules to filter SQL injection attempts targeting the idmant parameter
  • Restrict network access to TCMAN GIM instances to trusted IP ranges only
  • Review database access logs for signs of prior exploitation
  • Implement input validation at the network perimeter level as a temporary control
  • Consider taking affected systems offline if exposure to untrusted networks cannot be mitigated

Patch Information

Organizations should consult the INCIBE-CERT advisory for official guidance on available patches and remediation steps. The advisory is available at: https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-tcman-gim-2

Contact TCMAN directly for information regarding updated versions that address this SQL injection vulnerability. Ensure that any patches are tested in a non-production environment before deployment to production systems.

Workarounds

If immediate patching is not possible, organizations should implement the following compensating controls:

  1. Network Segmentation: Isolate TCMAN GIM systems from untrusted networks and limit access to authorized personnel only.

  2. Web Application Firewall: Deploy a WAF with SQL injection detection rules specifically targeting the vulnerable endpoint.

  3. Input Filtering: Implement reverse proxy rules to sanitize or reject requests containing SQL keywords in the idmant parameter.

  4. Database Permissions: Apply the principle of least privilege to the database account used by the application, restricting its ability to perform destructive operations.

  5. Enhanced Monitoring: Increase logging verbosity and implement real-time alerting for suspicious activity patterns.

bash
# Example WAF rule (ModSecurity) to block SQL injection attempts
SecRule ARGS:idmant "@detectSQLi" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'SQL Injection attempt detected in idmant parameter',\
    log,\
    auditlog"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTcman Gim

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
  • Third Party Advisory
  • Related CVEs
  • CVE-2025-40665: Tcman Gim SQLi Vulnerability

  • CVE-2025-40666: Tcman Gim SQLi Vulnerability

  • CVE-2025-40624: Tcman GIM SQLi Vulnerability

  • CVE-2025-40622: Tcman GIM SQLi Vulnerability Explained
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