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

CVE-2025-47369: Information Disclosure Vulnerability

CVE-2025-47369 is an information disclosure vulnerability where weak hashed session IDs are exposed through IOCTL calls, potentially allowing attackers to compromise user sessions. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-47369 Overview

CVE-2025-47369 is an information disclosure vulnerability that occurs when a weak hashed value is returned to userland code in response to an IOCTL call to obtain a session ID. This weakness (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor) allows local attackers with low privileges to potentially recover sensitive session information due to the use of an inadequate hashing algorithm.

Critical Impact

Local attackers may be able to predict or reverse-engineer session IDs, potentially leading to session hijacking or unauthorized access to protected resources.

Affected Products

  • Qualcomm components (refer to the Qualcomm January 2026 Security Bulletin for specific product details)

Discovery Timeline

  • 2026-01-07 - CVE-2025-47369 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-47369

Vulnerability Analysis

This information disclosure vulnerability affects the session ID generation mechanism in Qualcomm device drivers. When userland applications make IOCTL (Input/Output Control) calls to request a session identifier, the driver returns a hashed value that is cryptographically weak. The vulnerability allows a local attacker with low privileges to potentially extract sensitive session information without requiring any user interaction.

The attack surface is limited to local access, meaning an attacker would need to have already established some level of access to the affected system. However, the confidentiality impact is significant as successful exploitation could expose session data that should remain protected.

Root Cause

The underlying issue stems from the implementation of an insufficiently strong hashing algorithm when generating session IDs. When the driver processes IOCTL requests for session identifiers, it applies a hash function that does not provide adequate cryptographic strength, making the resulting session IDs predictable or reversible through computational analysis.

Attack Vector

The attack requires local access to the affected system. An attacker with low-privilege user permissions can interact with the vulnerable driver through standard IOCTL system calls. By capturing the returned weak hash values, the attacker can potentially:

  1. Perform offline analysis to reverse the weak hash
  2. Predict valid session identifiers for other sessions
  3. Leverage recovered session information for further attacks

The vulnerability manifests when userland applications invoke the IOCTL interface to obtain session identifiers. Due to the weak hashing implementation, the returned values do not adequately protect the underlying session data. For detailed technical specifications, refer to the Qualcomm January 2026 Security Bulletin.

Detection Methods for CVE-2025-47369

Indicators of Compromise

  • Unusual frequency of IOCTL calls targeting session ID retrieval from userland processes
  • Unexpected processes or applications querying the affected driver interfaces
  • Anomalous access patterns to session-related driver functionality
  • Evidence of brute-force or pattern analysis attempts against session identifiers

Detection Strategies

  • Monitor IOCTL call patterns to identify abnormal session ID request frequencies
  • Implement audit logging for driver interactions, particularly those involving session management
  • Deploy endpoint detection solutions capable of monitoring driver-level activity
  • Review system logs for unauthorized or suspicious processes accessing driver interfaces

Monitoring Recommendations

  • Enable enhanced logging for device driver interactions on systems with Qualcomm components
  • Implement behavioral analysis to detect unusual session ID retrieval patterns
  • Monitor for known exploitation techniques targeting IOCTL-based information disclosure
  • Correlate session-related events across systems to identify potential coordinated attacks

How to Mitigate CVE-2025-47369

Immediate Actions Required

  • Review the Qualcomm January 2026 Security Bulletin for patch availability
  • Inventory all systems with affected Qualcomm components
  • Prioritize patching based on system exposure and criticality
  • Implement additional access controls to limit IOCTL interface access where possible

Patch Information

Qualcomm has addressed this vulnerability in their January 2026 security bulletin. Organizations should consult the Qualcomm January 2026 Security Bulletin for specific patch details, firmware updates, and affected product versions. Work with device manufacturers and OEMs to obtain updated firmware that incorporates the security fix.

Workarounds

  • Restrict local user access to systems containing affected Qualcomm components
  • Implement application whitelisting to control which processes can interact with vulnerable driver interfaces
  • Apply the principle of least privilege to minimize the number of users with local system access
  • Consider network segmentation to limit the impact of potential session information exposure
bash
# Example: Audit IOCTL calls on Linux systems (adjust for specific driver)
# Monitor for suspicious driver interactions
auditctl -w /dev/<qualcomm_driver> -p rwa -k qualcomm_ioctl_monitor

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Qualcomm January 2026 Security Bulletin
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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