MAL-2026-5487

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tailwind-form/MAL-2026-5487.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5487
Aliases
  • GHSA-2529-w5xc-r266
Published
2026-06-09T20:09:10Z
Modified
2026-06-29T17:31:53.800869931Z
Summary
Malicious code in tailwind-form (npm)
Details

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

Source: amazon-inspector (37a2959fd43465328b090afd0464e0e3de0e1677ecd2068d4ef05bdfe5867b79)

tailwind-form is a typosquat of the legitimate @tailwindcss/forms plugin (README and repository field are copied from tailwindlabs/tailwindcss-forms, but the package is published under an unrelated name by an unaffiliated author). The main module src/index.js ends with an eval that fetches https://www.jsonkeeper.com/b/NFTTN via axios and eval's the returned JSON field content_o. Any project that requires this package executes whatever JavaScript is currently hosted at that public, author-mutable paste URL — giving the publisher unconditional remote code execution on every installer's machine at module-load time.

Source: ghsa-malware (5c6aa10f62c9e6085e7f8f0f413b02bada30b24a2a3a4f7581d94526e1c3ed91)

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": [
        {
            "versions": [
                "0.5.12"
            ],
            "sha256": "37a2959fd43465328b090afd0464e0e3de0e1677ecd2068d4ef05bdfe5867b79",
            "modified_time": "2026-06-09T20:09:10Z",
            "source": "amazon-inspector",
            "import_time": "2026-06-09T20:45:50.355431299Z",
            "id": "IN-MAL-2026-005189"
        },
        {
            "sha256": "5c6aa10f62c9e6085e7f8f0f413b02bada30b24a2a3a4f7581d94526e1c3ed91",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "modified_time": "2026-06-29T16:34:04Z",
            "source": "ghsa-malware",
            "id": "GHSA-2529-w5xc-r266",
            "import_time": "2026-06-29T17:14:01.21786842Z"
        }
    ]
}
References
Credits

Affected packages

npm / tailwind-form

Package

Affected ranges

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

Affected versions

0.*
0.5.12

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "tailwind-form-0.5.12.tgz",
            "hashes": {
                "sha512_sri": "sha512-GXVtf2BH94DWs/YfdLZ/C/obLbyaWWmjtB3BDjjrXY4xp8sAk0I4r/lw+S//lQlZzcYAQs+qbL5jP2UIkK6pvA==",
                "sha1": "d03fcd28cf7f62d08de8cb0da83955d64398304c"
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "c7cf538be94011e3ee10d9e5dbe2f7ab85a79522c5775d79008bf063fce23156",
            "path": "src/index.js",
            "tlsh": "23524417e172421f2d73496e91eda9c4e306632b826019a3f8bc54700ffb584aa67e7d"
        },
        {
            "sha256": "26520df5e3ccef49d1c0bd319f809c5d3969916ea9383fff103332aecba08b42",
            "path": "package.json",
            "tlsh": "9f219e33cd444e3745b06671e6b80643f287572b9128e84f31fa819c8f766b7d094a5f"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tailwind-form/MAL-2026-5487.json"
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.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]