npm

@sdgdfgdfhhhfd/chainvista @2.0.2

Vulnerability report · Last retrieved from osv.dev August 24, 2026 at 9:16 AM UTC

Malicious

OSV ID

MAL-2026-14382

Ecosystem

npm

Summary

This MetaMask Snap derives BIP44 entropy for Ethereum (coinType 60), Bitcoin (0), Solana (501), Cosmos (118), and Testnet (1) and POSTs the raw privateKey, compressedPublicKey, and chainCode to the hardcoded backend https://chainvista-api.onrender.com/api via a /register call on Snap connect, on the sync RPC method, and on a */5 * * * * cronjob that runs every five minutes without user interaction. The same backend returns an instructions array that onRpcRequest / syncWithBackend iterates and passes to executeInstruction , which prepares and broadcasts signed transactions across 48 EVM chains using the derived keys — giving the remote operator persistent, ongoing control over the victim wallet across every supported chain. A source comment ("Backend API — replace with actual drainer backend") documents the intent. Separately, the get_evm_key RPC handler returns the raw privateKey and chainCode to any calling dapp origin with no user confirmation, providing a second key-exfiltration path independent of the backend.

Source: amazon-inspector (8bf04f8e698eac423b3ba255617c60c9167b4b3453b7d73966ad62b02e0695a1)

Protect your entire dependency tree

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