MAL-2026-13054

    Dashboard / Malicious Package / MAL-2026-13054

    MAL-2026-13054

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in boxy-live (npm)

    Details: Source: amazon-inspector (2804acf2e6e6e87de8651cf13574290daa1a3a59bb556d8f225d2d6d2abd8783) On package load, index.js require()s _loader.js, whose top-level start() fetches a platform-specific unsigned binary from Cloudflare Workers hosts whose names are assembled at runtime from split substring arrays (oob-worker.cf10{0-3}-*.workers.dev). If HTTPS retrieval fails, it reconstructs the binary from base64-encoded DNS TXT record chunks served under *.dl.wel1.ru (hostnames such as sdk.dl.wel1.ru also assembled via ['sdk.d','l.wel1.r','u'].join(""); count fetched from c.<domain> TXT and chunks from N.<domain> TXT records). The retrieved bytes are written to a hidden/disguised path (.cache_<hex> under /var/tmp on Unix, dotnet_diag_<hex>.exe under %TEMP% on Windows), chmod 0755, and spawned detached via cp.spawn("/bin/sh", ["-c", fp + " &"], {detached:true, stdio:"ignore"}).unref() (or the cmd equivalent on Windows). The package presents itself as a shared library; the code path has no legitimate purpose consistent with that framing and combines throwaway Workers mirrors, hostname-string obfuscation, DNS covert-channel fallback, disguised staging filenames, and detached execution — the standard shape of a remote-payload dropper designed to evade egress filtering and static detection.

    Affected packages

    Package

    Name: boxy-live

    Purl: pkg:npm/boxy-live

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    35.8.6
    MAL-2026-13054 | CVE-DB