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

CVE-2025-41015: Tcman Gim Information Disclosure Flaw

CVE-2025-41015 is an information disclosure vulnerability in Tcman Gim v11 that enables user enumeration attacks. Unauthenticated attackers can determine if users exist on the system. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-41015 Overview

CVE-2025-41015 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. The vulnerability is exploitable through the pda:username parameter with soapaction GetUserQuestionAndAnswer in the /WS/PDAWebService.asmx endpoint. With a CVSS 4.0 score of 6.9 (Medium severity), this information disclosure flaw can serve as a reconnaissance step for more targeted attacks against valid user accounts.

Critical Impact

Unauthenticated attackers can enumerate valid usernames through the SOAP web service, enabling targeted credential attacks such as password spraying or phishing campaigns against confirmed user accounts.

Affected Products

  • TCMAN GIM v11 version 20250304
  • TCMAN GIM (all versions matching cpe:2.3:a:tcman:gim::::::::)

Discovery Timeline

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

Technical Details for CVE-2025-41015

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The TCMAN GIM application exposes a SOAP-based web service at /WS/PDAWebService.asmx that implements a GetUserQuestionAndAnswer method. When an attacker sends requests to this endpoint with different values in the pda:username parameter, the application's response behavior differs based on whether the supplied 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, requiring no local access
  • Attack Complexity (AC:L): Low complexity 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 EPSS score of 0.082% (24th percentile) indicates a relatively low probability of exploitation in the wild, though the vulnerability remains a concern for organizations running affected versions.

Root Cause

The root cause of this vulnerability lies in improper error handling and response differentiation in the GetUserQuestionAndAnswer SOAP action. The application fails to implement consistent response behavior regardless of whether a username exists, allowing attackers to infer user existence based on varying response messages, HTTP status codes, or response timing.

Proper implementation should return identical responses for both valid and invalid usernames to prevent enumeration attacks. The absence of rate limiting on the affected endpoint further exacerbates the issue by allowing automated enumeration of large username lists.

Attack Vector

The attack vector is network-based, targeting the SOAP web service endpoint /WS/PDAWebService.asmx. An attacker can exploit this vulnerability by sending crafted SOAP requests with the GetUserQuestionAndAnswer action and iterating through potential usernames in the pda:username parameter.

The exploitation process involves sending SOAP requests to the vulnerable endpoint and analyzing the responses. When a valid username is supplied, the application returns a different response (potentially including the security question) compared to when an invalid username is provided. This differential response allows attackers to build a list of valid user accounts.

For detailed technical information about this vulnerability, refer to the INCIBE-CERT advisory.

Detection Methods for CVE-2025-41015

Indicators of Compromise

  • High volume of requests to /WS/PDAWebService.asmx from a single source IP
  • Multiple SOAP requests with GetUserQuestionAndAnswer action containing different username values
  • Sequential or dictionary-based username patterns in the pda:username parameter
  • Abnormal access patterns to the PDA web service endpoint outside normal business hours

Detection Strategies

Organizations should implement monitoring for anomalous activity targeting the TCMAN GIM web services. Web Application Firewalls (WAF) can be configured to detect and alert on high-frequency requests to the /WS/PDAWebService.asmx endpoint. SIEM solutions should correlate multiple failed authentication attempts following enumeration activity against discovered usernames.

Network-based detection should focus on identifying patterns consistent with automated scanning tools, including:

  • Rapid succession of SOAP requests to the vulnerable endpoint
  • Requests originating from known malicious IP ranges or anonymization services
  • User-Agent strings associated with scanning tools

Monitoring Recommendations

Implement real-time logging and alerting for all requests to the /WS/PDAWebService.asmx endpoint. Configure threshold-based alerts for request volumes exceeding normal operational patterns. Enable detailed logging of SOAP action parameters to facilitate forensic analysis. Consider implementing honeypot usernames that, when queried, trigger immediate security alerts.

How to Mitigate CVE-2025-41015

Immediate Actions Required

  • Review and apply any available patches or updates from TCMAN for GIM v11
  • Implement rate limiting on the /WS/PDAWebService.asmx endpoint to slow enumeration attempts
  • Deploy Web Application Firewall rules to detect and block automated enumeration requests
  • Restrict access to the PDA web service to authorized IP ranges where possible
  • Enable comprehensive logging on the affected endpoint for security monitoring

Patch Information

Consult the INCIBE-CERT advisory for the latest patch information from TCMAN. Organizations should contact TCMAN directly for updated versions of GIM that address this vulnerability. Until a patch is available, implement the compensating controls described in the workarounds section.

Workarounds

If immediate patching is not possible, organizations should implement compensating controls to reduce the risk of exploitation:

Network-level controls can restrict access to the vulnerable endpoint. Configure your web server or reverse proxy to limit access to /WS/PDAWebService.asmx to only authorized IP addresses or networks. Implement rate limiting to restrict the number of requests per IP address within a defined time window.

Additionally, consider implementing CAPTCHA or similar challenge-response mechanisms for the GetUserQuestionAndAnswer functionality to prevent automated enumeration. Monitor for suspicious activity and be prepared to temporarily disable the affected endpoint if active exploitation is detected.

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