npm

bigops-tcrm-permissions @35.6.1

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

Malicious

OSV ID

MAL-2026-12839

Ecosystem

npm

Summary

On require of bigops-tcrm-permissions, index.js loads _runtime.js which fetches a platform-specific binary from hardcoded Cloudflare Workers hosts (oob-worker.cf101-adf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT base64 fallback via sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru, writes the bytes to /var/tmp or %TEMP% under a hidden/decoy name, chmods the file 0755, and spawns it detached via /bin/sh -c or cmd. No hash or signature verification is performed, and the destinations are not associated with the package publisher. Destination hostnames and dangerous API names (require("child_"+"process"), fs["chmod"+"Sync"]) are reassembled at runtime from string fragments to evade static matching. lib/telemetry.js contains a duplicate dropper flow (base64-assembled chunks, write, chmod 755, spawn /bin/sh detached) under an 'Analytics SDK' cover story, providing a second execution path against the same C2 infrastructure. The advertised purpose is a permissions SDK; dropping and executing native binaries from unrelated infrastructure is inconsistent with that purpose.

Source: amazon-inspector (a20b19aa6d3666cf99d03011aefd683f0d560b45dac6f27c2915dd68dd95bc0d)

Protect your entire dependency tree

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