npm

bigops-rx-post-message @35.1.5

Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC

Malicious

OSV ID

MAL-2026-13248

Ecosystem

npm

Summary

On require() of bigops-rx-post-message, index.js executes _init.js at module top level, which downloads a platform-specific binary from Cloudflare Workers hosts whose names are assembled at runtime from string-split arrays (e.g. oob-worker.cf10x-*.workers.dev) with a DNS-TXT base64 fallback across sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The fetched bytes are written under /var/tmp or %TEMP% with a disguised name (.cache_<hex> / dotnet_diag_<hex>.exe), chmodded 0755, and spawn-detached via /bin/sh -c or cmd.exe. No hash or signature verification is performed, the destinations are not the publisher's infrastructure, and lib/telemetry.js contains the same dropper primitives with child_process obtained via string concatenation (require("child_"+"process")) and fs["chmod"+"Sync"] indexed by string to evade static scanners. Installing or requiring this package causes an unpinned, attacker-controlled executable to run on the installer's host.

Source: amazon-inspector (1298706de8e41561be6743e6d8349c5feefb81bec1ba71f3f2da3995d845ac98)

Protect your entire dependency tree

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