Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
MSC-2026-11394
Published:August 21, 2026
Updated:August 21, 2026
Malicious cryptocurrency wallet-drainer disguised as a JavaScript utility. index.js auto-executes on require/import, reads the host .env for PRIVATE_KEY/SECRET/MNEMONIC values, and attempts to transfer funds to hardcoded attacker-controlled wallets across ~26 chains via ethers.Wallet.sendTransaction. This published build is incomplete (a SOURCE_WALLET placeholder throws before the transfer, so it likely does not complete a theft as shipped), but the design, the crypto deps (@solana/web3.js, ethers, bitcoinjs-lib) vs the stated utility purpose, and the hardcoded attacker wallets make the malicious intent unambiguous. Same drainer template reused across multiple @js-lib-team utility-named packages (maintainer node-lib-team / security.team24@gmail.com).
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.6
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
HIGH
Exploit Maturity
HIGH
Weakness Type (CWE)
Embedded Malicious Code