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

  • Faresh@lemmy.ml
    ·
    9 months ago

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

    • heyfrancis@lemmy.ml
      ·
      edit-2
      9 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]
      hexagon
      ·
      9 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
        ·
        9 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]
          hexagon
          ·
          9 months ago

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