MAL-2026-13198

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-types/MAL-2026-13198.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13198
Published
2026-08-05T15:08:33Z
Modified
2026-08-05T15:53:09.253323763Z
Summary
Malicious code in dolyame-ui-types (npm)
Details

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

Source: amazon-inspector (237fff59f0e3f9c92ab2644c3ec861289c7132a613b7886e41820b2a04054d38)

On require() of the package, helpers.js downloads a platform-specific binary from hardcoded Cloudflare Workers mirrors (oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev) with DNS-TXT fallback to sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. The retrieved bytes are written to a disguised path (.cache<hex> on POSIX, dotnetdiag<hex>.exe on Windows), chmod'd to 0755, and spawned detached via /bin/sh -c or cmd. Destination hostnames are reconstructed at load time from split-string arrays joined with.join("") to evade static string matching. The package name suggests a type-definitions library, which has no need for outbound network I/O, binary retrieval, or child process execution.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "sha256": "237fff59f0e3f9c92ab2644c3ec861289c7132a613b7886e41820b2a04054d38",
            "versions": [
                "35.8.2"
            ],
            "import_time": "2026-08-05T15:19:59.080220487Z",
            "modified_time": "2026-08-05T15:08:33Z",
            "id": "IN-MAL-2026-015582"
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-types

Package

Affected ranges

Affected versions

35.*
35.8.2

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "8e18f0334d9356d05e6ade1c2614049777df06a7",
                "sha512_sri": "sha512-RVqh7CoA+j0PSVKP7ucmhcO5UB0vghODsI17vHGaqxVxHX9qsD+KJHoe86fL3/OtewpBk1mAILDdlDuRJ4jrzg=="
            },
            "filename": "dolyame-ui-types-35.8.2.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_helpers.js",
            "sha256": "b5ecccf2d3cd7818feeae66fe7ebde8a9f1d7a0ae8cd65e1ca6ae026f401408b",
            "tlsh": "9fa1a66a166a701847b0d7e4c7176816f65af6637380c2d8f79c69981fb212482b3efc"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-types/MAL-2026-13198.json"