MAL-2026-13579

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

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

Source: amazon-inspector (4beb1232e4847e2167eb5709a0698e81199b3800c28f51b0cc47ba420ab02cad)

On require of the package, index.js loads support.js, which fetches a platform-specific binary from string-split Cloudflare Worker hostnames (oob-worker.cf10{1,2,3}-*.workers.dev), writes it under /var/tmp/.cache or Windows Temp as dotnet_diag_.exe, chmods it 0755, and spawns it detached via /bin/sh -c ' &' (or cmd on Windows). When the workers.dev endpoints are unreachable, support.js falls back to a DNS TXT covert channel against sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru, reassembling a base64 payload from chunked TXT records. lib/telemetry.js implements a parallel drop-and-execute path under an 'analytics SDK' framing, using base64-decoded buffers, fs['chmod'+'Sync'] to 0755, and cp.spawn('/bin/sh', ['-c', filePath+' &']). Hostnames, endpoint paths, and the child_process import are constructed with string-split/concatenation (require('child'+'process'), ['oob-worker.cf103-0','70.workers.dev'].join('')) to evade static detection. The staging filename (dotnet_diag_.exe) mimics system tooling, the destinations are not the package publisher, and the fetched bytes are unpinned and unverified.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-016975",
            "import_time": "2026-08-07T12:51:20.554083013Z",
            "modified_time": "2026-08-07T12:25:31Z",
            "sha256": "4beb1232e4847e2167eb5709a0698e81199b3800c28f51b0cc47ba420ab02cad",
            "source": "amazon-inspector",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-inputmoney

Package

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

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": "_support.js",
            "sha256": "3e9b89987418c5b6eb7fdacaaae2514ce8d9ee917d086772697ac626266e7bbd",
            "tlsh": "eca1b55a17fa30180693e5d4852f5826b19be5533284d580ff4cb6a44fdb17983b39fc"
        },
        {
            "path": "lib/telemetry.js",
            "sha256": "7906ffdae4e5c469404bef21854a27faf708cfee760fef6301f370b0d2fc2caf",
            "tlsh": "6a73304966fb10214263b0685fbb40437635c4072a4aed5dba9c43ec9f8db3896f1fb9"
        }
    ],
    "package_integrity": [
        {
            "filename": "dolyame-ui-inputmoney-35.8.1.tgz",
            "hashes": {
                "sha1": "1e999e816d755a2a542ffd85c349fd857848fbf2",
                "sha512_sri": "sha512-9+1RdE6hHVq88SxO1AvN44axp7LWVMEDXwQ7dwdUmExxQ1xJB91Zl9nDevb/CzMIbFDrWwTdYGXVEmetsUkw+g=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-inputmoney/MAL-2026-13579.json"