Live data from Hacker News

AUR packages compromised with Infostealer and Rootkit

discourse.ifin.network

11–20 of 234 posts

Re: AUR packages compromised with Infostealer and Rootkit

#12
post #3

Here's an easy script to scan for compromised packages: https://cscs.pastes.sh/aurvulntest20260611.sh Not my script. It's easy to read/parse. Never pipe a script directly to bash.

It isn't guaranteed that the list is conclusive. Always check PKGBUILD and sources, AUR is not to be trusted for the most part. I'm actually more surprised that such compromise hasn't happened earlier.

The Arch Wiki does note that malware has made it into the AUR several times before.

Re: AUR packages compromised with Infostealer and Rootkit

#13

Here's an easy script to scan for compromised packages: https://cscs.pastes.sh/aurvulntest20260611.sh Not my script. It's easy to read/parse. Never pipe a script directly to bash.

A quicker alternative:

  comm -1 -2 
It's never a bad time to learn about comm(1).

Re: AUR packages compromised with Infostealer and Rootkit

#15

AUR doesn't guarantee security, its upto the user to use AUR & verify before installing anything, its very evident why arch is not used in enterprise solutions.

Arch is not used in enterprise solutions because of the AUR? Can't you just not use it?

Re: AUR packages compromised with Infostealer and Rootkit

#16

AUR doesn't guarantee security, its upto the user to use AUR & verify before installing anything, its very evident why arch is not used in enterprise solutions.

It's not the AUR. It's the rolling release cycle, and probably even more importantly, lack of support options.

Re: AUR packages compromised with Infostealer and Rootkit

#18
post #11

Man, I never hear good security things about npm

This doesn't really have anything to do with npm.

From the Arch mailing list [0]

>The result is a rather long list of ~408 packages all doing npm install atomic-lockfile something something

[0] https://lists.archlinux.org/archives/list/aur-general@lists....

Post reply on HN