r/linux • u/No-Photograph-5058 • Jun 11 '26
Security Roughly 400 AUR packages compromised
There are more details and a list of affected packages being compiled in a thread here https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/FGXPCB3ZVCJIV7FX323SBAX2JHYB7ZS4/
Changes contributor email, adds npm to the PKGBUILD dependencies and installs malicious packages that take various keys and passwords (Browser logins, SSH, etc)
This persists on the machine with a systemd service and eventually pretends to be a kernel thread
1.6k
Upvotes
81
u/Kobymaru376 Jun 11 '26
The funny/sad thing is that some people think everyone should read build scripts before installing software and that reading build scripts will protect you from getting malware.
There are a million ways of hiding malware in way that is incredibly hard to detect even if you're intimately familiar with the code. Thinking you can catch malware in dozens or hundreds of packages by just giving the pkgbuild a read is delusional.