tailwindcss-animate-styles@1.0.9
Vulnerability report · Last retrieved from osv.dev September 4, 2026 at 6:57 AM UTC
OSV ID
MAL-2026-15906
Ecosystem
npm
Summary
On require() of tailwindcss-animate-styles, index.js runs eval(atob(...)) on a payload appended to the Tailwind plugin. The decoded loader queries public Ethereum RPC endpoints (eth.blockscout.com, 1rpc.io, drpc.org, publicnode, blastapi.io) for transactions from hardcoded wallet 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, decodes the destination-address bytes of those transactions into two IPv4 C2 hosts, then fetches XOR-encoded stage-2 code from http://<c2>:443/0x/cls and http://<c2>:443/0x/ls and executes it via eval() and a detached spawn('node', ['-e',...]) with stdio ignored and windowsHide set. Before executing the fetched code the loader pins global.r=require and global.m=module and passes the XOR keys and C2 URLs in, granting the remotely-served stage-2 full Node capabilities (fs, net, child_process, env) on the installer's host. After the eval, the module reads its own source, locates the 'eval(atob("Z2x' region, and rewrites index.js with that region spliced out, erasing the loader from disk after first import.
Source: amazon-inspector (c51002139fd978b564f7449840b2aafe85ba738c2e392f497f44951070f3643c)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.