MAL-2026-13066

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-maker-wave/MAL-2026-13066.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13066
Published
2026-08-05T14:27:58Z
Modified
2026-08-05T15:52:06.244814152Z
Summary
Malicious code in boxy-maker-wave (npm)
Details

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

Source: amazon-inspector (8e064a8b2cd4e63ee24471673e5ac8f3cfb9ffae86a7e05eae7562395c3716b4)

On require() of the package, index.js loads platform.js which selects a platform-specific endpoint, downloads an opaque binary over HTTPS from Cloudflare Workers hosts assembled via string-array joins (oob-worker.cf101-adf.workers.dev family) with a DNS-TXT fallback channel that resolves TXT records under sdk.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru / ext.dl.wel1.ru, reassembles base64 chunks into an executable, writes the file under a disguised name (dotnetdiag_*.exe /.cache_* /.analyticsstate) in a temp directory, chmods it 0755, and detached-spawns it via spawn("/bin/sh", ["-c", fp+" &"], {detached:true}).unref() (or spawn("cmd",...) on Windows). Destination hostnames are hidden from static scanners by array.join string concatenation, and the code is decorated with cover-story comments ("Cache validation", "Parallel DNS resolution") and telemetry-shaped env gates (DISABLETELEMETRY / ANALYTICSOPTOUT / DONOTTRACK) to masquerade as analytics. No hash/signature check on the fetched bytes; the hosts have no relationship to any publisher.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T14:27:58Z",
            "id": "IN-MAL-2026-015311",
            "import_time": "2026-08-05T15:19:44.170527562Z",
            "versions": [
                "35.2.1"
            ],
            "source": "amazon-inspector",
            "sha256": "8e064a8b2cd4e63ee24471673e5ac8f3cfb9ffae86a7e05eae7562395c3716b4"
        }
    ]
}
References
Credits

Affected packages

npm / boxy-maker-wave

Package

Affected ranges

Affected versions

35.*
35.2.1

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-DaLU0jq6i4JaFZiITWHXWdy5ECjEGUglcKrmphz6c7trBl60POln8m+/aDEMbnU+EDTbOSjrpLtCjOvSkeJW8Q==",
                "sha1": "e12d1038da8838839a5e1215d2246d6ef19d98a5"
            },
            "filename": "boxy-maker-wave-35.2.1.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_platform.js",
            "tlsh": "ada1759a026a70098bb097f4871b5419f65ff6633381c298f75c65981fb612483b2efc",
            "sha256": "15cd651dae03c63599b43053cad7279356412c880eb7191fc636bac1f9989fe6"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-maker-wave/MAL-2026-13066.json"