MAL-2026-12086

    Dashboard / Malicious Package / MAL-2026-12086

    MAL-2026-12086

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in @wethenorth12/bip39-mnemonic (npm)

    Details: 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.

    Affected packages

    Package

    Name: @wethenorth12/bip39-mnemonic

    Purl: pkg:npm/%40wethenorth12/bip39-mnemonic

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    2.3.1
    MAL-2026-12086 | CVE-DB