If you’re running version 5.6.0 or 5.6.1, downgrade immediately.

  • @Faresh@lemmy.ml
    link
    fedilink
    English
    233 months ago

    Do not run xz --version. Instead check the version in your package manager.

    • @heyfrancis@lemmy.ml
      link
      fedilink
      English
      14
      edit-2
      3 months ago
      debian/ubuntu based distros:
      apt show xz-utils
      or
      dpkg -l | grep xz
      
      redhat/fedora-based:
      yum info xz
      dnf info xz
      
      arch-based:
      pacman -Qi xz
      

      EDIT: correction as suggested below

    • LibsEatPoop [any]OP
      link
      fedilink
      English
      63 months ago

      Why is that? I know the latter gives you more info, but it’s still the same thing isn’t it?

      • @Faresh@lemmy.ml
        link
        fedilink
        English
        203 months ago

        Because you are running the affected software. It’s a bad idea to run something if we are aware that it contains or relies on malicious code.

        • LibsEatPoop [any]OP
          link
          fedilink
          English
          153 months ago

          Omg obviously. Can’t believe I didn’t realize that. Thanks for the answer.