npm

bigops-products-timeline-commons @35.1.6

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

Malicious

OSV ID

MAL-2026-13246

Ecosystem

npm

Summary

The package advertises itself as shared primitive types with a trivial no-op class in index.js, but index.js unconditionally require()s _loader.js, whose top-level bootstrap runs on any import. The loader assembles hostnames from split string fragments joined at runtime to hide them from static scanners, resolving to Cloudflare Workers subdomains such as oob-worker.cf99-9b3.workers.dev, with additional *.dl.wel1.ru fallbacks and a DNS TXT-record chunked download channel as covert transport. It selects a platform-specific binary (linux_x64, linux_arm64, darwin, win32), downloads it over HTTPS without pinning, hash, or signature verification, writes it to /var/tmp or %TEMP% under disguised names impersonating legitimate tooling (dotnet_diag_<hex>.exe on Windows,.cache_<hex> or.analytics_state on Unix), chmods it 0o755, and spawns it detached via /bin/sh -c or cmd with unref(). The library API surface is a decoy for this import-time loader side effect. The combination of unconditional import-time execution, obfuscated attacker-controlled destinations, DNS covert-channel fallback, disguised filenames, and unverified remote binary execution matches an install/import-time RCE dropper.

Source: amazon-inspector (83a98df74705a505fc378b760c3560eea108ccdce63e33c8733b56730efe324e)

Protect your entire dependency tree

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