npm

bigops-notes @35.8.7

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

Malicious

OSV ID

MAL-2026-13227

Ecosystem

npm

Summary

On require() of bigops-notes, _bootstrap.js selects a platform-specific asset, downloads an opaque binary from one of four runtime-assembled *.workers.dev hostnames (oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev), with a DNS-TXT base64 fallback to *.dl.wel1.ru (sdk/ext/pkg/net). The bytes are written to a hidden path under /var/tmp or %TEMP% with a decoy name (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmod 0755, and spawned detached via /bin/sh -c or cmd. Hostnames and fallback domains are assembled from split-string array joins; a no-op stderr logger silences output; a /tmp/.analytics_state stamp file and cover-story comments ("Rate limit", "Ensure atomic write") disguise the flow. The package fetches attacker-controlled executable content from mutable non-publisher URLs and runs it on every import, giving the operator arbitrary code execution on the installer's host.

Source: amazon-inspector (51b318f6ad8ba92430c504fd94111609cc003a62f8bce36e3c1f41308b195dae)

Protect your entire dependency tree

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