MAL-2026-13564

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

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

Source: amazon-inspector (1c924fc6297738267a66dffbb2d06dcca26e888b5c3abd1f10b20c22faa3e3b7)

On require of index.js, the package loads polyfill.js and lib/telemetry.js which download a platform-specific native binary from Cloudflare Workers subdomains (oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev) with a DNS TXT fallback to *.dl.wel1.ru. Destination hostnames and the childprocess module name are assembled at runtime from split-string arrays to evade static scanners. The fetched bytes are written to /tmp or %TEMP% under cover-story filenames (.cache<rand>, dotnetdiag_<rand>.exe), chmodded to 0755, and spawned detached via /bin/sh -c '<path> &' or cmd. lib/telemetry.js contains a duplicate write-chmod-spawn path decoded from base64 buffers, ensuring execution if _polyfill.js is removed. The package presents itself as a UI/data-QA utility; the loader-dropper behavior does not match that stated purpose.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-07T12:28:35Z",
            "source": "amazon-inspector",
            "sha256": "1c924fc6297738267a66dffbb2d06dcca26e888b5c3abd1f10b20c22faa3e3b7",
            "import_time": "2026-08-07T12:51:21.446381682Z",
            "id": "IN-MAL-2026-016996",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-dataqa

Package

Affected ranges

Affected versions

35.*
35.8.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-ui-dataqa-35.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-PamDOHXerFgzd9Ds4Dua5lm117Jx7H0/9zoIBUkUGVciP9N0HrYtn2hE5k5Xx2GVYUS7FPqkxRNk3HM/4ebz1Q==",
                "sha1": "5f2ace63f674e319709ae84ce887eb51f08143b2"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "dba1c75a16fb70180693e5d4852f5816b29bfa5332d4e8c4fb4ca6944fd627883b38ec",
            "sha256": "f1a4545973fac0bd382811cfa3e0dfe923f9a908ddbfce4816904ab94eb19bad",
            "path": "_polyfill.js"
        },
        {
            "tlsh": "3b73304966fb10214263b0685fbb40437635c4072a4aed5dba9c43ec9f8db3896f1fb9",
            "sha256": "e722caf302f0204a20842ca68bc767f5893f56a1ace89948150ed67f702c319d",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-dataqa/MAL-2026-13564.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]