MAL-2026-11487

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tailwindcss-anim/MAL-2026-11487.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11487
Aliases
  • GHSA-m326-xg22-g2fx
Published
2026-08-02T17:11:57Z
Modified
2026-08-05T07:21:33.150986761Z
Summary
Malicious code in tailwindcss-anim (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (e01f26860cd01782ea3614f8dd2d144ced75af610edac79984c24d67dee41d8a)

index.js hides a base64-encoded payload after a long run of tab characters and executes it via eval(atob(...)) at module load, so any require()/import of the package triggers the dropper. The decoded payload queries Ethereum JSON-RPC endpoints (eth.blockscout.com/api, eth.drpc.org, ethereum-rpc.publicnode.com, eth-mainnet.public.blastapi.io) for the latest transaction from the hardcoded address 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, extracts two IPv4 addresses from the transaction's to field bytes, HTTP-fetches an XOR-obfuscated stage-2 from those IPs, and runs it via eval and spawn("node", ["-e", payload], {detached:true, stdio:"ignore", windowsHide:true}).unref(). Sensitive identifiers (http, https, child_process, spawn, x-payload-b64) are written as \u-escaped sequences to evade text search. The blockchain-derived indirection lets the operator rotate stage-2 hosts by broadcasting a new transaction from the watched address, giving a resilient, mutable control channel for arbitrary code execution on the installer host. The package is presented as a Tailwind CSS animation plugin, which is unrelated to any of this behavior.

Source: ghsa-malware (ab2952f4dabc751cf85689160b2079f073f999b801ce9d59f08d417af7775232)

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "ab2952f4dabc751cf85689160b2079f073f999b801ce9d59f08d417af7775232",
            "id": "GHSA-m326-xg22-g2fx",
            "import_time": "2026-08-02T22:41:05.031314Z",
            "modified_time": "2026-08-02T17:11:58Z",
            "source": "ghsa-malware"
        },
        {
            "versions": [
                "1.3.3"
            ],
            "import_time": "2026-08-04T21:33:13.914044218Z",
            "sha256": "79f804cc6f7d43a42f9fadaa59c054cf08ed5a9248a36d67645ce1e950484d34",
            "id": "IN-MAL-2026-011020",
            "modified_time": "2026-08-04T21:20:45Z",
            "source": "amazon-inspector"
        },
        {
            "versions": [
                "1.3.5"
            ],
            "import_time": "2026-08-04T21:33:13.958166816Z",
            "sha256": "e01f26860cd01782ea3614f8dd2d144ced75af610edac79984c24d67dee41d8a",
            "id": "IN-MAL-2026-011021",
            "modified_time": "2026-08-04T21:20:52Z",
            "source": "amazon-inspector"
        },
        {
            "versions": [
                "1.1.1"
            ],
            "import_time": "2026-08-05T06:00:52.315689662Z",
            "sha256": "f78acb2b0abb2059768fec10bdee759ed6960b8931d4082efbcd765aefa364dc",
            "id": "IN-MAL-2026-013192",
            "modified_time": "2026-08-05T05:47:03Z",
            "source": "amazon-inspector"
        },
        {
            "source": "amazon-inspector",
            "import_time": "2026-08-05T07:06:42.066909347Z",
            "sha256": "6b7c86dc0738e0cd06db82a6fba3e53757c9ad34aeb17edd00eaa8f9a009a6c3",
            "id": "IN-MAL-2026-013337",
            "modified_time": "2026-08-05T06:08:45Z",
            "versions": [
                "1.1.0"
            ]
        },
        {
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-05T07:06:43.778154658Z",
            "sha256": "6faab74a833b263b886030a653a70766070e1a5b2471e532e99d2c310953b335",
            "id": "IN-MAL-2026-013368",
            "modified_time": "2026-08-05T06:13:13Z",
            "source": "amazon-inspector"
        },
        {
            "versions": [
                "1.2.2"
            ],
            "import_time": "2026-08-05T07:06:42.119358476Z",
            "sha256": "edd6f17e83205fdba2d3034f2e54dcf8ef1b2b407ff1d0c84755337e3d2f0c20",
            "id": "IN-MAL-2026-013338",
            "modified_time": "2026-08-05T06:08:53Z",
            "source": "amazon-inspector"
        },
        {
            "source": "amazon-inspector",
            "import_time": "2026-08-05T07:06:42.012576503Z",
            "sha256": "42fb367785d55a9d9775c78b25e8983bfa5a0e976b8687763890e9d0fa6080b5",
            "id": "IN-MAL-2026-013336",
            "modified_time": "2026-08-05T06:08:37Z",
            "versions": [
                "1.2.1"
            ]
        },
        {
            "versions": [
                "0.0.1"
            ],
            "import_time": "2026-08-05T07:06:42.348360728Z",
            "sha256": "44282f9228150d73c14317ef075d144119d750bcea7173be0ff47a84f7867d40",
            "id": "IN-MAL-2026-013343",
            "modified_time": "2026-08-05T06:09:38Z",
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / tailwindcss-anim

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.0.1
1.*
1.0.0
1.1.0
1.1.1
1.2.1
1.2.2
1.3.3
1.3.5

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "044349fde1f9e226ff2361ec0259acfe177304a89ef1f9241c7f8d4c697b0e35",
            "tlsh": "50726fe6b69a364bcf074523fe7b878e1b39847162ad1b787013887523c5c98269d30f"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tailwindcss-anim/MAL-2026-11487.json"