MAL-2026-13337

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-mobile-bnpl-button-set/MAL-2026-13337.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13337
Published
2026-08-05T15:19:43Z
Modified
2026-08-05T16:50:59.105686225Z
Summary
Malicious code in dolyame-boxy-mobile-bnpl-button-set (npm)
Details

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

Source: amazon-inspector (ce4829363e0b5248ca374f2bd545b219d5235bbc96936ba5bd9d06f369878538)

On require, index.js loads shim.js which selects a platform-specific endpoint from a set of runtime-assembled Cloudflare Workers hosts (oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS-TXT base64 fallback under sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. Hostnames are hidden by splitting across array fragments joined at runtime. shim.js downloads an opaque binary payload with no hash or signature verification, writes it to /tmp or %TEMP% under decoy filenames (dotnetdiag<rand>.exe on Windows,.cache<rand> on Unix), chmods it 0755, and spawns it detached via cmd.exe /c start or /bin/sh -c '<file> &'. A marker file analyticsstate/.analyticsstate is written, stderr logging is suppressed, and environment opt-outs (DISABLETELEMETRY, ANALYTICSOPTOUT, DONOTTRACK) frame the dropper as telemetry. A dormant 81 KB lib/telemetry.js contains a parallel download-write-chmod-spawn code path with base64 payload reassembly, not currently referenced. The declared purpose of the package (a BNPL button UI component) does not require fetching or executing native binaries.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T15:19:43Z",
            "source": "amazon-inspector",
            "sha256": "ce4829363e0b5248ca374f2bd545b219d5235bbc96936ba5bd9d06f369878538",
            "import_time": "2026-08-05T16:13:28.825443393Z",
            "id": "IN-MAL-2026-015655",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-boxy-mobile-bnpl-button-set

Package

Name
dolyame-boxy-mobile-bnpl-button-set
View open source insights on deps.dev
Purl
pkg:npm/dolyame-boxy-mobile-bnpl-button-set

Affected ranges

Affected versions

35.*
35.8.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-boxy-mobile-bnpl-button-set-35.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-kePXddWfxWsR2d6AYqKkI3suJaPT9736tgzRVLGWdF3x99NX/f9VV+EYCN4r9mcey+St8aO9vt2PTzJQN3SWzQ==",
                "sha1": "2a514f9c10180bc2717be8e919290320bde8cf49"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "6ab1b69a165a60184bb0ebe0cb175815f56ef6633781c294f75c65881fb312483b2efc",
            "sha256": "c52a8e005c80e158b98dc3f0b0ee95ea9910b071651198ae6afbbfb310e38103",
            "path": "_shim.js"
        },
        {
            "tlsh": "4e835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "0d4b899dff222daef963fed3ee1b0c8ae8672e61f12e786c211df735eaaf5f61",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-mobile-bnpl-button-set/MAL-2026-13337.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]