top | item 42552487

(no title)

tnetenbaa | 1 year ago

BitLocker is crazy easy to bypass if you have physical access to the device. I work IT, and had to demonstrate to our head of security, that if you just pop in a Linux USB and boot from it, the drive is completely open.

discuss

order

dogma1138|1 year ago

You should’ve enabled bitlocker first then…

The only thing that would be unencrypted is the system restore partition.

Grazester|1 year ago

Then the drive wasn't encrypted!

connicpu|1 year ago

Presumably they chose the weakest option where it can boot without a pin/password just using a key stored in the TPM.

davemtl|1 year ago

This sounds like BitLocker wasn't enabled on the drive. All of the laptops I've deployed with BitLocker are very good at detecting tampering and will immediately go into lockdown mode. A Linux USB most likely requires Secure Boot to be turned off to boot, if so, the TPM tamper will trigger and BitLocker will require the recovery key at next boot.

doodlesdev|1 year ago

> A Linux USB most likely requires Secure Boot to be turned off to boot

That hasn't been my experience. All the recent laptops I've owned (Dell and HP) had a default secure boot setup that allowed booting to Ubuntu and Fedora without disabling Secure Boot. In fact, nowadays even Ventoy works with Secure Boot [0], and I've managed to use it with the setting enabled on all machines I've tested, however in this case you might need to enroll the keys on the first boot, which I imagine will trigger BitLocker.

Apparently what happened is that Microsoft now signs some third party certs for common Linux distributions, and some setups allow these to boot by default. However, it also looks like Microsoft wants these certs disabled by default [1], which should improve BitLocker integrity on average.

Although I believe what happened in OP's situation was that BitLocker wasn't actually enabled or working, likely due to misconfiguration or lack of any.

[0]: https://www.ventoy.net/en/doc_secure.html

[1]: https://www.omglinux.com/boot-linux-modern-lenovo-thinkpads-...