
CVE-2026-45585
Advanced mitigation for CVE-2026-45585 (YellowKey)
YellowKey (CVE-2026-45585) is a zero-day physical attack vulnerability discovered in May 2026 that allows attackers with physical access to completely bypass BitLocker encryption on Windows 11 devices — without needing the PIN, password, or recovery key.
FsTx)autofstx.exe to gain an elevated Command PromptAffected Systems: Windows 11, Windows Server 2022/2025
Not Affected: Windows 10
autofstx.exe from BootExecute (Primary fix)Save the script as Mitigate-YellowKey.ps1
# Full mitigation (Recommended)
.\Mitigate-YellowKey.ps1
# Only WinRE fix
.\Mitigate-YellowKey.ps1 -SkipTPMPIN
# Only TPM+PIN (specific drive)
.\Mitigate-YellowKey.ps1 -Drive "C:" -SkipWinRE
| Parameter | Description | Default |
|---|---|---|
-Drive | Target specific drive (e.g. C:) | All |
manage-bde -statusMade with ❤️ for better security
Status: Actively maintained • Last updated: May 31, 2026
-SkipWinRE | Skip WinRE mitigation | False |
-SkipTPMPIN | Skip TPM+PIN addition | False |