Jun 17, 2026BTA Team9 min read

Atomic Arch: 1,500+ AUR Packages Backdoored With an eBPF Rootkit and a Credential Stealer

The Arch User Repository is community plumbing rather than an official archive, and that is exactly what the attackers behind Atomic Arch exploited starting around June 11, 2026, when they began systematically claiming abandoned orphan packages through AUR's legitimate adoption flow and quietly editing the PKGBUILD scripts those packages shipped. The campaign was reverse engineered and named by Sonatype, with parallel reporting from SecurityWeek, Cybersecurity News, Latest Hacking News, and StepSecurity, while a community detection list is being maintained at github.com/lenucksi/aur-malware-check. An initial wave touched roughly 400 packages, a second wave on June 12 pushed the total past 1,500, and Arch Linux suspended new AUR account registrations while its security team audits the repository.

What makes the campaign worth studying is how mundane the access path was, because the attackers did not breach AUR infrastructure or steal a maintainer's password. They watched for packages flagged as orphaned, requested adoption through the same workflow any community contributor would use, and once AUR granted control they slipped a new dependency into the PKGBUILD that pulled a malicious npm package called atomic-lockfile at install time. The npm tarball bundled a Linux payload that combined an eBPF rootkit with a credential and token sweep, so a user running yay -S or paru -S on any affected package ended up executing kernel-level instrumentation as root during the build, as documented by Sonatype and corroborated by StepSecurity.

The blast radius reaches further than the Arch desktop crowd, because Manjaro, EndeavourOS, Garuda, and other Arch-based distributions all consume AUR through the same helper tools, and developer workstations and CI pipelines that install AUR packages non-interactively were the most exposed once the eBPF rootkit started hiding its own processes, files, and network traffic from userspace observation. The payload swept SSH private keys, GnuPG material, browser profile credentials, npm and PyPI tokens, GitHub and GitLab Personal Access Tokens, cloud credential files, and any .env reachable on the host, with Sonatype and Cybersecurity News noting that it specifically walked shell history and dotfile locations for the secrets developers leave around.

The detection and response gap

Every assumption a Linux endpoint team relies on for AUR builds was deliberately bypassed, and each one maps to a control that should have fired but did not:

Mapping the behavior to MITRE ATT&CK

Turning Atomic Arch into ATT&CK gives a blue team a concrete target to build detections against and then validate against the actual chain rather than the abstract idea of a supply-chain attack:

Operationalizing a response

If any workstation, build server, or CI runner in your environment installed an AUR package between roughly June 10 and June 13, 2026, treat that host as compromised until you walk through the cleanup below, because an eBPF rootkit that hides its own footprint is not something you confirm clean by glancing at top:

  1. Pull the community detection list at github.com/lenucksi/aur-malware-check and diff it against every AUR package installed since June 10 on every workstation, runner, and laptop in scope.
  2. Remove atomic-lockfile and any confirmed malicious package, then run the rootkit scanner the Arch Linux security team is publishing alongside the audit, since eBPF artifacts will not show in a standard pacman query and your normal EDR may have been instrumented to lie.
  3. Rotate every credential reachable from the affected host, including SSH and GnuPG keys, cloud access keys, GitHub and GitLab PATs, npm and PyPI publish tokens, Kubernetes service account tokens and kubeconfigs, and any .env or ~/.aws/credentials file the user touched.
  4. Reimage the host where possible rather than relying on selective cleanup, because an eBPF rootkit with persistence hooks is exactly the kind of payload that earns a reinstall.
  5. Tighten the trust boundary around AUR by pinning which helpers can run unattended, requiring human review of PKGBUILD diffs on packages whose maintainer changed in the last 30 days, and treating non-interactive AUR installs in CI as a privileged operation.

How BlueTeamAutomation closes the loop

Walking that response playbook by hand, host by host, after a rootkit is already resident is the slow path Atomic Arch is counting on. BlueTeamAutomation runs the full blue-team workflow against this class of Linux supply-chain compromise continuously and on hardware you control:

Atomic Arch belongs in the same conversation as the recent npm worm campaigns rather than as a curiosity from the Linux corner of the internet, because the playbook is the same one defenders have been losing to all year: a trusted distribution channel quietly co-opted through legitimate workflows, a build-time hook that runs before any sandbox cares, and a payload that strips a workstation of every credential it can reach. Continuous validation, kernel-aware local detection, and automated response are what stand between catching the next variant in an exercise and explaining why an engineer's laptop became the way into your cloud.

Validate your Linux fleet against the next AUR-style worm

BASzy emulates real supply-chain attacks against your developer workstations and Linux build infrastructure, so you find the kernel-level detection and response gaps before an attacker turns a PKGBUILD edit into a credential sweep. See the full local-first blue-team stack.

Explore BASzy →