Home Microsoft CVE-2025-54882
Back to Microsoft

CVE-2025-54882

Azure Entra ID - Himmelblau

Microsoft CVSS 7.1 Updated March 12, 2026

Executive Risk Summary

"The Himmelblau interoperability suite for Microsoft Azure Entra ID and Intune has a vulnerability where it stores the cloud TGT received during logon in the Kerberos credential cache as world readable. This issue is fixed in versions 0.9.22 and 1.2.0, and a workaround is to remove all read access to Himmelblau caches for all users except for owners."

Operational Audit Arsenal

Target Type Credential Cache
Target Asset Kerberos credential cache
Standard Path %userprofile%\AppData\Local\Himmelblau\cache
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Kerberos credential cache (Credential Cache)
$Targets = 'Kerberos credential cache'
$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

Authentication services may be affected

Internal Work Notes

Apply Himmelblau version 0.9.22 or 1.2.0 to mitigate vulnerability, or restrict read access to credential caches as a temporary workaround.

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.