• melsaskca@lemmy.ca
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 hours ago

    I’ve always though that the more popular linux becomes, the more vulnerabilities it will expose.

  • wewbull@feddit.uk
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 hours ago

    Honestly, if an attacker has shell access you’re toast regardless. I know you shouldn’t be able to escalate privileges, but better to never let them on the machine.

    Most security in industry only holds because employees have no interest in attacking, or knowledge how to attack, their employer.

    • ShortN0te@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 hour ago

      Honestly, thats a really bad take. Yes obviously, you should not let attackers access the terminal, but there are linux servers that rely on multiuser operations, like Servers that are meant for terminal access, like HPC.

      Then services get hosted via container these days, so even with rootless containers you get root access if you only get RCE on one service. And even if there are additional VMs for more isolation between host, you still get root on the whole VM.

    • Ophrys@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 hours ago

      I work for a critical, global communications infrastructure company, and it’s painfully obvious that the moment someone has a foothold they could do whatever they want with some minor skill lol.

  • czardestructo@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 hours ago

    For my trixie Debian boxes I just did a normal apt upgrade, rebooted, checked the kerenel with uname -r and confirmed it was 6.12.85-1. All set!

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    edit-2
    1 hour ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    Git Popular version control system, primarily for code
    LTS Long Term Support software version
    NAS Network-Attached Storage

    3 acronyms in this thread; the most compressed thread commented on today has 7 acronyms.

    [Thread #267 for this comm, first seen 1st May 2026, 10:50] [FAQ] [Full list] [Contact] [Source code]

  • richmondez@lemdro.id
    link
    fedilink
    English
    arrow-up
    51
    arrow-down
    1
    ·
    17 hours ago

    This disclosure has been rushed for the views and hype IMO, none of the big distros had fixes ready to go on this this morning.

    • purplemonkeymad@programming.dev
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 hours ago

      Yea I didn’t think the post was that professional. Also the “unminified” version is just the minified with more white space. It still has poor names and no explanation of the binary blob.

    • ShortN0te@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      2
      ·
      7 hours ago

      The patches where proposed over a month ago and the patch to the kernel was commited on 1th of April.

      Either the Vulnerability was not proper communicated to the distro maintainers or they were the ones sleeping.

      This was probably executed as a responsible discllsure where clear timelines and release dates get communicated from the beginning.

      I find it hard to blame the security team here when there was 1 month of time between first commited patch and release of the PoC.

  • BlackLaZoR@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    15 hours ago

    Nothing much to do for me. Just apply patches as normal.

    Edit: I wonder how bad is it on Android

    • GamingChairModel@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      Android doesn’t have su, which this proof of concept exploit requires. Although rooted Android does, so in theory malware written for rooted Android could escalate to root privileges.

      Also, the underlying vulnerabilities might be exploitable without su but I don’t fully understand the AF_ALG and authencesn bug limits things, or what other executables can escalate privileges.

      • wewbull@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        Don’t need specifically SU by my understanding. Just any suid executable.

  • Crozekiel@lemmy.zip
    link
    fedilink
    English
    arrow-up
    16
    ·
    19 hours ago

    Dumb question but… It says that patches were committed to mainline on April 1st. How would one know if their distro has already fixed this via updates or not? I run a rolling-release distro on my desktop and laptop, and usually update once every week (or two at most) so have already ran updates 2 or 3 times since the patch was deployed. Am I likely good? If I’m not, is running updates all I need to do to be good? How would I know?

    • thesmokingman@programming.dev
      link
      fedilink
      English
      arrow-up
      22
      ·
      19 hours ago

      The only guaranteed fix is in the kernel. You’ll want to check your distro for the CVE. The disclosers very happily bring up all the distros affected but do not seem to have reached out to any of them to also patch. The CVE itself is still waiting for NVD analysis beyond its base score.

      I’m not actively saying they did anything wrong but I am saying they’re blowing smoke about responsible disclosure.

      • Danitos@reddthat.com
        link
        fedilink
        English
        arrow-up
        9
        ·
        15 hours ago

        They sell a vulnerability discovery program. IMO, they did this dubious responsable disclousure to get the extra marketing.

      • ozymandias117@lemmy.world
        link
        fedilink
        English
        arrow-up
        15
        ·
        18 hours ago

        Yeah… It seems like they only reached out to the kernel, and not to any distros…

        They also disclosed after 37 days rather than the more standard 90 days for everyone to patch

    • ozymandias117@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      12 hours ago

      Check uname -r

      If you’re on 6.19.12 or newer (7.0.1 if they’ve already bumped to 7) you’re definitely safe

      If you don’t have a safe kernel, A better solution referenced below than a module blacklist is to set initcall_blacklist=algif_aead_init in your kernel boot parameters. There is not a generic way to do this across distros, so you will need to look it up for your case

      ~~If you don’t have the updated kernel, you can echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf and reboot.

      That ensures the buggy module cannot be loaded until you have an updated kernel~~

      • StripedMonkey@lemmy.zip
        link
        fedilink
        English
        arrow-up
        7
        ·
        16 hours ago

        I continue to protest against this claim. Blacklisting the kernel module does not work for a bunch of distributions including Alma, Rocky, RHEL and others because they have this module built into the kernel. There’s no module to remove. You must use a syscall blacklist or similar mechanism to disable this.

        • ozymandias117@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          15 hours ago

          I’m working off the knowledge that OP is using a rolling release, so is likely fixed by that for them. (Arch based, Cachy, and OpenSUSE Tumbleweed all have it as a module, and are the most commonly suggested. Fedora fixed it 2 weeks ago since they follow mainline, so I’d expect Bazzite to have it too. If they’re using Debian Sid/Testing, it’s both fixed and a module)

          If you’re using something else, this eBPF filter is probably your best bet https://github.com/Dabbleam/CVE-2026-31431-mitigation

          • StripedMonkey@lemmy.zip
            link
            fedilink
            English
            arrow-up
            4
            ·
            14 hours ago

            My personal suggestion would be to add initcall_blacklist=algif_aead_init to your kernel arguments. Ebpf is cool, but not a very trivial solution.

            I understand the suggestion might apply to a random, unspecified distro but I disapprove of both the exploit authors and the general Internet suggesting fixes that don’t apply to every distro (including copy.fail’s AI slop RHEL distro that doesn’t exist) without caveating it.

            The kernel module blacklist won’t work for every situation, if you’re not being specific in telling people where it applies, it’s best to suggest a solution that actually works regardless of distro or explain how to validate when it applies but nobody is doing that.

            • ozymandias117@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              14 hours ago

              Giving a better solution is certainly useful.

              I’d used initcall_debug before, but not initcall_blacklist

        • ozymandias117@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          13 hours ago

          They aren’t available on all releases - the people that found the issue didn’t really follow responsible disclosure, so distros didn’t have time to fix it

          They will fix it over the next couple days, but if you need a fix now, those are the ways to protect yourself until security updates make it out

          • Possibly linux@lemmy.zip
            link
            fedilink
            English
            arrow-up
            2
            ·
            12 hours ago

            All major distros have been patched as of writing this (you are welcome to correct me if I’m wrong)

            • ozymandias117@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              edit-2
              12 hours ago

              The ones I was watching look like there’s an update as of an hour ago, but there wasn’t at the time of the post

              Need to check Raspbian still, being on self hosting

    • Kairos@lemmy.today
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 hours ago

      Probably. But it’s unlikely to be exploited as the attack needs shell access for the bad operation, not just any buffer.

  • Redjard@reddthat.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    15 hours ago

    I haven’t checked too deeply but I think fedora dropped the affected system between kernels 6.6 and 6.12 somewhere. 6.12+ appear to not have the modules.
    Not too surprising given the system has been deprecated for a long time.

  • JelleWho@lemmy.world
    link
    fedilink
    English
    arrow-up
    55
    arrow-down
    2
    ·
    1 day ago

    For a second I though this was something bad for my computer. But is mainly a server permissions issue it seems. Will patch my server when I’m home though

    • bookmeat@fedinsfw.app
      link
      fedilink
      English
      arrow-up
      26
      arrow-down
      2
      ·
      23 hours ago

      It affects any device that can use raw sockets in the kernel. Patch everything.

    • drkt@scribe.disroot.org
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      2
      ·
      23 hours ago

      What do you mean? If you use Linux on your computer, it’s also relevant. Any program can quietly drop a root shell from any privilege level in 10 lines of python.

      • ipp0@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        39
        arrow-down
        2
        ·
        23 hours ago

        This attack must be run locally. The attacker must already have user access. They can then escalate privileges using this. Meaning your box must already be compromised for this to work. Still serious, but no need to panic in most cases.

          • ipp0@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 hour ago

            Do you have a source for how often it happens or is this conjecture? I guess this would most often happen through supply chain attacks or physical access, the first not being all that common in my understanding and the latter not being a typical threat model for a home computer. But if you have a source explaining what actually happens, I would love to read it.

        • drkt@scribe.disroot.org
          link
          fedilink
          English
          arrow-up
          12
          arrow-down
          4
          ·
          21 hours ago

          /c/selfhosted moment

          Sure don’t patch a quiet and easy root shell escalation because it is, by itself, not a remote exploit. I sure do hope you trust every single piece of software running on your computer.

          • thesmokingman@programming.dev
            link
            fedilink
            English
            arrow-up
            14
            arrow-down
            3
            ·
            19 hours ago

            I think you’re displaying a very big gap between understanding risk assessment and understanding task completion. So far I have not seen anyone say they would not complete the task. I have seen people complete risk assessment. Risk assessment does not mean I will not do something, it just reflects the urgency with which I will do it. Most self-hosted users can safely apply basic risk assessment to see, while the impact may be high, the likelihood is low. Obviously the likelihood increases the more hands off you are with, say, unattended container updates for things that can escape containers or access the underlying system. Should most self-hosted users literally drop everything, rush home, and apply the patch? No, basic risk assessment does not merit that. Should everyone apply the patch? Yes.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    14 hours ago

    Interesting enough systems running SELinux seem to be potentially protected against this assuming SELinux is configured to block AF_ALG

    On Android AF_ALG is locked down with SElinux so it shouldn’t be impacted

  • brewery@feddit.uk
    link
    fedilink
    English
    arrow-up
    5
    ·
    22 hours ago

    I have a mix of Debian and Ubuntu servers. I’ll update manually anyway but for future cases, would unattended-upgrades set to security upgrades run daily be enough to stop this type of issue?

    • vegetaaaaaaa@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      22 hours ago

      This is a kernel bug, unattended-upgrades will take care of installing the new kernel once the fix is published, but you still have to reboot to load it. I’ve set up a cron job that runs needrestart nightly and reboots my servers if there is a pending kernel upgrade [1]

        • Miaou@jlai.lu
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          3 hours ago

          Every time I see people boasting about their uptime, I ask myself how old their kernel actually is.

          I’ve set this auto reboot and never had to worry about patching my server.

          Edit: yeah I know live patching is a thing, not worth the hassle for 99% of server workloads.