- 0 Posts
- 12 Comments
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Affected Packages
41·7 days agoA few months before the windows incident they did the same thing to their Linux customers, so definitely can’t blame that part on Windows. I think the real takeaway here is that bigger and more centralized is generally not better.
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Affected Packages
431·8 days agoCrowdstrike as in the compant responsible for a global outage for machines using it including airports, hotels, fuelstations, banks, broadcasting, and manufacturing?
The company that accidentally made every impacted machine boot-loop because they accidentally added a whole bunch of empty lines of code to production?
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
10·8 days agoI always check with my contract lawyer before installing or updating from the AUR. It’s worth it for me.
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
3·8 days agoI miss the browser, but luckily I haven’t played RS since the new CEO cancelled new Pride Events right after the Trump Admin was reelected.
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
2·8 days agoYeah, it seems like these sort of problems aren’t necesarily due to an insecure system like the AUR but moreso because of the target’s publicity and popularity which is definitely the case with the rise of CachyOS.
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
1·8 days agoI’m not real clear on if this is the case but you could try:
-
Have you installed or updated from the AUR before, such as with Yay? Specifically after June 5th? If so, check this list or the post above for a list of compromised packages. https://gr.ht/aur_pkg_list.txt
-
Maybe
pacman -Q | grep atomic-lockfilebecause that appears to be what the threat actor is installing but I’m not really sure if that’s how it works…?
EDIT: If you really want to play it safe then you could try
yay -R $(pacman -Qmq)to remove every aur package and wait out the storm, just be careful to backup important files.-
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
11·8 days agoI tend to be a little antsy around anti-capitalists. Too many bad run-ins with Tankies.
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
216·9 days agoAre you one of the malicious actors? Thats some shit I’d expect to hear from the people doing this, trying to justify the attack by blaming the users for “capitalism”.
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
3·9 days agoEDIT: No, sorry, alvr was just one package, there is no specific source for the infection just one or many malicious users: https://gr.ht/aur_pkg_list.txt
FiniteBanjo@programming.devto
Linux@programming.dev•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed Packages
17·9 days agoUsers can check if they’re already compromised withEDIT: No, sorry, alvr was just one of countless affected packages. Also, several is an understatement since a huge number of packages are affected.pacman -Q | grep alvrI think maybe?Post with more information here: https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/FGXPCB3ZVCJIV7FX323SBAX2JHYB7ZS4/
For example if a device manufacturer provides drivers for linux, or a software developer has a version for Arch, but it’s missing a pkg build or config file, most users simply won’t be ably to figure out how to manually install it and CORE or Flathub probably don’t have any official packages for it.
There are millions of such niche cases like this every day.