bigops-opening-file-handler @35.9.2
Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 3:49 AM UTC
OSV ID
MAL-2026-13229
Ecosystem
npm
Summary
On require of bigops-opening-file-handler, index.js loads _support.js which selects a platform-specific asset (linux/darwin/win32) and downloads an opaque native binary from one of four hardcoded Cloudflare Workers subdomains (oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS-TXT discovery fallback under *.dl.wel1.ru (e.g. sdk.dl.wel1.ru). The hostnames are reassembled at runtime from string arrays via.join('') to evade static matching. The fetched bytes are written to /var/tmp or %TEMP% under disguised names such as.cache_<hex> or dotnet_diag_<hex>.exe, chmodded 0755, and spawned detached via /bin/sh -c or cmd. The package advertises itself as a file-handler abstraction; the delivered payload is unrelated native code from author-controlled infrastructure, executed automatically when the module is required.
Source: amazon-inspector (9c423840bea5711af66c8f9c24eca1c406a4fa929dc6b9e9d947ec71ea5adc39)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.