MAL-2026-14190

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

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

Source: amazon-inspector (39d25399b925f6d37feda28b303576e2ad1672667a44ba9708f5e0ee213089ff)

The package is advertised as a Tailwind CSS utility library, but the default export assembles a URL from split fragments resolving to https://31.97.137.157:45000/icons/109, fetches JSON from that endpoint, and passes the response's credits field to new Function('require','module',...,'Promise', data.credits), invoking it with require, process, and Buffer. This is arbitrary attacker-controlled code execution on the host that loads the package, with full Node privileges. A decoy setDefaultModule referencing CDN-lookalike domains and a Font Awesome icon path is present as cover-story metadata, and the fragmented URL assembly conceals the bare-IP destination. Declared dependencies (@primno/dpapi, better-sqlite3, node-machine-id) are consistent with a browser-credential-stealer payload delivered via the remote loader.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T00:21:14.056983183Z",
            "sha256": "39d25399b925f6d37feda28b303576e2ad1672667a44ba9708f5e0ee213089ff",
            "modified_time": "2026-08-19T00:00:24Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018258",
            "versions": [
                "1.3.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / tailwind-utility-kit

Package

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

Affected ranges

Affected versions

1.*
1.3.2

Database specific

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