MAL-2026-13581

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-inputrange/MAL-2026-13581.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13581
Published
2026-08-07T12:28:43Z
Modified
2026-08-07T13:20:44Z
Summary
Malicious code in dolyame-ui-inputrange (npm)
Details

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

Source: amazon-inspector (aae096235cf72db7f2e9908e53fa5a6e7c87718539a9e3452e0e34f7345ca80f)

On require of dolyame-ui-inputrange, init.js reconstructs a rotating list of Cloudflare Workers hostnames via split-string joins (e.g. ["oob-worke","r.cf101-adf.workers.de","v"].join("")) plus a DNS-TXT fallback under *.dl.wel1.ru, downloads a platform-specific binary, writes it to /tmp or %TEMP% under disguised names (.cache, dotnet_diag_.exe), sets mode 0755 via bracket-property assembly (fs["chmod"+"Sync"]), and spawns it detached via cp.spawn("/bin/sh", ["-c", filePath+" &"], {detached:true}).unref(). No native source is shipped in the tarball and the fetched bytes are opaque. lib/telemetry.js, re-exported by the package's main entry, duplicates the same dropper primitives (base64-decoded chunks written to disk, chmod 755, /bin/sh -c spawn) behind an "Analytics SDK" cover story, ensuring execution persists even if init.js is stripped. Runtime string reassembly of module names (require("child"+"process")) and destination hosts, plus opt-out env-var gates (DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, DO_NOT_TRACK) and a TTL cache file, are used to evade static analysis and hide repeat executions.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-016997",
            "import_time": "2026-08-07T12:51:21.485773179Z",
            "modified_time": "2026-08-07T12:28:43Z",
            "sha256": "aae096235cf72db7f2e9908e53fa5a6e7c87718539a9e3452e0e34f7345ca80f",
            "source": "amazon-inspector",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-inputrange

Package

Name
dolyame-ui-inputrange
View open source insights on deps.dev
Purl
pkg:npm/dolyame-ui-inputrange

Affected ranges

Affected versions

35.*
35.8.1

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "_init.js",
            "sha256": "a9ab753045073c1a570f3c4b7dd576d85bcb8b6dd86282bd7d165e68904e8655",
            "tlsh": "02a1c55516fa70280a92b1d8c41f9826709ffa9336c1d9c4fb4c66949fd762883f29fc"
        },
        {
            "path": "lib/telemetry.js",
            "sha256": "4c7322e0a5414c157bf4b8ebb45450dcca0b0ee5b41a5f0e7a9bbc4e10d228b4",
            "tlsh": "2073304966fb10214263b0685fab40437635c4072a4aed5dba9c43ec9f8db3896f1fb9"
        }
    ],
    "package_integrity": [
        {
            "filename": "dolyame-ui-inputrange-35.8.1.tgz",
            "hashes": {
                "sha1": "d4e08a24db24509fe2eab1f67ca201b24ad7ce01",
                "sha512_sri": "sha512-Ju9qP4SUkuEWpQcQ0OA5l6pW7SXwZrgisdngMkEViSORzI/yk5pxQpXNBaB/3SJsrPlqjVsJMpqdsbienGZDwA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-inputrange/MAL-2026-13581.json"