MAL-2026-13173

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

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

Source: amazon-inspector (6f473b4f8898130c8b57fd3a129bf81a38b449ea8970e58a6e4c486943eb5579)

Requiring the package triggers async initialization in support.js that downloads a platform-specific binary (linux x64/arm64, darwin, win32) from Cloudflare Workers hosts and *.dl.wel1.ru mirrors whose hostnames are assembled at runtime via array.join("") string splits, with a DNS-TXT fallback resolver for the same domain family (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru). The fetched bytes are written to /var/tmp/.cache<rand> on Unix or TEMP/dotnetdiag<rand>.exe on Windows, chmodded 0755, and spawned detached via /bin/sh -c or cmd /c start. childprocess is loaded via require("child" + "process") and fs.chmodSync via fs["chmod" + "Sync"] to evade static scanners. The package advertises itself as a React UI component library; none of this behavior relates to that purpose. Attacker-controlled binaries with disguised on-disk names (dotnetdiag,.cache) execute on every require() of the package.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T15:11:46Z",
            "source": "amazon-inspector",
            "sha256": "6f473b4f8898130c8b57fd3a129bf81a38b449ea8970e58a6e4c486943eb5579",
            "import_time": "2026-08-05T15:19:59.916427839Z",
            "id": "IN-MAL-2026-015603",
            "versions": [
                "35.5.3"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-pie

Package

Affected ranges

Affected versions

35.*
35.5.3

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-ui-pie-35.5.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-bO0S0Rnkwld1OGWwztRkFr67XCgDKtXhHbWetRDY4iF8SZ1SzmqDHlNY0tlcdCe5am1PvJwQxzzRBYKXG1p0Dw==",
                "sha1": "7e3c1bb9df175e0246b790067c4020a321b30059"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "a0a1979a16b670098bb0e7e4c7175416f65bf66333808294fb9c65944fb312883b2dfc",
            "sha256": "3e21fb4b3bfd338961a5c56f81fee1db9d8a2ebea4a08bc5564baeb62aa22fd3",
            "path": "_support.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-pie/MAL-2026-13173.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]