MAL-2026-12493

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/utility-kit-ts/MAL-2026-12493.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12493
Aliases
  • GHSA-p66g-m465-g72x
Published
2026-08-05T12:24:20Z
Modified
2026-08-06T01:21:43.686483892Z
Summary
Malicious code in utility-kit-ts (npm)
Details

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

Source: amazon-inspector (11d4f4654f1acbc26d30e2ea0cae4816bf6e3a847dce2456134d050a38a8a575)

The package's default export getPlugin issues a fetch to the hardcoded bare-IP URL https://31.97.137.157:45000/icons/109 and passes the returned data.credits field to the Function constructor, then invokes the compiled function with require, module, process, Buffer and other Node primitives bound in. Any code the remote host returns executes in the caller's Node.js process with full library privileges. A separate function setDefaultModule constructs a plausible cdnjs/font-awesome URL from an icon-domain map but is never called from any export, serving as decoy alongside the actual bare-IP eval sink. The package is advertised in its README as a zero-dependency TypeScript utility toolkit, but package.json declares dependencies (@primno/dpapi for Windows DPAPI unwrap, better-sqlite3, node-machine-id, socket.io-client, request) that are inconsistent with utility helpers and are pre-staged for the fetched payload to require — the building blocks of a credential/browser-cookie stealer.

Source: ghsa-malware (e4d47d251f81b0696dd32c48deec7ce497f8f72b3681dd774ea4446e11d0336e)

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": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T12:24:20Z",
            "sha256": "11d4f4654f1acbc26d30e2ea0cae4816bf6e3a847dce2456134d050a38a8a575",
            "id": "IN-MAL-2026-014641",
            "versions": [
                "1.3.2"
            ],
            "import_time": "2026-08-05T13:08:32.959583273Z"
        },
        {
            "import_time": "2026-08-06T00:58:53.422190631Z",
            "sha256": "e4d47d251f81b0696dd32c48deec7ce497f8f72b3681dd774ea4446e11d0336e",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-p66g-m465-g72x",
            "modified_time": "2026-08-05T13:20:25Z",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / utility-kit-ts

Package

Affected ranges

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

Affected versions

1.*
1.3.2

Database specific

cwes
[
    {
        "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."
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-UWJN2J9UL7GiUHd1HJsUkz8UkLSv+WLizCa8nRYKcq2kumSIVGv+9t9l3GaqnfuFz34r3N8ce6hlp0Vkn7jWKw==",
                "sha1": "51e687913b991e15eef304999b600c87ed545a38"
            },
            "filename": "utility-kit-ts-1.3.2.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "52f0e0867043e5bdee7b75188beca44929ccfdc656d42c09f76cea538d9d54d9",
            "tlsh": "e8c1716546fa31a36a63e0edf30f10027165e313375de931f48e42902fca568e5f24e8"
        },
        {
            "path": "package.json",
            "sha256": "068fbdd308fb8047b6c46ac32c5244167dddac29c55cef14f157954fb6565852",
            "tlsh": "13f02210ce24eeb315d565569c38909ba160d94f8e10f80c338a87ad4f4e9af26fe72d"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/utility-kit-ts/MAL-2026-12493.json"