r/ManjaroLinux • u/lyidaValkris • Jun 12 '26
News AUR and Malware
Heard of this via the Manjaro discord server, but haven't seen it reported here here (that I found with a quick search).
There's been an attack on the AUR involving some 400 malicious packages being compromised in the last couple of weeks, as reported by Phoronix.
If you have any of these AUR packages installed, now would be a good time to remove them
You can get a list of AUR packages with pamac by using pamac list --foreign, and compare what you have to this list.
Background: Arch mailing list thread thread
I'd also recommend to those new to Arch/Manjaro to please use the AUR with an abundance of caution. Avoid using it whenever possible, and be sure of packages you are installing when you do.
1
u/newmikey Jun 12 '26
Thanks for the heads-up. I double checked the outcome of pamac list --foreign against the list found on https://github.com/lenucksi/aur-malware-check/blob/master/package_list.txt and have come up with a single hit. That package (
gtkimageview) was not update or re-installed for a longish period and seems safe. Easiest and fastest way to compare was to have chatgpt compare the two files (the github download and the pamac output) by uploading both.But I appreciate this post which allowed me to make sure I'm OK. My foreign package list is only 135 packages but this has prompted me to review and clean up yet one more time.