Buchanan walks through his process of experimenting with low-cost fault-injection attacks as an alternative when typical software bugs aren’t available to exploit.

    • BrikoXOPM
      link
      fedilink
      English
      2020 hours ago

      Not if the storage is encrypted. That’s why vulnerabilities in operating systems/kernel are so impactful, as they can bypass that encryption.

      • Possibly linux
        link
        fedilink
        English
        211 hours ago

        Well no, if the device is powered off you need to brute force the encryption which will take a very long time.

        However, if the device is booted you can just read from ram.

      • @[email protected]
        link
        fedilink
        English
        110 hours ago

        It’s a bit more nuanced even.

        If you have one-time physical access, then you have total access, permitting the storage is not encrypted.

        If you have recurring, undetected physical access, then you have total access.

        Ex: Dropping a script into someone’s unencrypted /boot partition that captures the decryption credential, then coming back later to collect the credential and maybe also remove the evidence.