Home Microsoft CVE-2025-21384
Back to Microsoft

CVE-2025-21384

Azure Health Bot

Microsoft CVSS 8.3 Updated March 12, 2026

Executive Risk Summary

"An authenticated attacker can exploit a Server-Side Request Forgery (SSRF) vulnerability in Microsoft Azure Health Bot to elevate privileges over a network. This vulnerability poses a significant risk as it can be used to gain unauthorized access to sensitive data and systems."

Operational Audit Arsenal

Target Type Service
Target Asset Azure Health Bot Service
Standard Path %ProgramFiles%\Microsoft Azure Health Bot
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Azure Health Bot Service (Service)
$Targets = 'Azure Health Bot 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 Unlikely

Azure Health Bot Service

Internal Work Notes

CVE-2025-21384: Azure Health Bot SSRF vulnerability, potential privilege escalation risk, recommend patching as soon as possible

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.