npm · Malicious package advisory
Malware@wethenorth12/bip39-mnemonic
MAL-2026-12086
Malicious code in @wethenorth12/bip39-mnemonic (npm)
Details
---
_-= Per source details. Do not edit below this line.=-_
## Source: amazon-inspector (d0b607f30d6abb6d568a9a52ff027cea51c7a1efccc54c2fa59a8acc2d6f0386)
On require of the package's main entrypoint, the module collects hostname, username, home directory, platform, cwd, and the entire process.env, base64-encodes the JSON blob, and sends it as a Telegram sendMessage HTTP GET to a hardcoded bot token with chat_id=8969499041 on api.telegram.org. A tmp flag file suppresses repeat sends. The bulk process.env dump routinely contains installer credentials (AWS_*, NPM_TOKEN, GH_TOKEN, DB_PASSWORD, CI secrets), all of which are compromised on first import. The package additionally typosquats the legitimate `bip39` library: package name, description, keywords and README ("Drop-in replacement for bip39") mimic it, and the `author` field is set to `bitcoinjs-lib` to impersonate an established maintainer. When the real `bip39` is not present the package exposes a stub `generateMnemonic`/`createWallet` returning `crypto.randomBytes(32).toString('hex')` — non-standard mnemonic material that diverges from BIP-39 and would produce attacker-observable or non-recoverable wallet keys if used by downstream code.
Compromised versions (1)
- 2.3.1
Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.