You are not logged in.

#101 2026-06-15 18:14:23

5hridhyan
Member
From: A fake and corrupt democracy
Registered: 2025-12-25
Posts: 966
Website

Re: multiple malicious AUR updates

gofree wrote:

Moving to debian, in my opinion this has not been communicated very well.

Just because of the AUR incident(s)? LoL

Last edited by 5hridhyan (2026-06-15 18:14:45)

Offline

#102 2026-06-15 18:36:45

gofree
Member
From: Slovakia
Registered: 2008-07-26
Posts: 61

Re: multiple malicious AUR updates

Yeah, kinda  all my servers are now debian and this communication and uncertanity made me move.

5hridhyan wrote:
gofree wrote:

Moving to debian, in my opinion this has not been communicated very well.

Just because of the AUR incident(s)? LoL

Offline

#103 2026-06-15 18:45:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,002

Re: multiple malicious AUR updates

in my opinion this has not been communicated very well.

It would probably be more productive to quantify that communication deficit.

Fwwi, https://archlinux.org/news/
You can subscribe to that and I've also (previously posted) a script one could motd.

Offline

#104 2026-06-15 18:51:23

gofree
Member
From: Slovakia
Registered: 2008-07-26
Posts: 61

Re: multiple malicious AUR updates

Sure I've seen that. Probably like every other guy I tried to find some "next steps - what needs to be done". Where is the list, what to check, etc...preferably on a visible place not hunting down reddit, phoronix, various forums for "semi-official" guides. That's something that could have been done better. Just my 2 cents.

Offline

#105 2026-06-15 20:23:02

Reboot9012
Member
Registered: 2025-11-25
Posts: 22

Re: multiple malicious AUR updates

Why is there so much outrage the philosophy and scope of this project is well known for a long time just because new people install arch or use arch derivates that doesn't change the goal of this project the end responsibility is with the user.The aur is not an official repo and should be examined when installing things.The arch team can decide if they can take some measures for this incident but I don't understand this finger wagging nobody owes you anything and if you are unhappy you can change distros.

Last edited by Reboot9012 (2026-06-15 20:24:58)

Offline

#106 2026-06-15 20:27:34

gofree
Member
From: Slovakia
Registered: 2008-07-26
Posts: 61

Re: multiple malicious AUR updates

No outrage here. I just think the scope of the impact deserved a wee bit more.

Offline

#107 2026-06-16 03:17:03

ArchibaldPancakes
Member
Registered: 2018-06-19
Posts: 6

Re: multiple malicious AUR updates

So this is essentially garbage but considering that the main issue is steamdeck users, and calling out violation of archlinux philosophy doesn't deter complaint,

I cobbled together a non tested additional aur check topology design in the AI slop phase for a centralized server maintaining problem child repos and client side checking of git aur packages and URLs within pkgbuild as well as common issues.

Maybe as something for someone to fork and deliver on.

https://github.com/willWallace-RIT/Badrepos_git

Offline

#108 2026-06-16 05:45:00

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,178

Re: multiple malicious AUR updates

gofree wrote:

Sure I've seen that. Probably like every other guy I tried to find some "next steps - what needs to be done". Where is the list, what to check, etc...preferably on a visible place not hunting down reddit, phoronix, various forums for "semi-official" guides. That's something that could have been done better. Just my 2 cents.

But that's the point: AUR is **not** official software. And there is no possible definitive list of checks other than *either* do not use AUR package *or* read the `PKGBUILD`s and ensure you are happy executing them. That list of checks is the **only** one which can give you any guarantees. It has also been the standard list of checks for as long as I have used Arch.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#109 2026-06-16 06:18:36

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,178

Re: multiple malicious AUR updates

seth wrote:

Fwwi, https://archlinux.org/news/
You can subscribe to that and I've also (previously posted) a script one could motd.

Is the script in another thread? I thought I checked through this one, but sorry if I missed it.

I was suspicious because I have `npm` installed and no idea why, but I apparently installed it 4 years ago, which is plenty of time for me to forget.

[I always read PKGBUILDs or diffs but I cannot say I understand everything or would never miss anything.]


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#110 2026-06-16 06:57:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,002

Re: multiple malicious AUR updates

Probably in the little scripts one or some other time somebody missed some news.

#!/bin/sh
export LC_ALL=C
THIS_MONTH="$(date +'%b %Y')"
LAST_MONTH="$(date +'%b %Y' -d -1month)"
curl -sL 'https://archlinux.org/feeds/news/' | tr '\n' ' ' | \
xmlstarlet sel -T -t -m "//rss/channel/item[contains(string(pubDate), '$LAST_MONTH') or contains(string(pubDate), '$THIS_MONTH')]" \
                        -o $'\n\e[33m' -v pubDate -o $'\n\e[0;1m' -v title -o $'\e[0m' -v description -o $'\n\n────────────────\n' |\
sed $'s/<p>/\\n\\n/g; s/<h.>/\\n\\n\e[1;34m/g; s%</\(h.\|b\|em\|strong\|pre\|code\)>%\e[0m%g;
    s/<li>/\\n· /g;
    s/<\(code\|pre\)>/\e[1;32m/g;
    s/<\(strong\|em\)>/\e[1m/g;
    s/&gt;/>/g; s/&lt;/</g; s/<[^>]*>//g' | fold -sw 100

It just gets the rss feed, filters out the recent months and then turns the html into ansi escape sequences.

Fwwi, I think gofree meant to get some links to the relevant aur-general threads, maybe https://md.archlinux.org/s/SxbqukK6IA and something like https://ioctl.fail/preliminary-analysis-of-aur-malware/
Which is fair, though it would have been necessary to stress that the full extent of the compromise is still unknown and generally void returns from the above by no means prove that your system isn't ridden with malware if you've so far been yolo-ing the AUR.

I cannot say I understand everything or would never miss anything

Understanding that you don't understand most things is the entrance to the path of wisdom. I think I told that some greek dude like 2500 years ago…
The recent attacks have not been very sophisticated, the introduction of npm to those packages is completely nonsensical and would probably have stalled you and the most recent stunt to obfuscate code basically yells "hey look at me, I'm doing something shady" smile

Offline

#111 2026-06-16 09:26:45

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,246

Re: multiple malicious AUR updates

Archlinux wiki pages ,aur home page and forum users have warned AUR packages are untrusted, need to be checked before use etc for 2 decades .
The danger of using aur helpers (especially pacman wrappers) is unsupported and a bad idea unless you know exactly how things work and why you need that specific aur helper .

I am subscribed to all notications of every aur package I use and even keep those notifications on for packages I used to maintain.

The only notification of a commit change that was related to the attack was from the staden package which I started 15+ years ago.

If somethings needs to be shut down my vote would be to ban all pacman wrappers as a starting point .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#112 2026-06-16 10:18:05

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,464

Re: multiple malicious AUR updates

While what is happening will not make me move anywhere else than Arch, and while I understand and agree that the AUR is under the exclusive responsibility of the user, I also agree that even a non exhaustive guide on what to check to be sure an user has installed a malicious package might have been helpful.

There are probably things that I don't know and that led them to decide not to do it.

Last edited by kokoko3k (2026-06-16 10:19:08)


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#113 2026-06-16 10:31:03

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,246

Re: multiple malicious AUR updates

For the recent attack that's not too hard :

Almost all functionality for which .install files were needed has been moved to pacman hooks.
About the only thing .install is still used for is to show some warning to users upon install/upgrade/removal through the echo command.

Any aur package that adds a .install file should trigger all its users to check the .install file.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#114 2026-06-16 10:54:36

dasrubbellos
Member
Registered: 2026-06-06
Posts: 16

Re: multiple malicious AUR updates

Lone_Wolf wrote:

I am subscribed to all notications of every aur package I use and even keep those notifications on for packages I used to maintain.

That's a fantastic idea! AUR helpers should have an option to automatically do that. Does aurweb have an API?

Offline

#115 2026-06-16 11:11:43

tridra
Member
Registered: 2024-11-03
Posts: 40

Re: multiple malicious AUR updates

I also agree that even a non exhaustive guide on what to check to be sure an user has installed a malicious package might have been helpful.

If there needs to be a guide, I believe it will have to show how simple it is to read the average diff of a PKGBUILD, which in most cases it's just a bump to a new version and new checksum. The biggest misconception I've seen so many times is people believing that reading the PKGBUILD every time you update is time consuming, so they don't even try. In many cases people don't even know that the package source code and the PKGBUILD are different things.

Offline

#116 2026-06-16 14:51:22

xerxes_
Member
Registered: 2018-04-29
Posts: 1,065

Re: multiple malicious AUR updates

I have few questions:
1) Will be accounts creating malicious packages blocked or banned?
2) Will be (or maybe are) creating of new accounts in AUR blocked, so no new account for creating malicious packages?
If no positive answer to both of this questions - the current state of AUR repo may be permanent, because world is more dangerous place now then it was earlier.
3) Will be cyber criminals be punished for that - be catched and go to jail? If not, they can do it for ever and without punishment, they won't learn anything.
There are breaches to multiple services now everywhere and no one catches perpetrators. How can that be?

Last edited by xerxes_ (2026-06-16 14:53:27)

Offline

#117 2026-06-16 15:09:37

rg-atte
Member
Registered: 2025-07-15
Posts: 3

Re: multiple malicious AUR updates

Lone_Wolf wrote:

Any aur package that adds a .install file should trigger all its users to check the .install file.

Any AUR package that includes any files should trigger all of its users to check all of the files.

Offline

#118 2026-06-16 15:53:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,002

Re: multiple malicious AUR updates

@xerxes_
1. The malicious accounts (as detected) have been inactivated and are currently squatting the de-facto orphaned packages so nobody else can (easily) pick them up.
2. Creating new AUR accounts is temporarily disabled but likely only to take the immediate pressure off, more recent incidents have been obvious trolls, not spreading malware but taunting careless users
3. You mean other than probably having to live in North Korea? The malware operated involving TOR, I'd assume so did the mal… ah, fuck it, "assholes". But even if you can track them down, there's no punishment for state approved agents, certainly not in the failed states of the world.

If you ever catch someone trying to exfiltrate data, hijack the process and send them shitloads of junk to dilute their harvest.

Offline

#119 2026-06-16 16:49:19

owain
Member
From: Manchester, UK
Registered: 2009-08-24
Posts: 260

Re: multiple malicious AUR updates

Lone_Wolf wrote:

I am subscribed to all notications of every aur package I use and even keep those notifications on for packages I used to maintain.

I'd never even twigged that this was an option. Thank you.

Offline

#120 2026-06-16 17:24:30

noesoespanol
Member
Registered: 2026-03-30
Posts: 60

Re: multiple malicious AUR updates

xerxes_ wrote:

...
3) Will be cyber criminals be punished for that - be catched and go to jail? If not, they can do it for ever and without punishment, they won't learn anything.
There are breaches to multiple services now everywhere and no one catches perpetrators. How can that be?

No offense but running even a small forum, gets like 2-6 MILLION bots and virus hits PER DAY. Who will go after them? This is the Internet after all. No one is going to after anyone, ever. Unless it's some kind of big money involved and big boys like Microsoft etc., until then, nothing will change.

I wonder how many ISPs are actually knowingly and willingly allow such things though. I mean, you are telling me the ISP doesn't know they host a few thousand bots for example?

This issue is very complex and I don't think it's just little kid in a basement doing this for lolz. Maybe someone(s) trying to push people into Flatpakt or whatnot. I mean, who knows really?

Also, missing the big red notice "use at your own risk" is kind'a same as eating detergent and then say "I didn't read the warning label on the bottle", and then get all angry and switch detergent brand. Like... yeah, doesn't make much sense.

AUR is like just some "open FTP" so to speak. Hey, there are stuff in there, use at your own risk. It's not official anything.

Now if this had happened when people doing pacman updates, then OK, fine, we have real problem. Until then, I think it's kind'a blown too big honestly. Not that I'm belittling the issue, no but like, it's not the end of the world...

...yet! tongue

EDIT: Ps. I also think many who are running away from Windows and coming into Arch (including myself), perhaps forgotten that Linux is not like Windows. You gott'a watch where you walk. It's a bit like the old Internet. Be careful and take some responsibility. Otherwise, well, there is always Microsoft Windows 11... theey will keep you fully safe there, right? RIGHT? big_smile

Last edited by noesoespanol (2026-06-16 17:28:19)

Offline

#121 2026-06-16 17:53:09

5hridhyan
Member
From: A fake and corrupt democracy
Registered: 2025-12-25
Posts: 966
Website

Re: multiple malicious AUR updates

seth wrote:

state approved agents, certainly not in the failed states of the world.

"state approved agents" question: what would they even gain by disrupting services around a community-driven project?
(yes Im considering but not sure about relation w/ recent DDoS attacks)

Offline

#122 2026-06-16 18:45:40

Sidekick
Member
Registered: 2024-06-23
Posts: 69

Re: multiple malicious AUR updates

noesoespanol wrote:

Also, missing the big red notice "use at your own risk" is kind'a [...]

oh. Uh huh. The big red notice. Care to point me to where I can see this "big red notice"? All I see when clicking the AUR text is a pale blue bubble at the top that is easily disregarded as 'noise' as anyone with at least some training in UI design could tell you. Had I seen a big red notice I would've used the AUR in a much different manner and treated it a lot different.

Last edited by Sidekick (2026-06-16 18:47:18)

Offline

#123 2026-06-16 18:55:10

loqs
Member
Registered: 2014-03-06
Posts: 18,976

Re: multiple malicious AUR updates

Could it be an implementation issue in the CSS that there is no red warning box available on the main website unlike the wiki?

Offline

#124 2026-06-16 18:59:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,290

Re: multiple malicious AUR updates

@Sidekick Here: https://wiki.archlinux.org/title/Arch_User_Repository -- and you'd most likely not know how to use the AUR if you haven't read this if all you went by was official documentation.

Offline

#125 2026-06-16 19:58:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,002

Re: multiple malicious AUR updates

@5hridhyan the current effort is data exfiltration, so the idea is to leverage this to get more interesting information.
As for the DDOS, not sure how many of those are just LLM scrapers but generally you'd do something like that to create noise to hide behind.

@Sidekick, there's also a red box at https://wiki.archlinux.org/title/AUR_helpers
But aurweb.css / "p.important" might indeed benefit from something more important than "font-weight: bold;" though that box immediately redirects to https://wiki.archlinux.org/title/Arch_User_Repository and kindly asks to read that.

Offline

Board footer

Powered by FluxBB