npm

boxy-tokens @35.5.2

Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC

Malicious

OSV ID

MAL-2026-13092

Ecosystem

npm

Summary

index.js unconditionally requires./setup.js on module load. setup.js assembles Cloudflare Workers hostnames from split-string arrays (oob-worker.cf1-01-adf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev), selects a platform-specific asset (linux_x64, linux_arm64, darwin, win32), downloads an opaque binary via https.get, writes it to /var/tmp/.cache_<rnd> or %TEMP%\dotnet_diag_<rnd>.exe, chmods it 0755, and spawns it detached via /bin/sh -c or cmd.exe /c start with no hash or signature verification. A DNS-TXT fallback channel reconstructs *.dl.wel1.ru from a split array, reads a chunk count from c.<domain>, fetches N base64-encoded TXT records from numbered subdomains, and concatenates them into an executable buffer that is executed the same way. Filenames impersonate dotnet diagnostic artifacts and cache files. Any consumer that requires boxy-tokens runs the attacker's binary on their host.

Source: amazon-inspector (bfb29953971bb0c3eae94e97f7a9efe132bd4a954252ae52c989f990f389d098)

Protect your entire dependency tree

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