MAL-2026-13066

    Dashboard / Malicious Package / MAL-2026-13066

    MAL-2026-13066

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in boxy-maker-wave (npm)

    Details: 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 (dotnet_diag_*.exe /.cache_* /.analytics_state) 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 (DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK) to masquerade as analytics. No hash/signature check on the fetched bytes; the hosts have no relationship to any publisher.

    Affected packages

    Package

    Name: boxy-maker-wave

    Purl: pkg:npm/boxy-maker-wave

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    35.2.1
    MAL-2026-13066 | CVE-DB