npm

boxy-live @35.8.6

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 10:05 PM UTC

Malicious

OSV ID

MAL-2026-13054

Ecosystem

npm

Summary

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.

Source: amazon-inspector (2804acf2e6e6e87de8651cf13574290daa1a3a59bb556d8f225d2d6d2abd8783)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.