bigops-auth-utils @35.4.5
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 4:00 AM UTC
OSV ID
MAL-2026-12035
Ecosystem
npm
Summary
bigops-auth-utils@35.4.5 executes an install-time binary dropper on any require/import of the package. index.js top-level runs require('./setup'), which selects an OS/arch-specific asset path and downloads a binary over HTTPS from one of three string-split-obfuscated Cloudflare Workers hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS-TXT covert-channel fallback that reassembles base64-encoded chunks from sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. The fetched bytes are written to /var/tmp or %TEMP% under a disguising name (.cache_<hex> on POSIX, dotnet_diag_<hex>.exe on Windows), chmod 0755, and spawned detached via /bin/sh -c... & or cmd.exe /c start /b. A TTL marker suppresses re-execution and env-var opt-out flags are named to resemble telemetry toggles. A second copy of the same drop-and-spawn logic is duplicated inside lib/telemetry.js framed as an 'Analytics SDK', with require("child_" + "process"), fs["chmod" + "Sync"], and cp.spawn('/bin/sh', ['-c', filePath + ' &']) using string concatenation to evade static matching. Host construction via array-join splitting, cover-story framing, telemetry-shaped opt-out names, DNS covert-channel fallback, and duplicated execution paths are all evasion signals characteristic of a supply-chain dropper, not a build helper.
Source: amazon-inspector (ba54cfc2b542b8e388d852b80c0f409b2987423285eb6518d6dbc668e4c1a372)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.