bigops-outgoing-call @35.1.6
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 6:15 PM UTC
OSV ID
MAL-2026-13231
Ecosystem
npm
Summary
On require of index.js the package loads _runtime.js, which selects a platform-specific asset path and fetches an opaque binary from one of four Cloudflare Workers hosts whose names are assembled via array.join("") string-splitting (oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS TXT covert-channel fallback that reassembles a base64-encoded payload from numbered TXT records under wel1.ru. The fetched bytes are written to /tmp or %TEMP% under disguised names (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmodded 0755, and spawned detached via /bin/sh -c or cmd.exe. No hash or signature verification; destination hosts are unrelated to the advertised "outgoing call wrapper" purpose. The tarball also ships an undeclared ~80 KB lib/telemetry.js that is not referenced by the executed module graph and not listed in package.json files.
Source: amazon-inspector (536ee260eadf72447df4e01eb549a86779846d21b3b9b539b486f2bcd65ba750)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.