• Nibodhika
    arrow-up
    133
    arrow-down
    2
    ·
    8 months ago
    link
    fedilink

    I love how every time I read a “Critical” vulnerability in Linux it’s essentially “The user must leave their computer completely unlocked in an accessible area for a long period of time. Also he needs this very specific combination of programs running in these specific versions. Ah, and the planets have to be aligned for it to work. If all of these happen, an attacker might glimpse at your desktop wallpaper, so definitely critical”.

    • tourist
      arrow-up
      62
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      not trying to sound like an internet badass but if I find someone in my home fucking with my config files I will kill them with a hammer

      • Scio
        arrow-up
        25
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        I would at the very least break their fingers if they touch my keyboard.

        No hammer needed

        • cyberic
          arrow-up
          10
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          This made me think of a custom keyboard with a mousetrap arm at the top to break the fingers of would-be typers.

          • RustmilianEnglish
            arrow-up
            7
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            Mousetrap keyboard + Suicide Linux

        • SAF77
          arrow-up
          5
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          But I bet it’s more fun with a hammer.

      • displaced_city_mouseEnglish
        arrow-up
        7
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        My first reaction would be to acknowledge them as a fellow geek, but that’s because most of the people who live near me would hurt themselves trying to open Notepad. Anyone who knows enough to start hacking my config files would be a welcome guest in my house.

        Then I’d kill them with a hammer. :-)

  • dsemyEnglish
    arrow-up
    63
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    This is a vulnerability in shim, which is a UEFI “bootloader” used by distros mainly to allow booting with the “stock” (Microsoft) secure boot keys.

    If you don’t use secure boot or don’t use shim (likely if you use your own keys), this doesn’t affect you at all.

    In any case this “critical vulnerability” mainly affects machines relying on shim which also boot over unencrypted HTTP.

    • alliswell33
      arrow-up
      8
      arrow-down
      0
      ·
      8 months ago
      edit-2
      8 months ago
      link
      fedilink

      Would this affect systems booting to the refind bootloader without secure boot? Sorry for the ignorance just trying to figure out if I should be changing my system for this news.

      • Jordan_U
        arrow-up
        5
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        No.

        This is a vulnerability which allows bypassing secure boot protections. You have already manually bypassed those protections by disabling secure boot.

  • LinusWorks4Mo
    arrow-up
    62
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    clickbait title. basically, if your machine is already compromised in a severe way, here is another way how to compromise it further (for whatever reason)

    • nyanEnglish
      arrow-up
      11
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      And the issue that does exist doesn’t even require Linux to be installed, technically. Unless you’re an IT pro administering large numbers of systems that boot from a network disk image, there is nothing for you to worry about here.

    • psud
      arrow-up
      3
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      It’s also a new way to compromise a machine you have physical access to

  • bizdelnick
    arrow-up
    28
    arrow-down
    0
    ·
    8 months ago
    edit-2
    8 months ago
    link
    fedilink

    I wonder if Matt calculated CVSS score before calling this vulnerability “critical”.

  • AutoTL;DRBEnglish
    arrow-up
    18
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    This is the best summary I could come up with:


    Linux developers are in the process of patching a high-severity vulnerability that, in certain cases, allows the installation of malware that runs at the firmware level, giving infections access to the deepest parts of a device where they’re hard to detect or remove.

    The vulnerability resides in shim, which in the context of Linux is a small component that runs in the firmware early in the boot process before the operating system has started.

    While these hurdles are steep, they’re by no means impossible, particularly the ability to compromise or impersonate a server that communicates with devices over HTTP, which is unencrypted and requires no authentication.

    These particular scenarios could prove useful if an attacker has already gained some level of access inside a network and is looking to take control of connected end-user devices.

    In that case, the attacker would first have to forge the digital certificate the server uses to prove it’s authorized to provide boot firmware to devices.

    And, of course, already obtaining administrative control through exploiting a separate vulnerability in the operating system is hard and allows attackers to achieve all kinds of malicious objectives.


    The original article contains 493 words, the summary contains 189 words. Saved 62%. I’m a bot and I’m open source!

    • mranderson17
      arrow-up
      31
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      “An attacker would need to be able to coerce a system into booting from HTTP if it’s not already doing so, and either be in a position to run the HTTP server in question or MITM traffic to it, - Matthew Garrett

      Summary left out a quite important bit.

      • Quazatron
        arrow-up
        6
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        Security people sure are an enthusiastic bunch of fellows.

    • RustmilianEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      high-severity

      Is not the same as “critical”

  • gorysubparbagel
    arrow-up
    8
    arrow-down
    0
    ·
    8 months ago
    edit-2
    8 months ago
    link
    fedilink

    2 scenarios where it can be exploited:

    Acquiring the ability to compromise a server or perform an adversary-in-the-middle impersonation of it to target a device that’s already configured to boot using HTTP

    Already having physical access to a device or gaining administrative control by exploiting a separate vulnerability.