T The Triage ManualTechnical Guides for IT Emergencies
P1 · Endpoint & Device Management

BitLocker Recovery Prompt Triggered After Secure Boot Policy or Boot File Updates — TPM PCR Validation Failure / CVE-2026-45585 WinRE Bypass (YellowKey)

Windows devices with BitLocker TPM protection may boot to recovery screen after changes to Secure Boot policy, firmware, or boot-critical files alter TPM PCR measurements — including via April 2026 cumulative and Secure Boot servicing updates on Windows 11, Server 2022, and Server 2025, which Microsoft has acknowledged as a known trigger. Separately, CVE-2026-45585 ('YellowKey', MSRC advisory May 19, 2026) describes a physical-access exploit where an attacker can bypass BitLocker Device Encryption by exploiting how WinRE interacts with TPM validation states, affecting Windows 10, Windows 11, and Windows Server devices configured with TPM-only protection (no PIN or Startup Key). PCR recovery issues require unlocking with the escrowed recovery key, suspending BitLocker before completing pending updates, then re-enabling to reseal against new PCR values. CVE-2026-45585 requires deploying Microsoft's official WinRE patch script via SCCM/Intune and/or enforcing a pre-boot PIN via GPO/Intune.

Indicators

Likely causes

Diagnostic steps

  1. Note the BitLocker Recovery Key ID shown on the recovery screen (partial GUID) and locate the matching 48-digit recovery password from escrow (Active Directory BitLocker Recovery tab, Azure AD portal, Intune, MBAM self-service portal, or Microsoft Account at account.microsoft.com/devices/recoverykey)
    Confirms you have the correct recovery credential for this specific volume and protector, preventing failed unlock attempts
  2. After unlocking with the recovery password and booting into Windows, open elevated PowerShell and run: `manage-bde -status C:`
    Determines current BitLocker state, identifies configured protectors, and confirms whether protection is suspended or active
  3. Run `manage-bde -protectors -get C:` to list all key protectors (TPM, TPM+PIN, Recovery Password) and their associated IDs, noting the PCR validation profile shown for the TPM protector
    Reveals PCR binding configuration — including whether PCR7 is included — to determine which registers were disrupted by the triggering change; also confirms whether device uses TPM-only (no PIN/Startup Key) and is therefore in scope for CVE-2026-45585
  4. Open Event Viewer, navigate to Applications and Services Logs > Microsoft > Windows > BitLocker-API > Management, and examine Event ID 768 or 851 entries, noting the reason code in the event description
    Identifies the exact PCR or protector that caused the recovery trigger, distinguishing between firmware change, Secure Boot policy change, or boot file modification
  5. If cause was a planned update, verify completion via `Get-HotFix` or Settings > Update History, and confirm UEFI/BIOS version via `Get-WmiObject Win32_BIOS` or firmware vendor tool
    Ensures system is in a known-good post-update state before re-sealing BitLocker to new PCR values, preventing immediate repeat recovery cycle
  6. Run `Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 10` to list recently installed updates and confirm which April 2026 or Secure Boot servicing KB was installed immediately before the recovery prompt.
    Establishes a precise timeline linking a specific KB to the BitLocker recovery trigger, distinguishing from unrelated hardware or config changes.
  7. Query Intune or Absolute device compliance reports to identify all Windows 10, Windows 11, and Windows Server endpoints using BitLocker without a PIN or Startup Key (TPM-only protector) — establish fleet-wide exposure scope for CVE-2026-45585.
    Determine how many devices are vulnerable based on platform and BitLocker configuration before prioritising remediation.
  8. Filter the device list in Intune or Absolute to identify endpoints where the WinRE security patch mitigation for CVE-2026-45585 has NOT been applied.
    Identify the unpatched subset that remains actively vulnerable to the YellowKey WinRE bypass.
  9. Cross-reference unpatched devices against asset management records for any devices reported lost, stolen, or outside corporate control.
    Prioritise incident response and potential data breach notification obligations for highest-risk physically-interdicted assets.
  10. Review the MSRC advisory for CVE-2026-45585 (published May 19, 2026) to confirm specific WinRE binary versions addressed and validate that the patch script version available in SCCM/Intune matches Microsoft's official remediation guidance.
    Ensure the correct remediation artefact is deployed and advisory scope matches the environment being assessed.
  11. On remediated devices, run `reagentc /info` to confirm WinRE is enabled and the updated recovery image is active.
    Verify the WinRE patch was successfully applied and the recovery environment reflects the patched binaries.

Resolution path

Prevention

Tools

References

BitLockerSecure BootTPMrecoverybootencryptionWindowsPCRPCR7firmwareUEFIpatchingendpoint-securityrecovery-keyAzure ADActive DirectoryEvent ID 768Event ID 851Windows Server 2025April 2026 UpdateWinREboot-file updateCVE-2026-45585YellowKeyphysical-securityencryption-bypassdata-breachcomplianceWindows 10Windows 11Windows ServerIntuneSCCMpre-boot-PINvulnerability