Home Microsoft CVE-2025-21177
Back to Microsoft

CVE-2025-21177

Target: Dynamics 365 - Sales

Microsoft CVSS 8.7 Updated March 10, 2026
Threat Level HIGH

Executive Risk Summary

"A server-side request forgery (SSRF) vulnerability in Microsoft Dynamics 365 Sales allows an authorized attacker to elevate privileges over a network, potentially leading to unauthorized access and data breaches. This vulnerability poses a significant risk to organizations using Dynamics 365 Sales, as it could be exploited to gain elevated access and compromise sensitive data."

Operational Audit Arsenal

Target Type Application
Target Asset Dynamics 365 Sales
Standard Path Network
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Dynamics 365 Sales (Application)
$Target = "Dynamics 365 Sales"
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

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

Patch Impact Forecast

Reboot Required Unknown
Service Disruption

Potential disruption to sales operations

Internal Work Notes

Recommendation: Apply the latest security updates from Microsoft as soon as possible to mitigate the SSRF vulnerability in Dynamics 365 Sales.

Intelligence Sources

Scope of Impact

Dynamics 365 Sales

Original NVD Description

"Server-side request forgery (ssrf) in Microsoft Dynamics 365 Sales allows an authorized attacker to elevate privileges over a network."

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