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

@bowozzz/baileysnpm

@bowozzz/baileys is a confirmed malicious npm package (MAL-2026-11176) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 6.6.6, 6.6.7…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @bowozzz/baileys (npm)

MAL-2026-11176
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @bowozzz/baileys

What this malware does

Package is a fork of the Baileys WhatsApp Web library. A single static pattern fired on lib/Utils/generics.js where the tokens 'ping' and 'GET' appear alongside identifier strings, matching a generic network+command keyword co-occurrence rule. In Baileys, 'ping' refers to the WhatsApp XMPP-style ping/keepalive stanza used to maintain the WebSocket connection, and 'GET' refers to protocol query types — not to OS ping execution or HTTP exfiltration. No install/postinstall lifecycle scripts, no top-level import-time network activity to attacker infrastructure, no reads of installer secrets (~/.aws, ~/.ssh, ~/.npmrc, browser stores), no credential-harvest fingerprint, and no hardcoded C2 destination were observed. The finding is consistent with a false-positive keyword match on the library's WhatsApp protocol code.

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

10 flagged
1.0.06.6.66.6.77.0.07.0.17.0.27.0.37.7.78.8.89.9.9

Indicators of compromise (SHA-256)

b5a0f9d286871016613604a770135c19922be4f3b7005cf52276e5258a7423a0
6fe3290a8add1e383195e54c5d0381ab69dcb7e59cc2a3345770e74697c727e0
31019c4a6a38ae0496f2becfcc960186f6ea5e7a7cc7fe7bf7c8ffff55dd6c11
3a9b71da47c1ff4e0aac1c45f8e6190351bd7e0bfb049c1b03cf1fec0d0e8776
4722e281a0d76eb608340d11a90f25453d5804124aebdd842b462fb03986891f
7a4370457eb7d6be9a10273871ed4f7005aba93420b73a3b1678427bb7238ccb
80cff4089c09db8e4ec56c68b26f8700e22023e7268cc697d6a217f37c15f003
85da2d2616ca506c1209670bdb325b9ded9552025560b842f3e4941e4fdfb747
ccb2d73571ec959e49dd8d4a2f34903b3f57a01b482ce591ba4421cd024cde36
17ad7b8853d90fffcf2663c27e1d8e92fdc628a281c761f068e33d8c68a16c9a
565cb2826aab14275844d23c9e58800468b67af51a18effbd8341f556dce1dcb

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

  2. If you installed it — respond

    @bowozzz/baileys 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 @bowozzz/baileys 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 @bowozzz/baileys 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. @bowozzz/baileys on npm has been identified as a malicious package (versions 1.0.0, 6.6.6, 6.6.7, 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.7.7, and 2 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-f9vh-885g-hv2fIN-MAL-2026-013095IN-MAL-2026-013099IN-MAL-2026-013128IN-MAL-2026-013130IN-MAL-2026-013125IN-MAL-2026-013121IN-MAL-2026-013074IN-MAL-2026-013093IN-MAL-2026-013131IN-MAL-2026-013087

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @bowozzz/baileys-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

@bowozzz/baileys (npm) malicious package — MAL-2026-11176 | O3 Security