• d3Xt3r@lemmy.nz
    link
    fedilink
    English
    arrow-up
    41
    arrow-down
    1
    ·
    edit-2
    7 months ago

    No, it’s an actual attack. But we don’t know for sure if it’s being exploited actively in the wild. This vulnerability has existed ever since PCs adopted UEFI (~2006).

    • stown@lemmy.world
      link
      fedilink
      English
      arrow-up
      23
      ·
      7 months ago

      More importantly, does the attacker need physical access to the computer or can this be performed over the Internet/local network?

      • stown@lemmy.world
        link
        fedilink
        English
        arrow-up
        34
        ·
        7 months ago

        I’ll answer because I found the information. It appears that the attacker would need to rely on physical access to the machine OR another exploit that lets them access the computer remotely.

        • d3Xt3r@lemmy.nz
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          7 months ago

          Or they could just get you to execute the command without your knowledge (eg: all the people who just blindly copy-paste commands, or pipe scripts from the net into sudo). Or it could be a compromised github account/repo (supply-chain attack). Or even the ol’ techsupport scam where they get gullible users to install stuff…

      • linearchaos@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        ·
        7 months ago

        They need to be able to place a malicious file in EFI boot partition or in an unsigned section of a firmware update. Holes in the libraries that parse images for display on preboot.

          • linearchaos@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            ·
            7 months ago

            No way to know. It depends on how whoever did your firmware handled it. The idea is that there’s an overflow or something in the image parser. If the person writing your firmware code still parses the image even if it’s not displayed, you’d still get the pointy end. (and at that point, they’re bypassing secure boot)

            Don’t sweat it too much, the file has to get there somehow before it can even be an issue. So someone needs to write to your UEFI partition or get you to flash a bad bios. It’s just an inside vector not a direct attack. I’ll be good for people to update their damn image processing, but the likely hood of getting shived in the wild is pretty low.

            • misanthropy@lemm.ee
              link
              fedilink
              English
              arrow-up
              2
              ·
              7 months ago

              I wonder… could one put their UEFI partition on a flash drive, then remove after booting? Or just dismount the partition, but physical separation sounds better