Last Tuesday, loads of Linux users—many running packages released as early as this year—started reporting their devices were failing to boot. Instead, they received a cryptic error message that included the phrase: “Something has gone seriously wrong.”

The cause: an update Microsoft issued as part of its monthly patch release. It was intended to close a 2-year-old vulnerability in GRUB, an open source boot loader used to start up many Linux devices. The vulnerability, with a severity rating of 8.6 out of 10, made it possible for hackers to bypass secure boot, the industry standard for ensuring that devices running Windows or other operating systems don’t load malicious firmware or software during the bootup process. CVE-2022-2601 was discovered in 2022, but for unclear reasons, Microsoft patched it only last Tuesday.

The reports indicate that multiple distributions, including Debian, Ubuntu, Linux Mint, Zorin OS, Puppy Linux, are all affected. Microsoft has yet to acknowledge the error publicly, explain how it wasn’t detected during testing, or provide technical guidance to those affected. Company representatives didn’t respond to an email seeking answers.

  • chanteoma@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    I use Debian and I also was affected by this Windows update. I was able to boot by disabling secure boot. I also found this option that apparently fixes the problem by changing the sbat policy using mokutil. But I haven’t tried it out yet. Has anyone got any luck with something else besides disabling secure boot?

  • lily33@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    I’m confused - why is Microsoft trying to - or expected to, by the article authors - parch a vulnerability in GRUB?

      • scorp@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        it was a vulnerability in Grub tho, i understand the Microsoft hate but not to the extant of lying.

        • Reddfugee42@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          11 months ago

          Nothing in a third party software suite should be able to defeat Microsoft’s security. So yeah, it was a problem Microsoft needed to fix in Microsoft software. If there’s something grub also needed to attend to, that’s a different matter as far as Microsoft’s concerned.

    • Peffse@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      It was supposed to patch Secure Boot, not demolish GRUB.

      That’s why it’s a problem.

    • nyan@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Because they don’t want ignorant end users to blame them if the ancient, unpatched version of GRUB that’s at issue is used as part of an exploit attacking Windows boxes.

  • rockSlayer@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    CVE-2022-2601 was discovered in 2022, but for unclear reasons, Microsoft patched it only last Tuesday.

    I respect their journalistic integrity for not speculating, but it was definitely because the NSA was exploiting it.

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

          I hate to break it to you but why would the NSA need a security hole in secure boot. They already have all your data from Windows plus Microsoft has the decryption keys.

          • HumanPenguin@feddit.uk
            link
            fedilink
            English
            arrow-up
            0
            ·
            11 months ago

            Because some users are putting that data on Linux. So they want Linux to be killed.

            They can’t change grub. But they sure as hell can convince micro$org to search for and nuke it.

            Of course no idea if this happened. Just answering why they would might want to.

        • porous_grey_matter@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          11 months ago

          No, they really are. No doubt they do plenty of stuff at the behest of the NSA, but they are also a deeply disfunctional company with conflicts between departments and bare minimum funding for security, since it’s seen as a cost centre

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    CVE-2022-2601 was discovered in 2022, but for unclear reasons, Microsoft patched it only last Tuesday.

  • JasonDJ@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    They had to know this would happen, right?

    Like, they didn’t think to test with a dual booting system? Wtf?

    Where do they even get off fixing a bug in grub?

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      It is fine if you only accept signatures from yourself. However, that’s a lot of work as you need to sign everything.

      • delirious_owl@discuss.online
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        Good luck replacing the PKI on your system’s Secure Boot firmware. Most platforms probably don’t support it and have no documentation

      • Norah (pup/it/she)@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        How is it a lot of work? There’s generally one sig you have to add on installing a new OS. Sometimes, rarely, one for a new kernel module. It’s not like you sign every single package you boot.

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

          Still takes work. You also need to disable all other keys if you want it to matter in terms of security.

          • Norah (pup/it/she)@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            0
            ·
            11 months ago

            What are you talking about with “disabling all other keys”? You don’t need to do this at all. You’re seriously making a mountain out of a molehill.

              • Norah (pup/it/she)@lemmy.blahaj.zone
                link
                fedilink
                English
                arrow-up
                0
                ·
                edit-2
                11 months ago

                I think you’re misunderstanding the purpose of Secure Boot. It’s not designed, nor very good at, preventing physical access. It’s designed to verify the authenticity of the code you are booting each time, most generally to prevent remote attacks. Think of it more like how HTTPS works. The reason you commonly have to install new keys when installing Linux is because there are separate ones for the bootloader, the OS, and kernel modules. GRUBs is generally already in the database. The OS can be hit and miss, Canonical generally has theirs included for example. Then there’s the kernel modules. If they were built and included in binary form, they’re usually signed with the same key as the OS. But if they’re built locally, say when you install NVIDIA driver’s, then they’re signed with a local key, which has to be enrolled. So it’s similar to a self-signed HTTPS certificate. A lot of routers use those, and browser’s will throw a big warning you have to click through. It’s the same with Secure Boot. For example, if a virus tries to build a malicious kernel module, it will throw the same enrollment screen, which would let you know something’s up if you didn’t initiate it. There also has to be a password, that you set in userspace, and then re-enter on the enrollment screen, confirming that it’s a requested action.

                Disabling other keys won’t prevent someone from simply entering the bios and disabling Secure Boot first if they have physical access, which would let them boot anything. If you want to prevent that, then the methods you would generally use is setting a system password in the BIOS it asks for each boot, or disabling other boot options (or the boot menu depending on the computer) and setting a BIOS password. However, if you’re trying to prevent people from booting other OSes as a way to protect your files from being accessed, well someone could just take the drive out with physical access. The best practice there is to encrypt the drive with something like BitLocker, FileVault or LUKS/dm-crypt (basis of many distros full-disk encrypt features).

                Edit: You could also have Secure Boot enabled, delete every other key and set a BIOS password if you wanted too I guess. I haven’t tried, nor read of anyone trying too.

  • ObsidianZed@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    Jokes on Microsoft. I downgraded to Windows 10 and disabled secure boot for my dual boot so I could be one step closer to being done with them completely.

  • Wispy2891@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    If it’s a Linux problem why Microsoft has to patch it?

    It’s like if someone gives you a ride to the hospital and the doctor treats him instead of you

    • endofline@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      Because people cannot block darn windows updates. Its a real malware only allowed by law

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        Microsoft: you can have security updates

        Users: good

        Microsoft: just keep in mind they will make major changes and will totally change the desktop and settings.

        Users: wait what Microsoft Edge opens

    • chameleon@fedia.io
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      It’s a problem in the Secure Boot chain, every system is affected by any vulnerability in any past, present or future bootloader that that system currently trusts. Even if it’s an OS you aren’t using, an attacker could “just” install that vulnerable bootloader.

      That said, MS had also been patching their own CVE-2023-24932 / CVE-2024-38058, and disabled the fix for that in this update due to widespread issues with it. I don’t think anyone knows what they’re doing anymore.

    • my_hat_stinks@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      I’m not sure I follow that analogy, if you get a ride to a hospital you don’t expect it to lock off all other destinations. What happens in the hospital is irrelevant.

      From reading the article, this is more like if you walk into a hotel and they burn down your house so you have no choice but to stay. I suppose in theory you could argue in very bad faith that this is a problem with the house since it’s the house that burned, but in reality the problem is the fact they’re the ones who started the fire.

  • Mwa@thelemmy.club
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    I use refined with cachyos dual booting windows 11 and secure boot setup should I worry

  • asexualchangeling@lemmy.mlBanned
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    11 months ago

    At this point I literally only have windows installed for potential future PCVR Plans (not just steam games either, at least 2 are exclusive to the Oculus launcher) does anyone out there know if there’s an easy way to run Oculus VR games without a windows drive? I’m using a quest 2

    If it was just steam games I would just try ALVR, but lone echo 1 & 2 are exclusive

    • ayyy@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      I thought the whole point of the Quest is that it’s a standalone device that runs games untethered?

      • asexualchangeling@lemmy.mlBanned
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        11 months ago

        IMO it’s a much better use case to use it for wireless PCVR, also the games I’m talking about don’t work standalone, They are exclusive to the Oculus PCVR app on Windows

        Can’t even use a non-oculus (aka meta) headset to play them without workarounds

        • bigmclargehuge@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          11 months ago

          Sadly, no, the Oculus software suite is Windows only, no exceptions. If there are a couple must-plays on your list that are Oculus Store only, you’ll have to keep Windows around. Who knows, maybe someday there will be some workaround, but that’s not the case at the moment.

          The good news is, for anything that isn’t exclusive, ie on Steam or even Epic/GOG, there are options. I use a piece of software called ALVR. You install the ALVR server on your PC and the client on your Quest 2 (look into how to use Sidequest if you havent already). You launch both pieces of software, launch SteamVR on your PC, make sure the ALVR server sees it, connect the Quest client to the server, and voila, wireless PCVR on Linux. I’d say the performance is at ~85% of what you could expect on Windows natively, give or take 5 or 10% depending on your setup. By no means unplayable.

          There is also OpenComposite. I know much less about this so it would be worth doing some research, but it basically bypasses SteamVR entirely. This would be especially handy for, for example, a VR game installed via Heroic Launcher (Epic, GOG, and Amazon games), where getting a game that requires SteamVR to actually see SteamVR would be a huge headache due to the separate prefixes/wine versions. There may be a way to accomplish that, but from what I can tell, OpenComposite is specifically designed to help avoid those headaches.

          • asexualchangeling@lemmy.mlBanned
            link
            fedilink
            arrow-up
            0
            ·
            11 months ago

            Yeah, pretty much what I thought, thanks

            And yeah, for non Oculus exclusives I plan on using ALVR, I’ve tried it before but not in nearly two years, I hear it’s gotten much better now though, And I even saw something claiming that sidequest wasn’t even required anymore as of recently.

            • Klear@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              11 months ago

              I recommend getting Virtual Desktop. While ALVR, AirLink or SteamLink can do the same thing for free, it’s so comfortable to use and even improves the visuals. Well worth it IMO.

              • asexualchangeling@lemmy.mlBanned
                link
                fedilink
                arrow-up
                0
                ·
                11 months ago

                I have virtual Desktop, have had for several years, but last I checked it was Windows exclusive and, much like Oculus software, relies on things that don’t work outside of Windows

  • pipsqueak1984@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    This sort of ridiculousness is why I got two seperate drives (needed the extra space anyways) and choose which one to boot from the mobo EFI menu.

    • Microplasticbrain@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Yep, I don’t even fuck with grub since that has fucked me over in the past too, I just go into the fucking bios and select it manually lmao

  • Dharma Curious (he/him)@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    Y’all, help a dummy out. I dual boot windows and Fedora. I only keep windows around for a very few college classes that require for screenwriting software. I have not booted into windows in months. I have a screenwriting class coming up in a week.

    How worried should I be? I am not great with computers, I run fedora mostly because I support the philosophy of Linux, less for the techy stuff. Please advice, Linux people. I’m scurred.

    • areyouevenreal@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Do you know which bootloader you have? There are two popular ones in use currently, one called systemd boot, the other is called grub. From reading this post only grub seems to be affected. I don’t really know which one fedora defaults to at the moment, and it likely depends on what happened during the installation process as well.

      • Russ@bitforged.space
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        If they’re using Fedora, then it is highly likely that they are using GRUB as you have to very much go out of your way to utilize systemd-boot on Fedora the last time I checked.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      Does your device have 16gb of ram? If so install Windows in Virtual manager with the guest addons. It will allow copy and paste along with lots of other features while keeping Windows in its own area.

    • beefbot@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Sorry idk specifically how to avoid the update, but the linked ArsTechnica article has some advice

      Someone here advised & I’d agree: use a Windows VM, for things you haven’t found the Linux version of yet.

      Windows’s plan to screenshot everything will include your private artistic work too, so you’ll be doing yourself a favor

    • addie@feddit.uk
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      When I was still dual-booting Windows and Linux, I found that “raw disk” mode virtual machines worked wonders. I used VirtualBox, so you’d want a guide somewhat like this: https://superuser.com/questions/495025/use-physical-harddisk-in-virtual-box - other VM solutions are available, which don’t require you to accept an agreement with Oracle.

      Essentially, rather than setting aside a file on disk as your VM’s disk, you can set aside a whole existing disk. That can be a disk that already has Windows installed on it, it doesn’t erase what you have. Then you can start Windows in a VM and let it do its updates - since it can’t see the bootloader from within the VM, it can’t fuck it up. You can run any software that doesn’t have particularly high graphics requirement, too.

      I was also able to just “restart in Windows” if I wanted full performance for a game or something like that, but since Linux has gotten very good indeed at running games, that became less and less necessary until one day I just erased my Windows partition to recover the space.

      • Wispy2891@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        And probably disable quick boot as I’m guessing the kernel is going to get pissed when you suddenly switch between virtualization and native

      • Dharma Curious (he/him)@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        I’ve never run a virtual machine, because I’ve always had, frankly, really shitty laptops. Like… Cheapest of the cheap without being a Chromebook. Only decent computer I’ve ever bought got broken within a month. :(

        Can I run VMs on really low end specs? The screenwriting software is the only thing I need it for, and I’m assuming it’s pretty much the same as running a word processor.

        • nehal3m@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          11 months ago

          Provided your CPU has virtualization features (described here) then the performance overhead for virtualization is negligible. So very probably you’ll be fine.

            • nehal3m@sh.itjust.works
              link
              fedilink
              arrow-up
              0
              ·
              11 months ago

              That depends, if you’re going to run a barebones W10 install with what amounts to a word processor I think 2GB should be enough. If you can run Chrome you can run a VM. 4GB if you’re feeling generous, that’s a fair compromise as compared to the disadvantages of dual booting.

    • ReversalHatchery@beehaw.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      However bad that sounds, you’re probably best off disabling all updates in windows. O&O shutup10 has a setting for that. Download it to a pendrive with Linux, and boot windows with network unplugged.

      • Dharma Curious (he/him)@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        I looked into it, but I can’t afford it out of pocket. The school pays for final draft, but won’t cover anything else :/ If I could, that would definitely be my go-to

        • Presently42@lemmy.ca
          link
          fedilink
          arrow-up
          0
          ·
          11 months ago

          It’s free tho? Except for some minor limitations:

          “The free downloadable demonstration version of Fade In includes all key functionality except for online realtime collaboration, and will place a watermark on any printed/PDF output.”

          And there are ways around those

          • Dharma Curious (he/him)@slrpnk.net
            link
            fedilink
            arrow-up
            0
            ·
            11 months ago

            Oh shit, this I did not know. I just Googled the price and I guess it only showed the paid version. Sweet! Thank you! If this works, I can officially uninstall Windows! That’s literally the last thing holding me to it. :D

            • Presently42@lemmy.ca
              link
              fedilink
              arrow-up
              0
              ·
              11 months ago

              My pleasure. I will mention, that unless the author changed the program since last I used it, it also has a small popup every ten minutes or so, asking if you’d like to buy it. Remarkably, I didn’t find this terribly annoying, and forgot all about it until writing this comment - so don’t let that be a hindrance!

              • Dharma Curious (he/him)@slrpnk.net
                link
                fedilink
                arrow-up
                0
                ·
                11 months ago

                So I just emailed my professor, and he says that I can use fade in if the formatting is the same as final draft, and I buy the license so there’s no watermark. Which sucks, but fuggit it it lets me keep using Linux. Do you know if the formatting is the same? This is only my second ever screenwriting class.

                • Presently42@lemmy.ca
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  11 months ago

                  The watermark is only applied if something is printed directly from Fade In: export and print somewhere else and there should be no watermark. As for the formatting, I don’t recall - but I do know, that everything is configurable; so you can make the formatting the same, if it differs

    • nehal3m@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Does that screenwriting software require a lot of performance? You might opt to install Windows into a virtual machine, as described here: https://www.windowscentral.com/how-setup-windows-10-virtual-machine-linux

      Essentially you’re using some software to emulate a computer inside your computer that can run any operating system you want. It doesn’t need to touch your actual operating system installation, you can treat it as just another program. For your use case that sounds appropriate; you occasionally need to run specific software that has low system requirements. This way you can do that without risking Microsoft borking your Linux machine any time it feels like it.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        Don’t use Virtualbox as it is a Hype 2 hypervisor not a hype 1. You want actually KVM via Libvirt. Libvirt also has the advantage of not requiring any proprietary software. (Just make sure to install the virtual drivers)

        • nehal3m@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          11 months ago

          That’s all fine and dandy but OP said they’re not very technical. Conceptually Virtualbox is a lot simpler to deal with. There’s a lot of advantages (philosophical and practical) to be had with a KVM or QEMU setup for sure, but if you want a simple to understand click-it-together setup then Virtualbox is better. If OP wants to graduate to a better setup then I hope they go for a good FOSS solution eventually but going straight for the deep end is rarely a good idea if you want people to understand what they’re doing.

      • Dharma Curious (he/him)@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        I’d imagine it requires about as much as a word processor, since that’s basically what it is. A word processor with a specialized template and some nifty autofill options. Again, dummy here. If I’m running a virtual machine, can I create a file in it that is saved to my actual machine, or would I need to, like, email it to myself using the virtual windows os?

    • 𝕸𝖔𝖘𝖘@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      Which screenwriting software? Have you tried running it under WINE?

      And do you HAVE to use that one in particular? Or can you use something like Trelby, Manuskript, or Scrite?

      • Dharma Curious (he/him)@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        The school pays for final draft, and I am poor. But someone else just showed me fade in was free and works with Linux, so I’m gonna try that out!

        • 𝕸𝖔𝖘𝖘@infosec.pub
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

          Ah. I did love final draft when my school paid for it. I’ve never used fade in, but the three I mentioned are all free, too. I’m not sure what version of final draft you’re using, but it doesn’t really matter for this, as its support under WINE is pretty lacking. Good luck!!

        • bionicjoey@lemmy.ca
          link
          fedilink
          arrow-up
          0
          ·
          11 months ago

          Depends if you care more about performance or ease of use. Based on the fact that OP hadn’t considered VM as a solution, I assume they aren’t super familiar with hypervisors.

          • Possibly linux@lemmy.zip
            link
            fedilink
            English
            arrow-up
            0
            ·
            11 months ago

            Virtualbox is a pain. Virtual manager is much easier and natively supported. You just click new and then follow the wizard

            • areyouevenreal@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              11 months ago

              That’s not at all the case in my experience. Sure virtual box modules can be harder to install, but libvirt has so many issues that the average user has no idea about. I’ve had networking issues, display issues, and so on. At one point it read the display scaling information and scaled down the VM display instead of scaling it up. Furthermore RedHat don’t even support virt manager anymore. They want you to use Cockpit. Honestly the all around best virtualization solution is probably VMWare or something like Gnome boxes or QuickEmu.

    • milicent_bystandr@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      It looks like some GRUB versions are fixed, e.g. possibly in Ubuntu from 22.10. Dunno if Fedora has the fixed version. I’m facing the same with my Mint/Windows dual boot; considering not booting windows till I’m ready to upgrade Mint to 22.

      If you do get problems, it also looks like you can get around it by turning off secure boot until things are sorted.

      If you’re not an experienced Linux meddler I wouldn’t recommend changing your bootloader from the default given by your distribution, but I guess if this is widespread most distros will upgrade their bootlodladers soon to deal with it.

    • Phoenixz@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Yeah, it made installing Linux more difficult, so it actually lowered computer security by pushing you to use windows

    • xinayder@infosec.pub
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Yes, it made people realize we don’t need Secure Boot and it’s just a pit of vulnerabilities.