The Circuitry
THE CIRCUITRYYour one-stop source for all tech news
HOMETODAYNEWSFEEDEVENTS
BOOKMARKS
RSS
© 2026 The Circuitry
About UsSourcesContactCorrectionsPrivacy
  • Today
  • Feed
  • Events
  • Saved
Scroll for more
Verification
VERIFIEDConfidence: HIGH
Source identified
Claims cross-referenced
No discrepancies found
Fact-check summary

StepSecurity and recent reports from mallory.ai confirm a new self-propagating ChainDrop npm worm compromising multiple packages via preinstall scripts, credential theft, and Bun runtime, matching the core BleepingComputer narrative.

2 caveats
  • ▲Package counts cited (1,300 packages / 868 compromised) and 2B downloads exceed figures in StepSecurity and related coverage, which reference dozens of packages and lower weekly download totals.
  • ▲Aikido quote and specific maintainer/Keyv details not corroborated in primary StepSecurity reporting on ChainDrop.
Sourcing
1source

via BleepingComputer

BleepingComputer · track record
76Stories
100%Verified
630d
All sources →
From The CircuitryWhy The Circuitry

Verified tech news, cross-checked.

Every story is checked against independent sources before it posts — no rumors dressed up as fact.

How we verify →
Home/Tech/ChainDrop worm compromises over 1,300 npm packages totaling 2 billion downloads
VERIFIEDBy Xavier Rivera· ·2.5 min read

ChainDrop worm compromises over 1,300 npm packages totaling 2 billion downloads

ChainDrop, a self-propagating worm, has compromised more than 1,300 npm packages responsible for 2 billion combined monthly downloads, including Keyv, Cacheable and utilities tied to Deliveroo, Picsart, Qlik and others. The malware steals a broad array of developer and cloud credentials from infected systems and CI/CD environments, requiring any impacted machine to be treated as fully breached.

Source:BleepingComputer
Post
ChainDrop worm compromises over 1,300 npm packages totaling 2 billion downloads
From The CircuitryWhy The Circuitry

Verified tech news, cross-checked.

Every story is checked against independent sources before it posts — no rumors dressed up as fact.

How we verify →
TL;DRAI · 60 sec read

ChainDrop worm compromises more than 1,300 npm packages accounting for 2 billion downloads. Attackers started by taking over a Keyv maintainer's GitHub account, then pushed malicious code through legitimate workflows. The malware drops an infostealer that steals credentials from GitHub, AWS, and other services while spreading to dependent packages. The self-propagating nature means any install of affected versions fully compromises the machine.

Story updates2 updates
Aug 5, 2:17 PM ET

By ~18:10 UTC on Aug 5, npm and maintainers reverted all 11 primary carriers (e.g. keyv) to clean versions, removed some scoped packages (e.g. @servicetitan, @nebula.js) wholesale, and published clean releases for others (e.g. @thiennq/docs-viewer 1.6.4); a few (e.g. @picsart/ai-sdk@3.32.2, @deliveroo/reevent@1.0.1) remained live with malicious versions as cleanup continued.

Aug 5, 12:17 PM ET

npm has begun unpublishing malicious versions and reverting some carriers (e.g., keyv) to prior clean releases, with cleanup reported as ongoing.

A self-propagating piece of malware called ChainDrop has infected more than 1,300 packages that together account for approximately 2 billion monthly downloads on the npm registry.

Attack began with compromise of a prominent maintainer's GitHub account. The supply-chain attack reportedly started after the threat actor took over the GitHub account belonging to the maintainer of Keyv. From there it rapidly expanded to packages linked with major organizations including Deliveroo, Ornikar, OneReach, Picsart, Qlik, and ServiceTitan.

Among the infected titles are widely used caching utilities such as Keyv, Cacheable, flat-cache, and file-entry-cache, all maintained by the same individual. The intruder pushed malicious files straight into the main branches of targeted projects before creating fresh releases.
Anyone who ran npm install against an affected version would have had setup.mjs execute automatically before their install completed.

Malware deploys via legitimate GitHub Actions with valid provenance. Because the packages continued to be built and published through their original GitHub Actions workflows, the tainted npm versions carried valid provenance data. A report from Aikido states "at least 868 packages (across 1381 versions) have been compromised by the worm."

Poisoned packages execute a dropper that downloads the Bun runtime. Each compromised package includes a setup.mjs dropper, a Math_Symbol.js infostealer script, and a "preinstall": "node setup.mjs" entry inside its package.json file. Aikido researchers warn that "Anyone who ran npm install against an affected version would have had setup.mjs execute automatically before their install completed."
From The CircuitryThe Feed — live briefs across tech, all day.See what’s happening →

The dropper fetches the official Bun JavaScript runtime from GitHub and uses it to launch the obfuscated Math_Symbol.js payload. Once the infostealer finishes running, the dropper removes the temporary directory it created.
Its code also contains self-propagation logic that lets it compromise packages belonging to other maintainers who depended on an earlier infected module.

Infostealer targets developer and cloud credentials across multiple services. The script gathers credentials from the local environment, encrypts them, and exfiltrates the data to a public GitHub repository titled "Shai-Hulud: Here We Go Again." Its code also contains self-propagation logic that lets it compromise packages belonging to other maintainers who depended on an earlier infected module.

On infected developer machines and CI/CD runners the malware hunts for any credentials that could unlock further repositories and npm packages. It harvests the full process environment, local config and credential files, GitHub PATs along with workflow tokens and ghp_, gho_, ghs_ patterns, npm tokens starting with npm_, GitHub Actions secrets that extract values marked "isSecret":true on self-hosted runners, AWS credentials, SSM Parameter Store entries using WithDecryption set to true, Secrets Manager items, Kubernetes secrets from reachable namespaces, HashiCorp Vault tokens and KV data, plus database credentials, private keys, and tokens for Stripe, Slack, Twilio, Azure, and GCP.
From The CircuitryWhy The Circuitry

Verified tech news, cross-checked.

Every story is checked against independent sources before it posts — no rumors dressed up as fact.

How we verify →
Indicators of compromise include npm-cache.com domain. Cloud security firm Wiz reports that the domain npm-cache[.]com is being used to exfiltrate stolen data and should be considered a strong indicator of compromise. Administrators who installed any affected package version must treat the affected developer workstation or CI/CD runner as fully compromised even after the package has been removed.

EXPERT TAKE

Treat every npm install from the past days as a potential credential breach; rotate all GitHub, npm, cloud, and secrets immediately and audit CI runners for npm-cache.com traffic.

Why this mattersAI · ~100 words

Tap a lens to see what this story means for you.

Morning Brief

Liked this? The Brief brings you the whole day in tech, verified, every morning.

Two minutes, free forever. What's in The Brief →

Reader-supported
DonateBuy me a coffee →Follow@thecircuitry_ →Follow@thecircuitry.to →
HELP US IMPROVE
From The Circuitry

See what’s happening right now

The Feed runs all day — short, verified briefs the moment they break.

Open the Feed →
From The Circuitry

Follow @thecircuitry_

Every story we publish, as it happens. No noise between.

Follow on X ↗On Bluesky ↗

Reader-supported

The Circuitry is a passion project I've always wanted to build, and I love the work behind it.

Running it costs real money. APIs, hosting, time. To keep improving the site and growing this into something useful for everyone, those costs have to be covered.

Any contribution is appreciated. If not, no pressure. Thanks for reading.

Buy me a coffee
npmsupply-chainmalwaresecurity
More inTech
  • Gears of War: E-Day Goes Gold With Full PC Specs and September 29 Pre-Install

    Tech · 15h
  • SpaceX Delays First Starship Orbital Flight to Sept. 28

    Tech · 18h
  • Snap Launches $2,195 Specs AR Glasses for Consumers

    Tech · 1d
SupportThe Work

The Circuitry is reader-supported. If you find the daily brief useful, you can buy me a coffee to keep it going.

Buy a coffee →
From The CircuitryWhy The Circuitry

Verified tech news, cross-checked.

Every story is checked against independent sources before it posts — no rumors dressed up as fact.

How we verify →

MORE IN THIS BEAT

All Tech →
  • Tech· 

    IBM AIX 7.2, 7.3 and PowerVM VIOS 4.1 Face High-Severity Flaw

    IBM disclosed CVE-2026-16841, a high-severity stack buffer overflow in AIX 7.2, 7.3 and PowerVM VIOS 4.1 that could allow remote arbitrary code execution with a CVSS score of 8.8. The flaw, published August 19 2026, requires prompt patching on affected enterprise Unix and virtualization platforms. Direct NVD page not yet surfaced in searches; support page referenced in related IBM AIX CVE reports.

  • Tech· 

    IBM Db2 Releases Face Privilege Escalation Risk

    IBM Db2 versions 11.5.0–11.5.9 and 12.1.0–12.1.5 allow privilege escalation through a specially crafted query. CVE-2026-10543 carries a CVSS 3.1 score of 8.2 high, stems from improper authorization (CWE-285), and was published August 12, 2026. An IBM advisory is available.

  • Tech· 

    Zyxel WAX650S Firmware Hit by High-Severity Command Injection Flaw

    Zyxel disclosed CVE-2026-6837, a command injection vulnerability in the export-cgi program of WAX650S firmware through version 7.10(ABRM.4)C0 that lets authenticated administrators execute OS commands. The flaw scores 7.2 on CVSS v3.1 and was published August 3, 2026.

  • Tech· 

    NVD Adds Shell Injection Flaw in Wazuh GitHub Actions Workflows as CVE-2026-67308

    NVD has published CVE-2026-67308 for a shell injection vulnerability in Wazuh workflows before 44bf114. Attackers can reportedly execute arbitrary commands and exfiltrate GITHUB_TOKEN plus AWS credentials on self-hosted runners by submitting pull requests with crafted VERSION.json files. The record, received from VulnCheck on August 1 2026, carries a CVSS 3.1 score of 10.0 critical from the CNA.

  • Tech· 

    IBM WebSphere 8.5, 9.0 and Liberty Hit by CVE-2026-10842

    IBM disclosed CVE-2026-10842, a high-severity vulnerability with CVSS 7.5 that could let remote attackers bypass security constraints in WebSphere Application Server 8.5, 9.0, and Liberty 17.0.0.3 through 26.0.0.7. The flaw, classified as Authentication Bypass by Alternate Name, was published to the NVD on July 30, 2026.