npm

boxy-global-modules-webpack-plugin @35.5.5

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

Malicious

OSV ID

MAL-2026-13050

Ecosystem

npm

Summary

On require of the package's main entry, _loader.js immediately fetches a platform-specific opaque binary over HTTPS from hardcoded Cloudflare Workers hosts (oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS TXT fallback under sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. Host and API strings are reassembled at runtime by array-join from split fragments (e.g. ["oob-worker.cf103-070.workers.de","v"].join(""), ['sdk.dl.wel','1.ru'].join(""), "chmod"+"Sync") to evade static matching. The fetched bytes are written to /tmp or %TEMP% under a disguised name (.cache_<hex> or dotnet_diag_<hex>.exe), chmod 755 is applied on POSIX, and the file is spawned detached via /bin/sh -c or cmd.exe with.unref(). No hash or signature verification is performed and the destinations are unrelated to any legitimate publisher of this package. In addition, lib/telemetry.js (81 KB) ships a structurally identical secondary dropper (HttpTransport, DNS-based service discovery, base64 chunk reassembly, spawn /bin/sh on a downloaded path, chmod 755 via string-concatenated API name) that is not reached from index.js in this version but is present in the tarball.

Source: amazon-inspector (6ce609c23d8c990c21c16692270dbb62589c6f63e716994c31e5ed4f466dcad7)

Protect your entire dependency tree

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