Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

fastify-bundlernpm

fastify-bundler is a confirmed malicious npm package (MAL-2026-10520) that steals credentials and exfiltrates sensitive data (malicious versions 1.4.13, 1.4.14, 1.4.15…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in fastify-bundler (npm)

MAL-2026-10520
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall fastify-bundler

What this malware does

The package's exported getPlugin function fetches JSON from https://svganchordev.net/icons/105 and passes the response's data.credits field to new Function() with require, module, process, Buffer, and other Node globals bound, then invokes it. Any consumer that imports fastify-bundler and calls the advertised API executes attacker-supplied JavaScript with full Node privileges; the remote operator can change the payload at any time. The package's declared dependencies (@primno/dpapi for Windows DPAPI credential decryption, better-sqlite3/sqlite3 for Chromium Login Data and Cookies stores, node-machine-id for host fingerprinting, socket.io-client, axios, request) are injected into the require() available to the remote payload, providing a ready-made toolkit for browser-credential theft and C2. The package identity is also deceptive: it is published as 'fastify-bundler' with a description claiming to be a 'high-performance web framework for Node.js', while the shipped README is titled 'Tailwindcss Forms Bundler' and instructs users to `npm install tailwindcss-forms-bundle' — a name/README mismatch targeting three unrelated popular ecosystems to attract installs.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

4 flagged
1.4.131.4.141.4.151.4.16

Indicators of compromise (SHA-256)

b3d824f75a77642b33c2c29524f9decca40c16a12aabe0a2528f3d90deac8720
4598c4d755d8e4c070b9218010d931db827742bfae319600afd609c186bcd446
216050ab0f77ebd165dcec3ff17e0642fba9353e55ac8378b5a6b528c7f0efee
4f0c95de462b57ea66a42a0ebbe2a089544292b5a756f522cbcfa50115bcef3e
6a5ecf419dff1d77d4e91026ec7270ec0be32a8c5e0bc3b7e3a8ddcfb6e2365f
9d0ef30e01bca54aea961130f1ba90f5b5458cc2b50bbeaf6652ee99a1eae7ec

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for fastify-bundler (4 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging fastify-bundler across your stack and pipelines.

  2. If you installed it — respond

    fastify-bundler is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If fastify-bundler was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks fastify-bundler before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. fastify-bundler on npm has been identified as a malicious package (versions 1.4.13, 1.4.14, 1.4.15, 1.4.16 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-010361GHSA-f99h-9jhg-jrxwIN-MAL-2026-011091IN-MAL-2026-011125IN-MAL-2026-011192RLMA-2026-06237

References

Credits

  • Amazon Inspector · finder
  • ReversingLabs · finder

Detect & block this

O3 blocks fastify-bundler-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

fastify-bundler (npm) malicious package — MAL-2026-10520 | O3 Security