I haven’t heard a peep about the security status of AUR since the headlines about malware injections into thousands of packages. I’ve ensured that none of my installed software is affected by the attack (to the best of my ability), but I’ve held off on my regular yay -Syu since then. What has you all done to keep your machine updated but clean?

And is there any update from AUR maintainers that the situation is under control? Most of my installed AUR packages simply don’t exist in the official Arch repos, so if not I’d have to look for other sources.

  • Creat@discuss.tchncs.de
    link
    fedilink
    arrow-up
    6
    ·
    7 hours ago

    It always has been as safe as it always was, assuming you follow basic safety rules. One of them being to read changes, or at least glance at them, but more importantly to not use/install packets that are unmaintained. This possibly includes occasionally checking if those that you have installed are still maintained.

    The recent attack has been to take over unmaintained packages, which anyone can do, and use them to inject malware. So only people that had unmaintained packages installed could even be affected. This has not been made impossible. In fact it’s mostly unchanged but has been made just slightly harder by requiring (new) aur accounts to have verified mail addresses.

    It is kinda hard to really “fix” this, as anyone being able to put packages in the aur is literally the point. So is someone being able to adopt an abandoned package. Changing that would fundamentally alter what the aur is. Maybe it’ll eventually be necessary, but what exactly a solution would look like without literally breaking the core idea isn’t exactly a trivial question either.

  • Feyter@programming.dev
    link
    fedilink
    arrow-up
    36
    arrow-down
    1
    ·
    11 hours ago

    It’s as safe as it always was and will be…

    The concept of AUR is that you run other persons scripts on your device. That is by definition a very insecure thing to do.

  • darcmage@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    19
    ·
    12 hours ago

    I took the incident as a lesson to be more diligent about reviewing the pkgbuild before installing anything. It’s understandable that not everyone will be willing to do that and I think the AUR is probably not for them, at least until there is some sort of safeguard in place.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    12 hours ago

    Just manually read the diffs for your yay -Syu. They were adding lines to the PKGBUILDs to pull malware. Verify what each line does and you’ll be fine.

  • ZWQbpkzl [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 hours ago

    The situation was under control within the day it was reported. The window where you could’ve been affected was only a few hours. It was not a case of them “uncovering” thousands of infected packages that were lying around for months. They were noticing an automated attack of hijacking and infecting orphaned packages as it was happening and rushing to keep up while warning the public.

    That’s not to say the AUR is “safe”. Its as safe as its always been. Continue to read your PKGBUILD diff’s as you always should have.

      • MyNameIsRichard@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        8 hours ago

        The first thing to check is that the software is being downloaded from the correct place. Look for additional downloads and make sure they’re legit. Look for obfuscated code. If you’re not sure, ask.

        • mystic-macaroni@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          4 hours ago

          Not that it is a replacement to doing it manually, but if I were to write a script to look at “important” pieces, what should I be grepping?

  • Ooops@feddit.org
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    12 hours ago

    Those headlines were the usual “mention (seemingly) big numbers without context”-bullshit. You can easily look up the actual amount of packages in the AUR…

    They also did not “inject malicious code into AUR packages” because of some insecurity that needed fixing. They simply took over orphaned packages then modified them.

    So actual reality boils down to:malicious actors took over a miniscule amount of AUR packages with so little public interest nobody even maintained them. And the AUR is as secure as it ever was. Which means not very secure at all because it’s public community content without any vetting. So look up the package and actually read the PKGFILE. Just Arch is vocally warning you.

    99.9% of changes are version numbering, checksum and rarely slight dependency changes. There is no chance anyone affected by a long orphaned package that got taken over and modified did ever read that one stupid file of just a few lines (or just the dif provided by several AUR helpers automatically).

    • Telorand@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      10 hours ago

      They also did not “inject malicious code into AUR packages” because of some insecurity that needed fixing. They simply took over orphaned packages then modified them.

      I agree, but I wanted to clarify this point for anyone: they didn’t “take over orphaned packages” themselves, they took over the individual install processes, provided by the AUR for packages, that have likely been abandoned by the maintainers. The AUR doesn’t host the actual code for software itself; it’s just a set of instructions that tells the client where to grab code from and what to do with it.

  • nublug@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 hours ago

    none of the affected packages were popular and iirc all were flagged out-of-date for a long time, which is also why the attackers got access as they were abandoned.

    just review pkgbuilds and pay attention to ones that get flagged out-of-date when you’re updating and go check it out and find an alternative if the upstream project looks abandoned as well or install it from source instead if it’s just the aur pkg.

    most out of date aur pkgs i’ve had ended up being things that the arch team put in extra so i just needed to install that one instead anyway.

    • dadarobot@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      10 hours ago

      another thing to note: after an update, when your aur tool says you have orphaned packages installed, highly consider removing them.

      if you want to keep them for whatever reason, try to remember (or write them down) so if they get an update out of the blue, you can scruitinize the pkgbuild

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    3
    ·
    7 hours ago

    This reads like someone asking whether it’s safe to leave your front door unlocked again because he read about a bunch of people using open front doors to rob them.

    It never was safe, it never will be safe, you’re trading convenience for safety, you’re supposed to review the PKGBUILDS to ensure they’re safe, if you can’t do that you shouldn’t risk it.

    This is why I hate when Arch (yes, even Cachy or whatever is the current “easy” Arch) is recommended for new users. Arch assumes you know what you’re doing, it expects you to read the manual, and it doesn’t have kid gloves. You will get hit in the face by this and many other similar things, and will be told “it was in the manual”.