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-41014

CVE-2025-41014: Tcman Gim Information Disclosure Flaw

CVE-2025-41014 is an information disclosure vulnerability in Tcman Gim v11 that enables user enumeration attacks. Unauthenticated attackers can determine valid usernames. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-41014 Overview

CVE-2025-41014 is a User Enumeration vulnerability affecting TCMAN GIM v11 version 20250304. This vulnerability allows an unauthenticated attacker to determine whether a user exists on the system by exploiting the pda:username parameter with soapaction GetLastDatePasswordChange in the /WS/PDAWebService.asmx endpoint. With a CVSS 4.0 score of 6.9 (Medium severity), this vulnerability poses a significant risk as it can be exploited remotely without any authentication requirements.

Critical Impact

Unauthenticated attackers can enumerate valid usernames on TCMAN GIM systems, potentially facilitating subsequent attacks such as brute-force password attacks or targeted phishing campaigns.

Affected Products

  • TCMAN GIM v11 version 20250304
  • cpe:2.3:a:tcman:gim::::::::

Discovery Timeline

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

Technical Details for CVE-2025-41014

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The TCMAN GIM web service exposes a SOAP endpoint at /WS/PDAWebService.asmx that processes the GetLastDatePasswordChange SOAP action. When an attacker supplies different usernames via the pda:username parameter, the application returns distinguishable responses that reveal whether a given username exists in the system.

The CVSS 4.0 vector (CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N) indicates:

  • Attack Vector (AV:N): Network-accessible, allowing remote exploitation
  • Attack Complexity (AC:L): Low complexity, straightforward to exploit
  • Privileges Required (PR:N): No authentication needed
  • User Interaction (UI:N): No user interaction required
  • Confidentiality Impact (VC:L): Low confidentiality impact through information disclosure

The current EPSS (Exploit Prediction Scoring System) score is 0.082% with a percentile ranking of 24.514, indicating a relatively low probability of exploitation in the wild at this time.

Root Cause

The root cause of this vulnerability lies in the improper handling of authentication error responses by the TCMAN GIM web service. The GetLastDatePasswordChange SOAP action fails to provide uniform error responses for both valid and invalid usernames, allowing attackers to differentiate between existing and non-existing user accounts based on the response content or timing.

Attack Vector

The attack vector for CVE-2025-41014 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted SOAP requests to the /WS/PDAWebService.asmx endpoint with the GetLastDatePasswordChange SOAP action. By iterating through a list of potential usernames in the pda:username parameter and analyzing the responses, an attacker can compile a list of valid user accounts on the target system.

The exploitation process involves sending SOAP requests to the vulnerable endpoint and observing the differential responses. When a valid username is submitted, the application returns one type of response (potentially including the last password change date or a specific error message), while invalid usernames trigger a different response pattern. This information disclosure enables attackers to enumerate valid accounts for further attacks. For detailed technical information, refer to the INCIBE-CERT security advisory.

Detection Methods for CVE-2025-41014

Indicators of Compromise

  • Unusual volume of requests to /WS/PDAWebService.asmx endpoint
  • Multiple SOAP requests with GetLastDatePasswordChange action containing different usernames in rapid succession
  • Sequential or patterned username values in pda:username parameter suggesting automated enumeration
  • Requests originating from suspicious IP addresses or geographic locations not associated with legitimate users

Detection Strategies

Organizations should implement robust monitoring for enumeration attempts targeting the TCMAN GIM web service. Web Application Firewalls (WAFs) can be configured to detect and block suspicious patterns of requests to the vulnerable endpoint. SIEM solutions should be configured to alert on:

  1. Rate-based detection: High frequency of requests to /WS/PDAWebService.asmx from a single source
  2. Pattern-based detection: Sequential or dictionary-based username patterns in SOAP requests
  3. Behavioral analysis: Deviation from normal usage patterns for the PDA web service
  4. Response analysis: Monitoring for patterns indicating successful enumeration attempts

Monitoring Recommendations

Deploy endpoint detection and response (EDR) solutions capable of monitoring web service activity. Implement centralized logging for all requests to the TCMAN GIM application, with particular attention to the PDA web service endpoints. Enable detailed logging of SOAP action requests and configure alerts for anomalous access patterns. Consider implementing IP-based rate limiting and geographic access controls for the affected endpoint.

How to Mitigate CVE-2025-41014

Immediate Actions Required

  • Review network access controls to restrict access to /WS/PDAWebService.asmx to authorized IP ranges only
  • Implement rate limiting on the PDA web service endpoint to slow down enumeration attempts
  • Deploy WAF rules to detect and block user enumeration patterns
  • Enable enhanced logging and monitoring for the affected endpoint
  • Conduct an audit of user accounts that may have been exposed to enumeration attacks

Patch Information

Organizations running TCMAN GIM v11 version 20250304 should contact TCMAN directly for patch availability and upgrade guidance. Refer to the INCIBE-CERT advisory for the latest information on security updates and vendor recommendations.

Workarounds

Until a patch is available, organizations should implement compensating controls to reduce the risk of exploitation. Network-level access restrictions should be applied to limit exposure of the vulnerable endpoint. Consider implementing application-level controls such as CAPTCHA or account lockout mechanisms to impede automated enumeration attempts.

bash
# Example: Restrict access to the vulnerable endpoint using firewall rules
# Allow only trusted internal networks to access the PDA web service
iptables -A INPUT -p tcp --dport 443 -d /path/WS/PDAWebService.asmx -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -d /path/WS/PDAWebService.asmx -j DROP

# Example: Web server configuration to add rate limiting (nginx)
location /WS/PDAWebService.asmx {
    limit_req zone=pdaservice burst=5 nodelay;
    # Additional security headers
    add_header X-Content-Type-Options nosniff;
    add_header X-Frame-Options DENY;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTcman Gim

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/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-200
  • Technical References
  • Third Party Advisory
  • Related CVEs
  • CVE-2025-41015: Tcman Gim Information Disclosure Flaw

  • CVE-2025-41013: Tcman Gim SQL Injection Vulnerability

  • CVE-2025-41012: Tcman Gim Auth Bypass Vulnerability

  • CVE-2025-40664: Tcman Gim 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