⚠️ Arch Linux AUR hit by major ongoing malware campaign
Since around June 11, attackers have been systematically adopting orphaned packages and injecting malicious code into 1,500+ AUR packages across several waves.
The malware often sneaks in via suspicious dependencies (npm / bun packages like atomic-lockfile or js-digest) that download a Rust-based infostealer targeting SSH keys, GitHub tokens, browser data, and more. Some attempts are now using code obfuscation to hide what they’re doing. In a few cases it even tries to deploy an eBPF rootkit if run as root.
Arch developers have been actively reverting the malicious changes, banning compromised accounts, and pausing new package adoptions while they clean it up. Official Arch repos remain safe this is isolated to the user-maintained AUR.
If you use AUR packages:
Carefully review PKGBUILDs before building anything new
Check your installed AUR packages (pacman -Qm) and be extra cautious with anything updated recently
Consider rotating SSH keys and tokens if you’ve built any suspicious packages
Community tools and detection scripts are helping spot the bad ones
Classic reminder that the AUR is powerful but community-driven always review before you build.
Stay safe, Linux friends.
#ArchLinux #AUR #LinuxSecurity #Malware #OpenSource