Home Microsoft CVE-2025-21385
Back to Microsoft

CVE-2025-21385

Microsoft Purview

Microsoft CVSS 8.8 Updated March 7, 2026

Executive Risk Summary

"A Server-Side Request Forgery (SSRF) vulnerability in Microsoft Purview allows an authorized attacker to disclose information over a network. This vulnerability could potentially lead to unauthorized access to sensitive data, posing a significant risk to the security of the affected systems."

Operational Audit Arsenal

Target Type Service
Target Asset Microsoft Purview Service
Standard Path %ProgramFiles%\Microsoft Purview
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Microsoft Purview Service (Service)
$Targets = 'Microsoft Purview Service'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Microsoft Purview Service

Internal Work Notes

SSRF vulnerability in Microsoft Purview, potential data disclosure risk, requires patching and verification of service integrity.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.