Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Ah, the #copyfail clickbait posts are coming.

Ah, the #copyfail clickbait posts are coming.

Scheduled Pinned Locked Moved Uncategorized
copyfail
50 Posts 22 Posters 3 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

    Ah, the #copyfail clickbait posts are coming. Here’s my contribution. On your Linux machine add

    initcall_blacklist=algif_aead_init

    to your kernel boot commandline (typically in grub). Reboot. You are now safe until the updated kernel packages become available. For distributions with the `grubby` command this is done as root with

    # grubby --update-kernel=ALL --args="initcall_blacklist=algif_aead_init"

    This mitigation comes courtesy of Red Hat. Our engineers keep you safe 🙂

    1/4

    larsmb@mastodon.onlineL This user is from outside of this forum
    larsmb@mastodon.onlineL This user is from outside of this forum
    larsmb@mastodon.online
    wrote last edited by
    #7

    @jwildeboer I'm confused somewhat by how distros didn't pick it up, looks like some don't have representatives on the kernel list?

    echopapa@social.tchncs.deE jwildeboer@social.wildeboer.netJ 2 Replies Last reply
    0
    • truls46@mastodon.socialT truls46@mastodon.social

      @jwildeboer Apparently GrapheneOS (and Android in general?) is protected against CopyFail through the SELinux configuration.

      Do you happen to know how that is achieved?

      jwildeboer@social.wildeboer.netJ This user is from outside of this forum
      jwildeboer@social.wildeboer.netJ This user is from outside of this forum
      jwildeboer@social.wildeboer.net
      wrote last edited by
      #8

      @truls46 No.

      1 Reply Last reply
      0
      • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

        @sibrosan My approach works independently of it being a module or not. So as far as mitigations go, it’s a bit more universal. And in a few days we all have updated kernel packages anyway.

        sibrosan@mastodon.socialS This user is from outside of this forum
        sibrosan@mastodon.socialS This user is from outside of this forum
        sibrosan@mastodon.social
        wrote last edited by
        #9

        @jwildeboer Apparently in Ubuntu the vulnerability is in a module.
        Of cou rse that may not be the case if you replaced the kernel with a custom one.

        IMO for ordinary Ubuntu users who are not familiar with tinkering with their system, the quickest and easiest fix is to run the Update Manager.

        jwildeboer@social.wildeboer.netJ 1 Reply Last reply
        0
        • sibrosan@mastodon.socialS sibrosan@mastodon.social

          @jwildeboer Apparently in Ubuntu the vulnerability is in a module.
          Of cou rse that may not be the case if you replaced the kernel with a custom one.

          IMO for ordinary Ubuntu users who are not familiar with tinkering with their system, the quickest and easiest fix is to run the Update Manager.

          jwildeboer@social.wildeboer.netJ This user is from outside of this forum
          jwildeboer@social.wildeboer.netJ This user is from outside of this forum
          jwildeboer@social.wildeboer.net
          wrote last edited by
          #10

          @sibrosan In other distros it’s compiled into the kernel, so not a module. I am trying to share immediate mitigation. I’m not interested in yet another distro war.

          sibrosan@mastodon.socialS 1 Reply Last reply
          0
          • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

            Ah, the #copyfail clickbait posts are coming. Here’s my contribution. On your Linux machine add

            initcall_blacklist=algif_aead_init

            to your kernel boot commandline (typically in grub). Reboot. You are now safe until the updated kernel packages become available. For distributions with the `grubby` command this is done as root with

            # grubby --update-kernel=ALL --args="initcall_blacklist=algif_aead_init"

            This mitigation comes courtesy of Red Hat. Our engineers keep you safe 🙂

            1/4

            grumpasaurus@infosec.exchangeG This user is from outside of this forum
            grumpasaurus@infosec.exchangeG This user is from outside of this forum
            grumpasaurus@infosec.exchange
            wrote last edited by
            #11

            @jwildeboer fake fact that makes perfect sense to a cockney speaker.

            jwildeboer@social.wildeboer.netJ 1 Reply Last reply
            0
            • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

              @sibrosan In other distros it’s compiled into the kernel, so not a module. I am trying to share immediate mitigation. I’m not interested in yet another distro war.

              sibrosan@mastodon.socialS This user is from outside of this forum
              sibrosan@mastodon.socialS This user is from outside of this forum
              sibrosan@mastodon.social
              wrote last edited by
              #12

              @jwildeboer Sure! My intention was just a heads-up to fellow #Ubuntu users who are not too familiar with things like adding stuff to your kernel boot commandline.

              jwildeboer@social.wildeboer.netJ 1 Reply Last reply
              0
              • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

                Ah, the #copyfail clickbait posts are coming. Here’s my contribution. On your Linux machine add

                initcall_blacklist=algif_aead_init

                to your kernel boot commandline (typically in grub). Reboot. You are now safe until the updated kernel packages become available. For distributions with the `grubby` command this is done as root with

                # grubby --update-kernel=ALL --args="initcall_blacklist=algif_aead_init"

                This mitigation comes courtesy of Red Hat. Our engineers keep you safe 🙂

                1/4

                jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                jwildeboer@social.wildeboer.net
                wrote last edited by
                #13

                Some more details from our CVE page on CVE-2026-31431 at https://access.redhat.com/security/cve/cve-2026-31431 For more infos also on availability of updates see https://nvd.nist.gov/vuln/detail/CVE-2026-31431and https://www.cve.org/CVERecord?id=CVE-2026-31431

                2/4

                Link Preview Image
                jwildeboer@social.wildeboer.netJ 1 Reply Last reply
                0
                • grumpasaurus@infosec.exchangeG grumpasaurus@infosec.exchange

                  @jwildeboer fake fact that makes perfect sense to a cockney speaker.

                  jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                  jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                  jwildeboer@social.wildeboer.net
                  wrote last edited by
                  #14

                  @grumpasaurus What is fake about the mitigation and the vulnerability in your opinion? And why do you think that insinuating that under my post where I try to help my fellow sysadmins is helpful?

                  grumpasaurus@infosec.exchangeG 1 Reply Last reply
                  0
                  • sibrosan@mastodon.socialS sibrosan@mastodon.social

                    @jwildeboer Sure! My intention was just a heads-up to fellow #Ubuntu users who are not too familiar with things like adding stuff to your kernel boot commandline.

                    jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                    jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                    jwildeboer@social.wildeboer.net
                    wrote last edited by
                    #15

                    @sibrosan Now is a good time to learn about it, I'd say 😉

                    sibrosan@mastodon.socialS 1 Reply Last reply
                    0
                    • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

                      @grumpasaurus What is fake about the mitigation and the vulnerability in your opinion? And why do you think that insinuating that under my post where I try to help my fellow sysadmins is helpful?

                      grumpasaurus@infosec.exchangeG This user is from outside of this forum
                      grumpasaurus@infosec.exchangeG This user is from outside of this forum
                      grumpasaurus@infosec.exchange
                      wrote last edited by
                      #16

                      @jwildeboer sorry let me rephrase my joke.

                      "algif_aead_init" sounds like cockney slang

                      jwildeboer@social.wildeboer.netJ 1 Reply Last reply
                      0
                      • grumpasaurus@infosec.exchangeG grumpasaurus@infosec.exchange

                        @jwildeboer sorry let me rephrase my joke.

                        "algif_aead_init" sounds like cockney slang

                        jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                        jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                        jwildeboer@social.wildeboer.net
                        wrote last edited by
                        #17

                        @grumpasaurus Ah, thx!

                        1 Reply Last reply
                        0
                        • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

                          Some more details from our CVE page on CVE-2026-31431 at https://access.redhat.com/security/cve/cve-2026-31431 For more infos also on availability of updates see https://nvd.nist.gov/vuln/detail/CVE-2026-31431and https://www.cve.org/CVERecord?id=CVE-2026-31431

                          2/4

                          Link Preview Image
                          jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                          jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                          jwildeboer@social.wildeboer.net
                          wrote last edited by
                          #18

                          Here is @Larvitz gist that gives you an Ansible playbook to deploy the mitigation on (big) fleets: https://burningboard.net/@Larvitz/116498775760655365

                          3/4

                          jwildeboer@social.wildeboer.netJ 1 Reply Last reply
                          0
                          • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

                            Here is @Larvitz gist that gives you an Ansible playbook to deploy the mitigation on (big) fleets: https://burningboard.net/@Larvitz/116498775760655365

                            3/4

                            jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                            jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                            jwildeboer@social.wildeboer.net
                            wrote last edited by
                            #19

                            The TL;DR of #CopyFail in my opinion: Due to an unusual (I personally think irresponsible) disclosure, we sysadmins are now dealing with having to push out an immediate mitigation until the updated kernel packages become available. I am trying to help in a pragmatic way. This too will pass, but it also shows that running Linux servers comes with responsibilities to protect your machines and users.

                            4/4

                            blindcoder@toot.berlinB jwp@cloudisland.nzJ jwildeboer@social.wildeboer.netJ 3 Replies Last reply
                            0
                            • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

                              @sibrosan Now is a good time to learn about it, I'd say 😉

                              sibrosan@mastodon.socialS This user is from outside of this forum
                              sibrosan@mastodon.socialS This user is from outside of this forum
                              sibrosan@mastodon.social
                              wrote last edited by
                              #20

                              @jwildeboer

                              I´d like to see widespread migration of ordinary computer users from MS Windows to Linux. And I regard awareness that it's easy to keep yourself safe as helpful, and the impression that you need to type complicated stuff in a terminal window not so much.

                              1 Reply Last reply
                              0
                              • jwildeboer@social.wildeboer.netJ jwildeboer@social.wildeboer.net

                                The TL;DR of #CopyFail in my opinion: Due to an unusual (I personally think irresponsible) disclosure, we sysadmins are now dealing with having to push out an immediate mitigation until the updated kernel packages become available. I am trying to help in a pragmatic way. This too will pass, but it also shows that running Linux servers comes with responsibilities to protect your machines and users.

                                4/4

                                blindcoder@toot.berlinB This user is from outside of this forum
                                blindcoder@toot.berlinB This user is from outside of this forum
                                blindcoder@toot.berlin
                                wrote last edited by
                                #21

                                @jwildeboer Thank you for this! ❤
                                One question, if I understand that correctly it's a local privilege escalation, right?
                                So assuming there's no RCE present elsewhere, and I'm the only account on the system, I can relax about CopyFail?

                                jwildeboer@social.wildeboer.netJ mihamarkic@mastodon.socialM leeloo@c.imL 3 Replies Last reply
                                0
                                • larsmb@mastodon.onlineL larsmb@mastodon.online

                                  @jwildeboer I'm confused somewhat by how distros didn't pick it up, looks like some don't have representatives on the kernel list?

                                  echopapa@social.tchncs.deE This user is from outside of this forum
                                  echopapa@social.tchncs.deE This user is from outside of this forum
                                  echopapa@social.tchncs.de
                                  wrote last edited by
                                  #22

                                  @larsmb

                                  Debian:

                                  CVE-2026-31431

                                  favicon

                                  (security-tracker.debian.org)

                                  @jwildeboer

                                  ikket@mementomori.socialI 1 Reply Last reply
                                  0
                                  • blindcoder@toot.berlinB blindcoder@toot.berlin

                                    @jwildeboer Thank you for this! ❤
                                    One question, if I understand that correctly it's a local privilege escalation, right?
                                    So assuming there's no RCE present elsewhere, and I'm the only account on the system, I can relax about CopyFail?

                                    jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                                    jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                                    jwildeboer@social.wildeboer.net
                                    wrote last edited by
                                    #23

                                    @blindcoder Yes, it needs local user access. But that could also be tunnelled through an exploitable Wordpress install or other PHP etc stuff. SELinux might already help in that case, but my general rule would be: If the machine is exposed to the internet, deploy the mitigation. For machines that are not open to the internet, like homelabs etc it is an acceptable risk to wait for the updated kernel packages.

                                    1 Reply Last reply
                                    0
                                    • blindcoder@toot.berlinB blindcoder@toot.berlin

                                      @jwildeboer Thank you for this! ❤
                                      One question, if I understand that correctly it's a local privilege escalation, right?
                                      So assuming there's no RCE present elsewhere, and I'm the only account on the system, I can relax about CopyFail?

                                      mihamarkic@mastodon.socialM This user is from outside of this forum
                                      mihamarkic@mastodon.socialM This user is from outside of this forum
                                      mihamarkic@mastodon.social
                                      wrote last edited by
                                      #24

                                      @blindcoder @jwildeboer That's my understanding as well, but if an intruder somehow manages to run shell or custom app you might be in trouble

                                      1 Reply Last reply
                                      0
                                      • blindcoder@toot.berlinB blindcoder@toot.berlin

                                        @jwildeboer Thank you for this! ❤
                                        One question, if I understand that correctly it's a local privilege escalation, right?
                                        So assuming there's no RCE present elsewhere, and I'm the only account on the system, I can relax about CopyFail?

                                        leeloo@c.imL This user is from outside of this forum
                                        leeloo@c.imL This user is from outside of this forum
                                        leeloo@c.im
                                        wrote last edited by
                                        #25

                                        @blindcoder @jwildeboer
                                        It appears so.

                                        As long as by "system" you mean hardware and not a container (e.g. docker).

                                        1 Reply Last reply
                                        0
                                        • larsmb@mastodon.onlineL larsmb@mastodon.online

                                          @jwildeboer I'm confused somewhat by how distros didn't pick it up, looks like some don't have representatives on the kernel list?

                                          jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                                          jwildeboer@social.wildeboer.netJ This user is from outside of this forum
                                          jwildeboer@social.wildeboer.net
                                          wrote last edited by
                                          #26

                                          @larsmb Could be. I guess the topic is a bit more complex. Some distros have `algif_aead` as module, so you can do the big hammer approach and `rmmod` it, other distros have `algif_aead` compiled into the kernel, so you need a more surgical approach, like the one I described. The surgical approach however has the advantage of working for both setups.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups