npm

bigops-logs-player @35.2.8

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

Malicious

OSV ID

MAL-2026-13223

Ecosystem

npm

Summary

On require() of bigops-logs-player, index.js loads _polyfill.js, which reconstructs a list of Cloudflare Workers hostnames (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev) from split string fragments to hide them from static scanners. It downloads an OS-specific native binary via https.get, writes it to /tmp or %TEMP% under a disguised name (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmods it 0o755, and spawns it detached through /bin/sh or cmd.exe. A DNS-TXT covert-channel fallback resolves alternate hosts under *.dl.wel1.ru (also assembled from split fragments). A freshness marker and environment opt-outs gate execution to reduce noise. The package advertises itself as a log-transport library; fetching and executing a native binary from obfuscated attacker-controlled infrastructure has no relation to that purpose.

Source: amazon-inspector (f5a922558781f9614bc47976e2e695cc8a5996ef51865fb5b37928f842718b5d)

Protect your entire dependency tree

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