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

CVE-2025-21385: Microsoft Purview SSRF Vulnerability

CVE-2025-21385 is a Server-Side Request Forgery flaw in Microsoft Purview that enables authorized attackers to disclose sensitive information over a network. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-21385 Overview

CVE-2025-21385 is a Server-Side Request Forgery (SSRF) vulnerability affecting Microsoft Purview, a unified data governance solution. This vulnerability allows an authorized attacker to leverage SSRF techniques to disclose sensitive information over a network. SSRF vulnerabilities enable attackers to abuse server functionality to access or modify resources, making internal services and data accessible that would otherwise be protected.

Critical Impact

An authenticated attacker can exploit this SSRF vulnerability to access internal network resources and disclose sensitive information from Microsoft Purview deployments.

Affected Products

  • Microsoft Purview

Discovery Timeline

  • 2025-01-09 - CVE CVE-2025-21385 published to NVD
  • 2025-02-05 - Last updated in NVD database

Technical Details for CVE-2025-21385

Vulnerability Analysis

This SSRF vulnerability in Microsoft Purview represents a significant security concern for organizations using this data governance platform. Server-Side Request Forgery occurs when an application can be tricked into making HTTP requests to an arbitrary destination, typically controlled by the attacker. In this case, an authenticated user with access to Microsoft Purview can craft malicious requests that cause the server to make unintended outbound connections.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which describes flaws where web servers can be manipulated to access resources on behalf of the attacker. The attack requires network access and low privileges, but once exploited, can result in high confidentiality impact through unauthorized information disclosure.

Root Cause

The root cause of CVE-2025-21385 stems from improper validation of user-supplied URLs or network resource references within Microsoft Purview. When the application processes requests that include external resource references, insufficient input validation allows an attacker to redirect these requests to internal endpoints or unintended external destinations. This lack of proper URL validation and request filtering enables the SSRF attack vector.

Attack Vector

The attack leverages network-accessible endpoints in Microsoft Purview where authenticated users can submit requests containing URL parameters or resource references. An attacker with valid credentials can manipulate these parameters to:

  1. Access internal network services not exposed to the internet
  2. Query cloud metadata services to obtain credentials or configuration data
  3. Probe internal network infrastructure for reconnaissance
  4. Exfiltrate sensitive data from internal resources

The vulnerability requires low privileges and no user interaction, making it relatively straightforward to exploit once an attacker has authenticated access to the Microsoft Purview environment.

Detection Methods for CVE-2025-21385

Indicators of Compromise

  • Unusual outbound requests from Microsoft Purview servers to internal IP ranges (e.g., 169.254.169.254 for cloud metadata, 127.0.0.1, or RFC 1918 addresses)
  • Unexpected network connections to internal services from the Purview application tier
  • Authentication logs showing unusual access patterns from users exploiting the vulnerability
  • Anomalous data access or query patterns targeting sensitive internal resources

Detection Strategies

  • Monitor Microsoft Purview audit logs for suspicious URL parameters or resource references in user requests
  • Implement network-level monitoring for outbound connections from Purview servers to internal or metadata endpoints
  • Deploy web application firewall (WAF) rules to detect and block common SSRF patterns in request parameters
  • Configure SIEM alerts for unusual outbound network activity originating from Purview infrastructure

Monitoring Recommendations

  • Enable enhanced logging for all Microsoft Purview network activity and API calls
  • Implement network segmentation monitoring to detect lateral movement attempts
  • Configure cloud security posture management tools to alert on metadata service access from unexpected sources
  • Review Microsoft Purview access logs regularly for anomalous user behavior or privilege abuse

How to Mitigate CVE-2025-21385

Immediate Actions Required

  • Review the Microsoft CVE-2025-21385 Advisory for the latest remediation guidance
  • Audit Microsoft Purview user accounts and remove unnecessary access privileges
  • Implement network segmentation to limit the impact of potential SSRF exploitation
  • Enable enhanced logging and monitoring for Microsoft Purview deployments

Patch Information

Microsoft has released security updates to address CVE-2025-21385. Organizations using Microsoft Purview should consult the Microsoft Security Response Center advisory for specific patch details and apply the recommended updates immediately. As Microsoft Purview is a cloud-based service, some updates may be applied automatically by Microsoft, but administrators should verify their deployment is current.

Workarounds

  • Implement strict network egress filtering to prevent Purview servers from accessing unauthorized internal resources
  • Configure URL allowlisting for external resource references within Microsoft Purview where possible
  • Apply the principle of least privilege to limit which users can access features that may be vulnerable to SSRF
  • Consider implementing additional network controls such as private endpoints or service endpoints to restrict Purview network access
bash
# Network segmentation verification example
# Verify that Microsoft Purview cannot reach sensitive internal endpoints
# This should be configured at the network/firewall level

# Example: Block access to cloud metadata endpoints
# Azure: Block access to 169.254.169.254 from Purview subnets
# AWS: Block access to 169.254.169.254 from application tier
# Implement NSG or security group rules to restrict outbound traffic

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechMicrosoft Purview

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability52.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • Microsoft CVE-2025-21385 Advisory
  • Related CVEs
  • CVE-2026-26139: Microsoft Purview SSRF Vulnerability

  • CVE-2025-53763: Microsoft Purview Privilege Escalation Flaw

  • CVE-2025-53762: Microsoft Purview Privilege Escalation
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