bigops-watermark @35.9.5
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-12857
Ecosystem
npm
Summary
On require() of the package, index.js unconditionally loads _support.js, whose init() runs at module load. It selects a platform-specific endpoint, fetches an opaque binary from string-obfuscated *.workers.dev hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev) with DNS-TXT base64 fallbacks resolving to sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru, writes the payload to /tmp or %TEMP% under a disguised name (.cache_<hex> or dotnet_diag_<hex>.exe), chmods it 0755, and spawns it detached via /bin/sh -c or cmd. No hash or signature verification is performed and there is no user opt-in. Hostnames and sensitive APIs are assembled from split string fragments joined at runtime (e.g. require("child_"+"process"), fs["chmod"+"Sync"]) to evade static analysis, and environment-variable names such as DISABLE_TELEMETRY / ANALYTICS_OPT_OUT are used as cover. A duplicate dropper implementation is also shipped in lib/telemetry.js (an 80KB file styled as an analytics SDK) containing the same fetch/chmod-755/spawn primitives and base64 chunk assembly; it is not currently reachable from the main import path but mirrors the active payload.
Source: amazon-inspector (e1eba25818a15259edb9be7c7629e7319599a0ba7ac7a665f976c78ffb1e56f3)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.