Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
MSC-2026-11392
Published:August 21, 2026
Updated:August 21, 2026
Malicious cryptocurrency wallet-drainer disguised as a JavaScript object-utility. index.js auto-executes on require/import, reads the host .env for PRIVATE_KEY/SECRET/MNEMONIC, and attempts to send funds to hardcoded attacker wallets via ethers.Wallet.sendTransaction. As shipped the build is incomplete (a literal SOURCE_WALLET placeholder passed to getBalance throws UNCONFIGURED_NAME at index.js:51, before any transfer), so it does not complete a theft in this version, but the design, crypto deps (@solana/web3.js/ethers/bitcoinjs-lib) vs the stated purpose, and hardcoded attacker wallets make the malicious intent unambiguous. Third package from the same owner as @js-lib-team/string-utils and @js-lib-team/env-parser (identical drainer template; 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