7/31/2026 at 4:53:13 PM
I’ve been using arch for nearly 2 decades at this point. It’s amazing that the AUR went this long without any serious attacks.It’s a different world now. I can’t help but feel there used to be honor among hackers. You didn’t go after your own. What kind of jerk would attack Arch Linux?
by WD-42
7/31/2026 at 5:04:23 PM
> I can’t help but feel there used to be honor among hackers. You didn’t go after your own. What kind of jerk would attack Arch Linux?This has absolutely not ever been the case.
by sp0rk
7/31/2026 at 5:38:56 PM
It is, among most users, but it only takes a few abusing that for it to seem like there's none.EDIT: Rereading, maybe it's that other kind of "hacker"...
by jolmg
7/31/2026 at 6:56:26 PM
> This has absolutely not ever been the case.I think it was. Eg: on most russian warez forums in the 2000s, it was a bannable offense to crack russian-authored software.
by dmitrygr
7/31/2026 at 11:36:51 PM
I was just exaggerating for effect. Obviously I wouldn't seriously claim nobody ever did something, just that it wasn't what I would consider common behavior.That being said, I think the particular example you provided is kind of weak. It's my understanding that the behavior you speak of was driven primarily by the Russian government's unofficial policy of ignoring cybercrimes committed by their citizens so long as the targets were not domestic. They were ensuring their ability to continue operation by banning discussion of targeting Russians. This is how groups like the Russian Business Network have been able to flourish.
by sp0rk
8/1/2026 at 4:51:39 AM
That usually was because authors were also posters on that forum and offered significant discounts or even free licencesby TiredOfLife
8/1/2026 at 2:56:02 AM
[flagged]by dima55
8/1/2026 at 3:58:21 PM
Also the russian government doesn't punish cybercrime if the victim isn't russian.by inigyou
7/31/2026 at 10:54:25 PM
I think smaller "unimportant-ish" communities become larger and attract attention from a wider variety of people.If 1:10,000 people is an axe murderer, when your community reaches 20,000 people... You have to create an axe-murderer-captcha.
by m463
7/31/2026 at 6:33:19 PM
yup there is no honor among thieves unfortunatelyby DDayMace
7/31/2026 at 6:18:13 PM
yes, hackers are bigger targets imo, not smaller onesby sejje
7/31/2026 at 7:25:08 PM
> What kind of jerk would attack Arch Linux?The answer is: Russians
Source: I'm the guy that built the antimiasma mitigation tool [1] and tracked their malware campaign iterations very closely.
Set LANG to ru_RU.* and the malware implant stops spreading itself, as with all APT28/29 malware.
[1] https://github.com/cookiengineer/antimiasma
[2] https://cookie.engineer/projects/cyber-defense/antimiasma.ht...
by cookiengineer
8/1/2026 at 3:59:20 PM
This is also very common with malware groups that want you to think they are Russian.by inigyou
8/2/2026 at 4:23:39 AM
The comment length is too small to write a thorough malware analysis.That is why I linked my blogposts, the tool, and the whitepaper that I published about it. You have to read it first to come to your own conclusions.
If you come to conclusions without reading either of it, there's no point in arguing with you because you made up your mind anyways, and are not interested in learning about malware reversing :)
by cookiengineer
8/1/2026 at 1:02:09 AM
Only ru_RU? It doesn't get disabled with, say, zh_CN, ko_KR, or anything else where the script is outside of the Basic Multilingual Plane (AKA ASCII)?by tmtvl
8/1/2026 at 3:59:57 PM
> the Basic Multilingual Plane (AKA ASCII)Incorrect. ASCII is 0000-007F and the BMP is 0000-FFFF
by inigyou
8/1/2026 at 9:26:46 PM
You're right, I'm wrong, my bad. Still I wonder if the software fails to work when paths contain unexpected characters.by tmtvl
7/31/2026 at 7:47:55 PM
The reason is popularity. SteamOS is Arch-based and in the hands of a ton of people who aren't necessarily that technical. CachyOS and EndeavourOS have become very popular with the increasing adoption of desktop Linux. The AUR thus becomes an enticing attack surface.by static_motion
8/1/2026 at 4:23:08 AM
I doubt that anybody who is "not that technical" is going to install an AUR package on their steam deck.by fooqux
8/1/2026 at 4:53:22 AM
All it requires is pasting stuff into terminal. And there are countless guides and videosby TiredOfLife
8/1/2026 at 3:58:48 PM
So they will disable curl|sh as well?by inigyou
7/31/2026 at 6:41:35 PM
I think you've accidentally lumped together "people who work in tech in / around the field of information security" and "criminals".There have been a variety of cultural elements to people doing security research / hacking on their own systems / etc.
There has never been "honor" among criminals looking to use technology to steal money or steal things that can be converted to money.
by akerl_
8/1/2026 at 6:54:56 AM
People are warned countless times that the AUR is unsafe, that any random person can make an account and push packages, that you need to audit what you're downloading and that malware has been discovered in it multiple times in the past.by matheusmoreira
7/31/2026 at 5:11:47 PM
Arch is simply getting popular enough to be targeted.by jolmg
7/31/2026 at 5:53:05 PM
It had been for a long time now.What’s more likely is the effort required for large scale attacks is easier now than ever thanks to LLMs.
by hnlmorg
7/31/2026 at 6:37:24 PM
> I can’t help but feel there used to be honor among hackers.My assumption is these aren't so much hackers, as modern day script kiddies armed with LLMs and too much free time.
by al_borland
7/31/2026 at 4:55:32 PM
Desktop Linux has always been a house of cards in regards to security. I agree it's amazing that it went on for so long, but this was inevitable.by charcircuit
7/31/2026 at 5:48:27 PM
With regards to sandboxing etc. maybe. With regards to packages? Official repos support signing and usually rely on maintainers with proven track records. AUR was a honor system and since some people are total basement losers, you can't rely on that.by Matl
7/31/2026 at 6:24:01 PM
We have locks on our doors for a reason. Any software that allows updates and relies on the honor system of "someone else must have checked this" will get hacked. Every day there's yet another certificate or secret stealing infection that is in some random upstream dependency in your dev tools or shell scripts or whatever.by Alive-in-2025
7/31/2026 at 7:46:03 PM
> Any software that allows updates and relies on the honor system of "someone else must have checked this"That is never how the AUR was supposed to work. Updates were intended to be a manual process where the user reviewed changes to the PKGBUILD.
by thayne
7/31/2026 at 6:41:39 PM
Yes, my point being this isn't some 'Desktop Linux security' hole. This was a known and intentional model of how the AUR operated for decades. Unfortunately it was bound to get exploited like this and so it did.by Matl
8/2/2026 at 7:54:21 PM
Yes but realistically trust is necessary, as users can’t audit all source code. The fact the source code is even audited is, in it of itself, a blessing. Google Play and the App Store don’t do that, and those are trust based systems as well. And naturally, malware slips through, as it always will.by preg_match
7/31/2026 at 5:15:47 PM
I disagree. Maintainers for the major distributions take their roles very seriously, and do a very good job generally of filtering out malicious packages. The AUR is an outlier, being essentially an unmaintained wild west.by tempfile
7/31/2026 at 6:16:25 PM
The AUR is also not really comparable to official distribution package repositories either. Yes, it's hosted by the same people as the official repos that are comparable to what you'd get by default on other Linux distros, but it's intentionally not something that works with official package management tooling. The equivalent would be if Debian or Ubuntu hosted a repo that anyone could upload of unbuilt debian packages while explicitly not offering any tooling other than the usual tools for building a .deb from source files that you manually downloaded from anywhere else or defined yourself.It's definitely an outlier, but more in terms of being something that doesn't really exist anywhere else, so of course the security model for it will also be an outlier. That's not an excuse for any security issues, but it's not like Arch doesn't have official repos with maintainers who are just as diligent as any other distro. They just also happen to provide a public git server that people can publish packages to with a UI for seeing some of the package metadata; people could just as easily write toolling to automate package management where it looks for a GitHub repo instead of an AUR one to fetch the build files.
by saghm
7/31/2026 at 10:03:34 PM
The Ubuntu equivalent is PPAs.by graemep
8/1/2026 at 6:16:52 PM
It's the closest thing, and what gets used in practice for the same purpose, but I'd argue it's not quite equivalent. The equivalent to PPAs in Arch would be putting a custom repository in `/etc/pacman.conf`, which is a thing that is done sometimes (e.g. on SteamOS to provide specific versions of certain software).by saghm
7/31/2026 at 5:27:45 PM
Castles made of sand slips into the sea, eventuallyby mindlessg
7/31/2026 at 5:56:15 PM
Better than the commercial alternativesby GreenVulpine
7/31/2026 at 5:19:21 PM
More so than, say, Windows? Really?And no, "people using one Linux distro can opt in to possibly getting pwned by each other by making use of a third-party software depot" does not reflect upon the entirety of the Linux world.
by zahlman
7/31/2026 at 5:26:16 PM
It's funny how these people say Linux security is bad because random people can upload arbitrary files to AUR, but won't say Windows security is bad because random people can upload arbitrary files to Microsoft GitHub.by nvme0n1p1
7/31/2026 at 6:24:00 PM
I think the wrongful notion comes from the fact that the vast majority of Arch users use and speak about AUR as if it were a part of arch proper, only paying lip service to reviewing PKGBUILDS, etc. They wrap the default package manager in one that supports AUR and never touch it directly again. It feels closer to if all of GitHub was available in one click through the Microsoft store or windows update.And unfortunately that’s how arch is mainly marketed by its users. “Arch has the latest everything, if it’s not in the repos it’s on AUR” is one of the standard selling points.
Of course that speaks to how people use linux insecurely not how Linux is insecure.
by davkan
7/31/2026 at 8:05:43 PM
Most AUR "helpers" show you the PKGBUILD and/or a diff thereof and ask you to confirm that it looks ok before continuing the install. At least by default.Maybe most users just ignore that and always answer yes without inspecting it. I don't know. But the wiki for the AUR and Readmes for many of these tools have warning banners telling you not to blindly trust AUR packages.
by thayne
7/31/2026 at 8:29:16 PM
There are subtle things like abusing how github handles forks which can make malicious PKGBUILD a matter of just changing the rev with no hint in the file itself.by charcircuit
7/31/2026 at 11:12:33 PM
Perhaps, but it would be pretty unusual to use a commit/hash id instead of a version tag, or the main development branch.by thayne
8/2/2026 at 10:42:18 AM
There is much stuff which isn't in the AUR at all, or if so in versions similar to debian default, and/or orphaned.Nonetheless, the full tray is just one yay away, which also speaks git.
How you use such tools is totally up to you.
So far I've been unaffected by the AUR hickups, running Cachy for about 2 years now.
But I've been always wary about the AUR, trying to minimize its use. Even in the phase where I used pure Arch for several years. It tends to get messy. So less AUR is less mess.
by LargoLasskhyfv
7/31/2026 at 5:29:18 PM
MS-Windows gets attacked by the hardware vendors, too.by tosti
7/31/2026 at 8:27:14 PM
I never claimed that and in fact Windows has had a lot of malware written for it proving it too has bad security.There are more ways to attack people than third party software depos.
by charcircuit
8/1/2026 at 4:57:06 AM
Yes. Windows has had a built in antivirus for 14 yearsby TiredOfLife
7/31/2026 at 6:58:44 PM
>More so than, say, Windows? Really?significantly so. Windows has a coherent story when it comes to permissions and access. Differentiated out access controls, least privilege, UAC, mandatory integrity control and all configured out of the box.
Without AppArmor or SElinux correctly configured, which it isn't on most desktop distributions in the linux world most of your apps can still read anything, there's little sandboxing. The NT Kernel was designed with an object model in mind so you always had the abilities to have rich descriptions and policies for whatever you're handling where all of that is bolted on unix systems after the fact.
by Barrin92
8/2/2026 at 7:57:29 PM
I would say most Linux desktops users are aggressively sandboxing everything. All my dev envs are sandboxed, trivially, Claude is sandboxed, and all my apps are flatpak. And I do actually revoke permissions for flatpaks often, although most are real good about it - using xdg-directory and such.Maybe I’m a minority, but the tools are very mature and easy to use IMO. In windows land people are still installing random EXEs, that’s the reality.
by preg_match
7/31/2026 at 10:36:30 PM
>Windows has a coherent story when it comes to permissions and access.Yet that doesn't seem to matter much for stealer malware.
by charcircuit
8/1/2026 at 1:26:54 AM
it does matter, things like the Data Protection API do meaningfully reduce what you can extract from a windows system.Of course Windows regardless has taken the brunt of the attacks because it ran virtually every desktop machine in the world so people go after users anyway. Desktop Linux systems where never economically interesting for malware. But now that they have gained a modicum of traction they're going to get the exact same treatment, hence this thread.
Microsoft doesn't advertise it much but they do have the advantage of controlling their build environments, software is signed etc. A system like the AUR where you pull in unsigned packages from anonymous people with so many arch users relying on it is not going to be easy to address. It lived on security through obscurity.
by Barrin92
8/1/2026 at 1:42:26 AM
>Data Protection API do meaningfully reduce what you can extract from a windows systemIt's not meaningfully reduced. The stealer just has to call CryptUnprotectData before uploading it. It's not even like it will show a suspicious prompt to the user, without having to do anything extra the stealer can silently decrypt it.
I agree with the rest of the post though.
by charcircuit
7/31/2026 at 11:55:20 PM
wasn't popular but was low entry attack.Now it got more popular but still low entry attack.
> It’s a different world now. I can’t help but feel there used to be honor among hackers. You didn’t go after your own. What kind of jerk would attack Arch Linux?
Not sure why hacker would waste their time fiddling with Arch instead of hacking stuff, everything that they need can run just fine on any of the Debian derivatives.
by PunchyHamster
7/31/2026 at 5:34:18 PM
I'm surprised installing native software is still commonplace. At least in a world of gaming and professional software it's coming from reputable source, but when it comes to PC enthusiasts we've been walking on thin ice for a long time.I also believe this is the main reason why web took off: effortless distribution and sandboxing.
by ivanjermakov
7/31/2026 at 7:34:48 PM
For open source software it would be a massive increase in development time, difficulty, and continued costs that dwarf income to switch to the web. It would be shocking if it happened not the reverse. This is just for application software how do you replace installing a library or development tool with the web?It's weird that installing software is weird to you.
by michaelmrose
7/31/2026 at 5:42:52 PM
Could be AI slop attacks made attacks easier in general. Though, the Arch Linux model was probably never an ideal security model. It seems the easy days of the 1990s are over finally.by shevy-java