MAL-2026-13178

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

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

Source: amazon-inspector (3c3f53ba29324123e792649baa012f91a2a980590dea560599490d8020b6274b)

On require of the package's main entry, helpers.js selects a platform-specific target path, fetches an opaque binary over HTTPS from author-controlled Cloudflare Worker subdomains (oob-worker.cf99-9b3.workers.dev, cf103-070/cf100-416/cf102-baf.workers.dev) with a DNS-based fallback to sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru, writes the bytes to /tmp or %TEMP% under disguised names ('.cache<rnd>', 'dotnetdiag<rnd>.exe'), chmods 0755 on Unix, and detached-spawns the file via '/bin/sh -c <path> &' or 'cmd /c start'. C2 hostnames and sensitive API names (childprocess, chmodSync) are assembled at runtime from split-string arrays joined with '' to defeat static analysis. A second copy of the same fetch → base64 → chmod 0755 → detached-spawn chain, with identical string-concatenation obfuscation of 'childprocess', is bundled in lib/telemetry.js as a parallel dropper. Any installer that requires this package executes attacker-controlled binaries with the user's privileges.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T15:10:26Z",
            "source": "amazon-inspector",
            "sha256": "3c3f53ba29324123e792649baa012f91a2a980590dea560599490d8020b6274b",
            "import_time": "2026-08-05T15:19:59.648300163Z",
            "id": "IN-MAL-2026-015595",
            "versions": [
                "35.8.9"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-react-dom-wrapper

Package

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

Affected ranges

Affected versions

35.*
35.8.9

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-react-dom-wrapper/MAL-2026-13178.json"
indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-ui-react-dom-wrapper-35.8.9.tgz",
            "hashes": {
                "sha512_sri": "sha512-iP7q2xwzG06LAtD/qUQYgkT2JtDhF9Yvk481cP26SaHpMAp8zy2hIMbNJxFrAAaCM/Pe2LWec5H6kHUKK1FzXQ==",
                "sha1": "1ca8e20b3be47109caf746bf38ada25471de27ec"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "34a1b65a16a670188bb09be5c7174416f65bf6633380c298f79ca5985f7312483b2efc",
            "sha256": "9fb0e81388448fd8a460b9087fd355fecf9cf5e852135c72ce3a932d91f9552a",
            "path": "_helpers.js"
        },
        {
            "tlsh": "a1835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "30aea8a1ff1054faca74bb638235d1e035934041e0499c9763b3c54e6e471365",
            "path": "lib/telemetry.js"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]