Hacker News
YellowKey Bitlocker Bypass Vulnerability
74 points by entuno
ago
|
18 comments
coopreme
|next
[-]
Seems like a backdoor.
protimewaster
|next
|previous
[-]
What's the data in the FsTx folder? Is it just some magic data that Windows looks for?
jllyhill
|next
|previous
[-]
Does anyone know if the fix was shipped already? If it not a backdoor, of course.
msuser
|previous
[-]
How is this a backdoor if one of the steps is to reboot the system while holding down SHIFT? To boot in the first place, the drive needs to be unlocked.
jamescrowley
|root
|parent
|next
[-]
The EFI partition is unencrypted.
“you don't even need to plug an external storage device, you can just pull out the disk, copy the files in the EFI partition, put it back and it will still work. That's how bad it is.”
anonymars
|root
|parent
|next
|previous
[-]
If you have physical access to plug in a flash drive, why would you need the drive unlocked to reboot into the recovery environment? Just power it off and trigger the boot options
e12e
|root
|parent
|next
|previous
[-]
In addition to sibling comments, the author claims it also affects tpm+pin.
fh67
|root
|parent
|previous
[-]
Most users have it unlocked by TPM only as that is the default Microsoft configuration - you then reboot into windows recovery, yes if windows recovery is disabled or if bitlocker requires a startup pin then this is mitigated.
pajko
|root
|parent
|next
[-]
"No, TPM+PIN does not help, the issue is still exploitable regardless, I asked myself this question, can it still work in a TPM+PIN environment ? Yes it does, I'm just not publishing the PoC, I think what's out there is already bad enough."
https://deadeclipse666.blogspot.com/2026/05/were-doing-silen...
msuser
|root
|parent
|previous
[-]
Point taken, but I would call this an authentication bypass (i.e. you can become administrator without any credentials) instead of a BitLocker bypass. It looks like at most, having BitLocker turned on is a requirement to trigger the bug/backdoor.
In any case I'd be very curious to read a response to these findings from someone at Microsoft.