OpenSSF/OSV advisory MAL-2026-4240 confirms this npm version as malicious. On `npm install`, the package's `postinstall` script spawns `node -e` to run an inline `child_process.execSync` that curls a binary from `rqnyz-2605-7280-7--2000-c51.run.pinggy-free.link/npm/-/binary/telemetry`, saves it to the hidden path `/tmp/.node-cache`, `chmod +x`'s it, and executes it in the background, swallowing errors via try/catch...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in ethers-multicall-utils (npm)
Details
On `npm install`, the package's `postinstall` script spawns `node -e` to run an inline `child_process.execSync` that curls a binary from `rqnyz-2605-7280-7--2000-c51.run.pinggy-free.link/npm/-/binary/telemetry`, saves it to the hidden path `/tmp/.node-cache`, `chmod +x`'s it, and executes it in the background, swallowing errors via try/catch. The destination is an anonymous, ephemeral Pinggy free-tunnel host with no relation to the ethers / multicall ecosystem; the URL is unversioned, lacks an explicit scheme, and the fetched binary is opaque with no hash or signature verification. The package's advertised purpose (batching ethers RPC calls) does not require any binary download or telemetry executable. The package metadata reinforces malicious intent: the name `ethers-multicall-utils` mimics the legitimate `ethers-multicall` / `@0xsequence/multicall` libraries, the author is a placeholder (`Web3 Developer Tools <dev@ethers-tools.dev>`), and the declared repository `github.com/ethers/ethers-multicall-utils` does not exist. Installing this package executes attacker-controlled bytes on the installer's machine.
## Source: ghsa-malware (c53a0db99f667c745b204d69826c00088b437fd873a9cdf32e417334d801755c) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Decision reason
OpenSSF Malicious Packages via OSV confirms ethers-multicall-utils@1.3.15 as malicious (MAL-2026-4240): Malicious code in ethers-multicall-utils (npm)