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

fast-glob-fastnpm

fast-glob-fast is a confirmed malicious npm package (MAL-2026-14177) that steals credentials and exfiltrates sensitive data (malicious versions 0.2.0, 4.0.1, 8.0.0…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in fast-glob-fast (npm)

MAL-2026-14177
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall fast-glob-fast

What this malware does

fast-glob-fast is a name-squat of the popular fast-glob package (its repository field even points at mrmlnc/fast-glob). The declared postinstall hook node scripts/postinstall-test.mjs computes the installer's ~/.ssh/authorized_keys path per-platform (darwin/linux/win32), creates ~/.ssh at mode 0700 if missing, and appends to authorized_keys at mode 0600 via appendFileSync. The same script defines a top-level constant DEFAULT_TEXT = 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5... dkhrustalev' — a staged attacker ed25519 public key. Appending any key line to authorized_keys grants passwordless SSH login as the installing user; even though the current build only appends comment lines, the primitive, the target file, and the embedded attacker key together form a persistence/remote-access dropper wired to run automatically on npm install. The same postinstall additionally collects username, hostname, non-internal MAC address, platform, and arch, and POSTs them as a JSON systemInfo event (optionally with a bearer token) to a URL taken from FAST_GLOB_FAST_EVENT_URL, reporting the outcome of the authorized_keys write — a reporting channel co-located with the backdoor primitive.

Malicious versions

6 flagged
0.2.04.0.18.0.09.0.010.0.011.0.0

Indicators of compromise (SHA-256)

06e1d99a3a1c42a611ef74cf3716f3caad1df91ace6c19d448daaa140f8e5c1c
92ced9e788505da600a8b79bef3678101e5a0480e6b8ddb754e9472c8a63cf63
d0b15e32c14394ed90eb53c8e33652c9e1be44bb3aa29a1e0341831f2a07996e
f30cb2af0de95b99ad26614e9e2ac080aabcabc45db443b106cb5127c500ef10
7695ac02a2492bbf3118fc68514378edb201a93183f2dcb0035727781f31d408
81597420047bbddb80acd01006ebf15f9cb637c95e6b9232f79f23fde6689388

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 fast-glob-fast (6 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging fast-glob-fast across your stack and pipelines.

  2. If you installed it — respond

    fast-glob-fast 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 fast-glob-fast 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 fast-glob-fast 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. fast-glob-fast on npm has been identified as a malicious package (versions 0.2.0, 4.0.1, 8.0.0, 9.0.0, 10.0.0, 11.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-018231IN-MAL-2026-018226IN-MAL-2026-018298IN-MAL-2026-018296IN-MAL-2026-018297IN-MAL-2026-018295

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks fast-glob-fast-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