MAL-2026-12220

    Dashboard / Malicious Package / MAL-2026-12220

    MAL-2026-12220

    Published: 5 Aug 2026Last Modified: 24 Aug 2026Aliases: 
    GHSA-pqcx-38vc-5c6x

    Summary: Malicious code in tailwind-animationpack (npm)

    Details: Source: amazon-inspector (63abd5591507bb96b45cdf17209563ccfe52015a0bb8c5258bf3ea8cdc034fb3) src/index.js appends an obfuscated eval(atob(...)) block after a legitimate-looking Tailwind plugin export. The decoded loader hides module names and constants behind \uXXXX escapes, queries Ethereum JSON-RPC endpoints (eth.blockscout.com/api, 1rpc.io/eth, eth.drpc.org, ethereum-rpc.publicnode.com, eth-mainnet.public.blastapi.io) for the latest transaction from hardcoded address 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, decodes the transaction's `to` field into two IPv4 addresses, fetches an XOR-encoded second-stage payload from those hosts, then runs it via eval() and a detached `spawn('node', ['-e', payload], {detached:true, stdio:'ignore', windowsHide:true}).unref()`. The loader executes whenever a consumer require()s the package, giving the operator of the referenced Ethereum address arbitrary code execution on the installer's machine with a detached child process that survives the parent. Source: ghsa-malware (440918fa5e74d85d8508518ef802551b6708d1a721f38f7882dc7235b1d63d7c) 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.

    Affected packages

    Package

    Name: tailwind-animationpack

    Purl: pkg:npm/tailwind-animationpack

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    2.3.7
    MAL-2026-12220 | CVE-DB