Comment on BitLocker encryption broken in less than 43 seconds with sub-$10 Raspberry Pi Pico — key can be sniffed when using an external TPM

<- View Parent
baseless_discourse@mander.xyz ⁨9⁩ ⁨months⁩ ago

LUKS is still vulnerable to this attack if you enable autodecrypt using TPM.

This attack is based on the vulnerability that the CPU and TPM communicates uses plain text. This attack is not new:

dolosgroup.io/…/from-stolen-laptop-to-inside-the-…

SPI is a communication protocol for embedded systems and is extremely common amongst virtually all hardware. Due to its simplicity, there is no encryption option for SPI. Any encryption must be handled by the devices themselves. At the time of this writing BitLocker does not utilize any encrypted communication features of the TPM 2.0 standard, which means any data coming out of the TPM is coming out in plaintext, including the decryption key for Windows

And apparently Linux is not doing too hot on this regard either:

As we can see, parameter encryption simply isn’t used in practice, and except for safeboot none of the solutions enforce PIN/MFA by default.

secura.com/…/tpm-sniffing-attacks-against-non-bit…

source
Sort:hotnewtop