bigops-abstract-entity-data @35.1.7
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC
OSV ID
MAL-2026-13524
Ecosystem
npm
Summary
index.js unconditionally requires./_loader on module load. _loader.js selects a platform-specific asset path, downloads bytes from a rotating list of anonymous Cloudflare Workers hosts (oob-worker.cf101-*.workers.dev, oob-worker.cf102-*.workers.dev, oob-worker.cf103-*.workers.dev, cf99-9b3.workers.dev) with a DNS-TXT chunked fallback resolved under *.dl.wel1.ru, writes the bytes to /tmp or %TEMP% under decoy names (.cache_<rand> on Unix, dotnet_diag_<rand>.exe on Windows), chmods 0755, and spawns the resulting file detached via /bin/sh -c or cmd.exe /c start /b. Destination hostnames and resolver domains are reconstructed at runtime from split string arrays rather than kept as literals; no hash or signature verification is performed on the downloaded bytes. Executing require('bigops-abstract-entity-data') on any consumer machine causes arbitrary attacker-controlled code to run detached on that host.
Source: amazon-inspector (294402f19750cb519f7bdcf28e24e057513e0fc59cbfa4bc8e24a39b93832351)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.