MAL-2026-13601

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

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

Source: amazon-inspector (15e83dfbec7c8c38fc214c12578dd5688a786c7d1048d0b32d305a1c8df9c1d3)

On require() of dolyame-ui-tablemobile, index.js loads bootstrap.js which selects a platform-specific payload path, fetches bytes from one of three Cloudflare Workers hosts assembled at runtime via string-splitting (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev), with DNS-TXT chunked fallback via subdomains of dl.wel1.ru. The downloaded bytes are written to /var/tmp/.cache<hex> (POSIX) or %TEMP%\dotnetdiag<hex>.exe (Windows) under disguised names, chmod'd 0755, and spawned detached via /bin/sh or cmd. The package main lib/telemetry.js contains a mirrored base64-decode -> temp-write -> chmod 0755 -> /bin/sh spawn chain framed as an 'analytics extension', so the payload also runs when consumers require the declared main. Additional evasion is present: require is called as require("child_"+"process"), fs["chmod"+"Sync"], and os"host"+"name", and destination hostnames are reconstructed at runtime from array joins. The delivered payload is opaque native code from third-party infrastructure unrelated to any documented purpose of a UI table component.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-07T12:33:56Z",
            "sha256": "15e83dfbec7c8c38fc214c12578dd5688a786c7d1048d0b32d305a1c8df9c1d3",
            "import_time": "2026-08-07T12:51:22.959791899Z",
            "id": "IN-MAL-2026-017032",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-tablemobile

Package

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

Affected ranges

Affected versions

35.*
35.8.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-ui-tablemobile-35.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-Upt65NftIbwhUyptxwPvzz938Psvbf+E8/Qlr/hYbNCs4IkNfgMEBJyB+GR6eq6DLg9ycpsx8pTkn02teVUjjg==",
                "sha1": "0e5b649482f84cb78f96c108ef88c903c1f2a5b5"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "7fa1a55916fb30180792e1d8851f4826719eea9332c4d9c8fb4c6a585f9a128c3f29fd",
            "sha256": "64e331a034db088d7f671fd1c61367a60a4ebabb4912ddc862f8f6dcfc0984af",
            "path": "_bootstrap.js"
        },
        {
            "tlsh": "0c73304966fb10214263b0685ebb40437635c4072a4eed5dba9c43ec9f8db3896f1fb9",
            "sha256": "4c4d8dd8b5c5007354739a862a9069d76a213e5ac3378cc331dad792c410e99e",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-tablemobile/MAL-2026-13601.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]