A newly disclosed vulnerability in the Microsoft Windows Recovery Environment (WinRE) could allow attackers to bypass UEFI and BIOS password protections, exposing systems to unauthorized access even when firmware-level security controls are active.
This issue, tracked under CERT/CC VU#226679 and associated with CVE-2026-45585, affects Windows 10 and Windows 11 systems that use WinRE for recovery and troubleshooting.
Microsoft WinRE Vulnerability
WinRE is a built-in recovery platform designed to help users restore or repair Windows installations through features such as the F11 recovery menu and the “Reset this PC” option.
However, security researchers have found that, under certain firmware implementations, WinRE may invoke an alternate boot path that does not consistently enforce UEFI or BIOS authentication mechanisms. This inconsistency allows attackers with physical or administrative access to bypass firmware protections and manipulate system configurations.
The flaw is particularly relevant in scenarios resembling “Evil Maid” attacks, where a threat actor gains temporary physical access to a device.
By leveraging WinRE, an attacker could enter recovery mode and exploit weaknesses in firmware pre-boot authentication, effectively circumventing administrator-set BIOS or UEFI passwords. This could allow unauthorized changes to boot settings or access to sensitive data stored on the system.
At the core of the issue is the UEFI BootNext variable, which allows systems to specify a one-time boot target stored in non-volatile memory (NVRAM).
While this feature is intended for legitimate use cases like recovery or updates, BootNext is not cryptographically authenticated and takes precedence over the standard BootOrder during the next boot cycle.
In affected implementations, this behavior can be abused to redirect the system into WinRE without triggering expected firmware-level authentication checks.
Although Secure Boot ensures that only signed bootloaders are executed, it does not fully mitigate this issue because it does not enforce consistent user authentication across all boot paths.
As a result, attackers may still gain access to recovery environments and potentially weaken protections like BitLocker, especially if additional authentication factors such as TPM + PIN are not configured.
Microsoft has acknowledged the issue and published guidance on hardening recovery environments and secure boot configurations. Organizations are advised to assess their exposure and implement layered defenses beyond basic firmware passwords.
Recommended mitigations include disabling or restricting WinRE when it is not required, enforcing stronger BitLocker configurations, such as using TPM with a PIN or startup keys, and limiting unauthorized changes to UEFI NVRAM variables, such as BootNext.
Security experts also recommend deploying endpoint detection and response (EDR) solutions that monitor pre-boot integrity while enabling measured boot and remote attestation. Physical security controls are essential, particularly for high-value systems, to prevent unauthorized access that could enable such attacks.
This vulnerability highlights the limitations of relying solely on firmware-level protections. It emphasizes the need for defense-in-depth strategies that address both physical and logical attack vectors.