• lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    82
    arrow-down
    2
    ·
    3 个月前

    I thought Arch was the only rolling distro that doesn’t have the backdoor. Its sshd is not linked with liblzma, and even if it were, they compile xz directly from git so they wouldn’t have gotten the backdoor anyway.

    • angel@iusearchlinux.fyi
      link
      fedilink
      arrow-up
      30
      arrow-down
      1
      ·
      3 个月前

      TBF they only switched to building from git after they were notified of the backdoor yesterday. Prior to that, the source tarball was used.

    • qwioeue@lemmy.worldOP
      link
      fedilink
      arrow-up
      23
      arrow-down
      3
      ·
      edit-2
      3 个月前

      liblzma is the problem. sshd is just the first thing they found that it is attacking. liblzma is used by firefox and many other critical packages.

      • Rustmilian@lemmy.world
        link
        fedilink
        English
        arrow-up
        29
        ·
        3 个月前

        Arch does not directly link openssh to liblzma, and thus this attack vector is not possible. You can confirm this by issuing the following command:

        ldd "$(command -v sshd)"
        
        • qwioeue@lemmy.worldOP
          link
          fedilink
          arrow-up
          17
          arrow-down
          8
          ·
          edit-2
          3 个月前

          Yes, this sshd attack vector isn’t possible. However, they haven’t decomposed the exploit and we don’t know the extent of the attack. The reporter of the issue just scratched the surface. If you are using Arch, you should run pacman right now to downgrade.

          • Fubarberry@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            33
            ·
            3 个月前

            They actually have an upgrade fix for it, at least for the known parts of it. Doing a standard system upgrade will replace the xz package with one with the known backdoor removed.

          • HopFlop@discuss.tchncs.de
            link
            fedilink
            arrow-up
            10
            ·
            3 个月前

            If you are using Arch, you should run pacman right now to downgrade.

            No, just update. It’s already fixed. Thats the point of rolling release.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 个月前

      The extent of the exploit is still being analyzed so I would update and keep your eye on the news. If you don’t need your computer you could always power down.