Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

AURpocalypse now: a look at the recent AUR attacks

Recent supply-chain attacks on the Arch User Repository (AUR) used malicious PKGBUILD files to deliver info-stealing malware. Attackers exploited the AUR's trust-based model by compromising maintainer accounts and uploading packages that executed harmful code during the build process, highlighting risks in community-driven package repositories.

Background

- The Arch User Repository (AUR) is a community-driven repository for Arch Linux — users upload "PKGBUILD" scripts that describe how to build a package from source, rather than distributing pre-built binaries. - Recent attacks (mid‑2025) compromised several popular AUR packages by injecting malicious code into PKGBUILD files, leading to the term "AURpocalypse." The attackers targeted high‑download packages to slip in cryptocurrency miners, credential stealers, and backdoors. - Unlike official Arch repos, AUR packages are not centrally vetted; trust relies on the uploader's reputation and manual review. This incident reignited long‑standing debates about AUR's security model and whether stronger signing or sandboxed builds are needed. - Earlier in 2025, similar supply‑chain attacks hit other Linux distribution repositories (e.g., PyPI, npm), making this part of a broader pattern of open‑source infrastructure being targeted.