Home Microsoft CVE-2024-21643
Back to Microsoft

CVE-2024-21643

.NET - Microsoft.IdentityModel

Microsoft CVSS 7.1 Updated March 14, 2026

Executive Risk Summary

"The Microsoft.IdentityModel library for .NET has a vulnerability that allows an attacker to make unauthorized HTTP GET requests. This vulnerability can be exploited by leveraging the `SignedHttpRequest` protocol or the `SignedHttpRequestValidator` and has been fixed in Microsoft.IdentityModel.Protocols.SignedHttpRequest version 7.1.2 or higher for 7x and 6.34.0 or higher for 6x."

Operational Audit Arsenal

Target Type DLL
Target Asset Microsoft.IdentityModel.dll
Standard Path %windir%\Microsoft.NET\assembly\GAC_MSIL\Microsoft.IdentityModel
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Microsoft.IdentityModel.dll (DLL)
$Targets = 'Microsoft.IdentityModel.dll'
$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

Web applications using federated identity providers may experience temporary disruption during update

Internal Work Notes

Update Microsoft.IdentityModel to version 7.1.2 or higher to mitigate vulnerability CVE-2024-21643, which allows unauthorized HTTP GET requests.

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.