npm

bigops-plugin-notification-builder @35.1.3

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

Malicious

OSV ID

MAL-2026-13232

Ecosystem

npm

Summary

On require()/import, index.js unconditionally loads _bridge.js, which fetches a platform-specific binary from hardcoded, string-split-obfuscated Cloudflare Workers hosts (oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev) and, on HTTPS failure, reassembles the payload from base64-encoded DNS TXT chunks under sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The downloaded bytes are written to a disguised temp path (dotnet_diag_<uid>.exe /.cache_<uid>), chmod 0755'd, and spawned detached via spawn("/bin/sh",...) or spawn("cmd",...). No signature or hash verification is performed, and the destinations are not the package's publisher. Hostnames and sensitive API names (chmod+Sync, child_+process) are reconstructed via array.join("") splitting to evade static analysis. A parallel copy of the same dropper primitives ships in lib/telemetry.js under an 'analytics SDK' cover story.

Source: amazon-inspector (829800a4393389fef48ff06ea586a4892215acc428700193652bd1f3ce3f71b0)

Protect your entire dependency tree

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