Arch Linux’s AUR is experiencing a malware incident involving user-contributed packages with malicious commits that attempt to download npm-based payloads during installation. (…)

Arch users should not update AUR packages without review. Examine PKGBUILD diffs, check any new .install files, and be cautious if updates introduce npm commands or dependencies unrelated to the software.

Users who recently updated affected AUR packages should review package history, examine executed suspicious install scripts, and treat any unexpected npm-based installation behavior as a possible compromise.

    • eldavi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      it’s the way it’s been setup; it needs a thorough revamping to make it as resilient as other supply chains.

      not that other chains are bullet proof, it’s just that npm people need to up their game to be atleast as good as the others.

  • mecen@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    To be fair, basic checks should be done not just make account and in next 10 seconds accept abandoned package and publish malware.

  • Mactan@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    To potentially prevent this entire class of npm attacks in the future, you could edit /etc/pacman.conf, uncomment

    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg   =
    

    And set it to IgnorePkg = npm

    Your system should prompt you to accept installing npm because it’s in the ignore list. These packages set it as a dependency, so that gives you a chance to notice that something’s off and refuse the install. This assumes you don’t already have npm installed or need it for some reason.

    https://lists.archlinux.org/archives/list/[email protected]/thread/FGXPCB3ZVCJIV7FX323SBAX2JHYB7ZS4/

    edit: word is that bun command is being abused as well and may be worthwhile including in the space separated list:

    IgnorePkg = npm bun

  • sanpo@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    What a terrible article.

    “Multiple” packages mentioned in the title, but they’re unable to actually name more than one in the article…

    //edit
    Actually, they did leave a link to the mailing list thread at the very end.
    I should learn to read the entire article…