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
    • 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-32016

CVE-2025-32016: Microsoft Identity Web Info Disclosure

CVE-2025-32016 is an information disclosure vulnerability in Microsoft Identity Web affecting confidential client applications. Sensitive data may be exposed in service logs. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-32016 Overview

CVE-2025-32016 is an Information Disclosure vulnerability affecting Microsoft Identity Web, a library containing reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identity platform (formerly Azure AD v2.0 endpoint) and Azure AD B2C. This vulnerability impacts confidential client applications, including daemons, web apps, and web APIs.

Under specific circumstances, sensitive information such as client secrets or certificate details may be exposed in the service logs of these applications. Service logs are intended to be handled securely, but this vulnerability causes credential descriptions containing local file paths with passwords, Base64 encoded values, or client secrets to be logged at the information level. Additionally, logs of services using Base64 encoded certificates or certificate paths with password credential descriptions are also affected if the certificates are invalid or expired, regardless of the log level.

Critical Impact

Sensitive authentication credentials including client secrets and certificate details may be exposed in application service logs, potentially allowing attackers with log access to harvest authentication material.

Affected Products

  • Microsoft.Identity.Web (versions prior to 3.8.2)
  • Microsoft.Identity.Abstractions (versions prior to 9.0.0)
  • ASP.NET Core applications using Microsoft Identity Web for Azure AD/B2C integration

Discovery Timeline

  • 2025-04-09 - CVE-2025-32016 published to NVD
  • 2025-04-09 - Last updated in NVD database

Technical Details for CVE-2025-32016

Vulnerability Analysis

This vulnerability is classified as CWE-532 (Insertion of Sensitive Information into Log File). The issue occurs when confidential client applications integrated with Microsoft Identity Web inadvertently log sensitive authentication material to service logs.

The exposure affects multiple credential types and logging scenarios. When services generate logs at the information level, credential descriptions containing local file paths with embedded passwords, Base64 encoded secret values, or plain client secrets may be written to log output. Furthermore, applications utilizing Base64 encoded certificates or certificate paths that include password credential descriptions are vulnerable if those certificates are invalid or expired—this logging occurs regardless of the configured log level.

While Microsoft notes that expired or invalid certificates are not directly usable, the exposure of credential patterns, file paths, and Base64 encoded values in logs presents a significant risk if those logs are accessed by unauthorized parties or stored insecurely. Attackers with access to log files could potentially extract sensitive authentication material or use the disclosed information to understand the authentication architecture of the target application.

Root Cause

The root cause stems from insufficient sanitization of credential information before logging operations. The Microsoft Identity Web library fails to properly redact or mask sensitive credential details when constructing log messages, particularly for:

  1. Credential descriptions that include file system paths containing embedded passwords
  2. Base64 encoded certificate or secret values
  3. Client secret values in certain logging contexts
  4. Certificate credential descriptions when certificate validation fails

Attack Vector

This is a local attack vector vulnerability requiring the attacker to have access to the service logs generated by affected applications. The attack scenario involves:

  1. An attacker gains access to application log files through misconfigured log storage, compromised log aggregation services, or insider access
  2. The attacker searches log entries for credential patterns, Base64 encoded values, or file paths containing authentication information
  3. Extracted credential material may be used to authenticate as the compromised service or to understand the application's authentication infrastructure

The vulnerability does not require user interaction and can be exploited by attackers with low privileges who have read access to the affected log files. While the attack complexity is high due to the specific conditions required for credential exposure, successful exploitation results in high confidentiality impact.

Detection Methods for CVE-2025-32016

Indicators of Compromise

  • Unexpected access to application log files or log storage locations
  • Log queries searching for Base64 encoded patterns or credential-related keywords
  • Unauthorized authentication attempts using service principal credentials
  • Evidence of log file exfiltration from application servers or log aggregation systems

Detection Strategies

  • Audit and monitor access to application log files and log storage systems
  • Implement alerting for bulk log file downloads or unusual log query patterns
  • Review authentication logs for service principals to detect unauthorized usage of potentially exposed credentials
  • Scan existing log files for exposed credential patterns to assess potential impact

Monitoring Recommendations

  • Enable monitoring on log storage locations (file systems, Azure Log Analytics, SIEM systems) for unusual access patterns
  • Implement file integrity monitoring on log directories to detect unauthorized access
  • Configure alerts for failed authentication attempts using service principal identities
  • Monitor for reconnaissance activities targeting logging infrastructure or log aggregation endpoints

How to Mitigate CVE-2025-32016

Immediate Actions Required

  • Update Microsoft.Identity.Web to version 3.8.2 or later immediately
  • Update Microsoft.Identity.Abstractions to version 9.0.0 or later
  • Review and rotate any credentials that may have been exposed in historical log files
  • Audit log files for exposed credential material and securely purge affected entries
  • Restrict access to application logs following principle of least privilege

Patch Information

Microsoft has released patches to address this vulnerability. Update to the following versions to mitigate the issue:

  • Microsoft.Identity.Web: Version 3.8.2 or later
  • Microsoft.Identity.Abstractions: Version 9.0.0 or later

These updates can be obtained through NuGet package management. For additional details, refer to the GitHub Security Advisory GHSA-rpq8-q44m-2rpg.

Workarounds

  • Reduce logging verbosity to minimize information-level log generation until patches can be applied
  • Implement log filtering to redact or mask potentially sensitive credential patterns before log storage
  • Ensure log files are stored with appropriate access controls and encryption
  • Consider using managed identities instead of client secrets where possible to reduce credential exposure risk
bash
# Update Microsoft.Identity.Web via .NET CLI
dotnet add package Microsoft.Identity.Web --version 3.8.2

# Update Microsoft.Identity.Abstractions via .NET CLI
dotnet add package Microsoft.Identity.Abstractions --version 9.0.0

# Verify installed package versions
dotnet list package | grep -i "Microsoft.Identity"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Identity Web

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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