MAL-2026-14189

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tailwind-extension-kit/MAL-2026-14189.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14189
Published
2026-08-19T00:00:14Z
Modified
2026-08-19T00:30:14.724837841Z
Summary
Malicious code in tailwind-extension-kit (npm)
Details

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

Source: amazon-inspector (7048fbbdab179b32cf7705e06d396bc0fb6a04df45872a6119324a545d8d03db)

Package is presented as a Tailwind CSS utility, but its default export getPlugin fetches JSON from a hardcoded bare-IP endpoint (https://31.97.137.157:45000/icons/109) and passes the returned data.credits field to new Function(...) bound with require, process, module, and Buffer, then invokes it. Following the README's instruction to register the default export as a Tailwind plugin causes Tailwind to invoke getPlugin, executing attacker-controlled JavaScript with full Node.js capabilities on the developer's machine. Cover-story framing (variables named IconProvider/iconDomain, a CDN hostname map for cloudflare/fastly/akamai/cloudfront, a /ajax/libs/font-awesome/... path fragment, a bearrtoken: "logo" header, and an unused setDefaultModule decoy) masks the loader as icon retrieval. Declared runtime dependencies (@primno/dpapi, better-sqlite3, node-machine-id) are consistent with browser-credential and cookie-stealer payloads that the fetched code can deploy.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T00:21:13.81055379Z",
            "source": "amazon-inspector",
            "modified_time": "2026-08-19T00:00:14Z",
            "sha256": "7048fbbdab179b32cf7705e06d396bc0fb6a04df45872a6119324a545d8d03db",
            "id": "IN-MAL-2026-018257",
            "versions": [
                "1.3.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / tailwind-extension-kit

Package

Name
tailwind-extension-kit
View open source insights on deps.dev
Purl
pkg:npm/tailwind-extension-kit

Affected ranges

Affected versions

1.*
1.3.2

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tailwind-extension-kit/MAL-2026-14189.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "52f0e0867043e5bdee7b75188beca44929ccfdc656d42c09f76cea538d9d54d9",
            "tlsh": "e8c1716546fa31a36a63e0edf30f10027165e313375de931f48e42902fca568e5f24e8",
            "path": "index.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "tailwind-extension-kit-1.3.2.tgz",
            "hashes": {
                "sha1": "f15894eb7c6dfdab20dc3df9b95db050f47b3fbe",
                "sha512_sri": "sha512-N7cUNcXYsRZ9HLLM/Mn6FGlrKoygpd440q4xjmpF5pVT90uhM+xYfIY61FHbWt2sK966uM037IG4CDQ2o6BEEQ=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]