Hello
WinRE is essentially a standalone, highly compressed operating system stored as a file named winre.wim within a hidden partition. Because it is serviced independently from the main OS via SafeOS Dynamic Updates, its build version will inherently differ from the primary Windows build displayed in your management portal. In modern Intune Autopatch environments, Microsoft deploys these SafeOS payloads concurrently with standard monthly Quality Updates, attempting to patch both environments in the same servicing window.
The primary reason your devices remain vulnerable despite receiving recent cumulative updates is a physical space limitation on the hidden recovery partition. To successfully apply a SafeOS update, the Windows update engine must extract the winre.wim file, inject the new security binaries, and repackage it. If the partition lacks the requisite free space to handle this extraction, the WinRE update will fail, often generating a 0x80070643 error in local update logs, while the main OS update successfully installs and deceptively reports as fully compliant in Intune.
Tracking and verifying these updates requires inspecting the offline image directly using Microsoft's official script methodology. This involves running the reagentc /info command to locate the active recovery partition, then using the Deployment Image Servicing and Management tool to mount the winre.wim file to a temporary local folder. Mounting temporarily unpacks the offline file system so you can check the exact build version of Windows\System32\winpeshl.exe, which is the core executable responsible for launching the recovery interface. If this file version is outdated, the official remediation is to deploy Microsoft's supported partition extension script to shrink your primary OS drive slightly and expand the recovery partition, ensuring the SafeOS patch can successfully extract and install during the next update cycle.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN