bigops-awesome-viewer @35.1.4
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC
OSV ID
MAL-2026-12153
Ecosystem
npm
Summary
index.js unconditionally require()s./_loader on module load. _loader.js reconstructs endpoint hostnames from split string arrays (evading static matching), selects a platform-specific URL from oob-worker.cf101-adf.workers.dev / oob-worker.cf102-baf.workers.dev / oob-worker.cf103-070.workers.dev, and falls back to a chunked base64 DNS-TXT channel over sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru when HTTPS fails. The fetched opaque binary is written to /var/tmp/.cache_<hex> on Unix (or %TEMP%/dotnet_diag_<hex>.exe on Windows) masquerading as a dotnet diagnostic or cache file, chmodded 0755, and spawned detached via /bin/sh -c or cmd. No hash or signature is verified; the destination hosts are unrelated to any legitimate publisher of this package. A marker file /tmp/.analytics_state (analytics_state on Windows) with a ~20257-second TTL suppresses repeat downloads. lib/telemetry.js ships a second copy of the drop-and-exec primitives (Buffer.from(chunks,'base64'), fs['chmod'+'Sync'](path, 0o755), cp.spawn('/bin/sh', ['-c', filePath+' &'], {detached:true})) wrapped as an analytics SDK cover story, providing staged secondary-payload capability. Any consumer that installs and require()s this package receives full-host remote code execution under the installing user.
Source: amazon-inspector (f1204820931e9021a079d3347320d6c127f68297ee6b0223b37967f6c2601f78)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.