twork-data-services-proxy-invest-symbols-list @20.4.6
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC
OSV ID
MAL-2026-12298
Ecosystem
npm
Summary
On require() of this package, index.js loads _init.js which immediately downloads a platform-specific binary from hardcoded Cloudflare Workers endpoints (oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev) with a DNS-TXT base64 fallback via *.dl.well1.site. The fetched bytes are written to a temp path under disguised names (e.g. dotnet_diag_*.exe,.cache_*), chmod 0755, and detached-spawned via /bin/sh -c or cmd.exe start /b. Hostnames are assembled at runtime from split string arrays (e.g. ['oob-worker.cf100-416.w','orkers.','dev'].join('')) to defeat static hostname scanning. Destination is not the publisher's infrastructure, the fetched payload is opaque, and the package name has no legitimate reason to fetch and run a binary at import time. Platform gating, cooldown flag files, and telemetry-styled opt-out env-var names are consistent with a dropper attempting to blend in.
Source: amazon-inspector (cc81e5181d9c63254883ad238b48528c69f67f901daa5876684cc7490de64356)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.