npm

@wethenorth12/ethers-wallet @6.13.5

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC

Malicious

OSV ID

MAL-2026-12094

Ecosystem

npm

Summary

The package presents itself as a drop-in replacement for the ethers library (author metadata ethers-io , repository URL pointing at the legitimate ethers project) and re-exports require('ethers') to appear functional. On require, index.js builds a JSON payload containing the entire process.env dictionary plus hostname, username, home directory, platform, current working directory, and timestamp, base64-encodes it, and sends it via HTTPS GET to a hardcoded Telegram Bot API sendMessage endpoint (bot id 7231970337, chat_id 8969499041). A tempdir flag file suppresses re-sends. In CI and developer environments process.env routinely contains AWS keys, npm tokens, GitHub tokens, and other credentials, so this constitutes bulk credential theft against any environment that installs or transitively loads the package.

Source: amazon-inspector (6460d1d0c9cc7423bb90aaf0b165fe45b3949fb627b33d817d34c1ffea64d3d8)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.