npm

tailwindcss-motion-advanced @1.0.1

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC

Malicious

OSV ID

MAL-2026-13604

Ecosystem

npm

Summary

On require of the package's main entry, lib/utils.min.js queries Ethereum RPC endpoints (eth.blockscout.com/api, 1rpc.io/eth, eth.drpc.org, ethereum-rpc.publicnode.com, eth-mainnet.public.blastapi.io) for the latest outbound transaction from the hardcoded address 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, parses two IPv4 C2 hosts from the transaction's to field, fetches an XOR-encoded JavaScript payload over plain HTTP at http://<ip>:443/0x/cls , decodes it, and executes it via both eval and a detached spawn('node', ['-e', payload]) . Sensitive identifiers ( http , https , child_process , zlib , url , URLs, HTTP methods, header names, the attacker address) are hidden behind \uXXXX unicode escapes, and the response body and x-payload-b64 header are XOR-decoded with a per-URL key before execution. The package is presented as a Tailwind CSS plugin and has no legitimate need for Ethereum RPC access, IP derivation from on-chain data, or execution of remotely fetched code.

Source: amazon-inspector (6b8426c39ffcba11d95e8ede8085ce260dbcf8527544ce9ca3a1d7a59618f0eb)

Protect your entire dependency tree

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