VDB
KO

MAL-2026-13526

Malicious code in bigops-shared-product-design (npm)

Details

--- _-= Per source details. Do not edit below this line.=-_

## Source: amazon-inspector (1d8f6d857df9a0aa674b5354167a3eb1c28634b9e61a9436f19a9ffcb8a8b734) bigops-shared-product-design@35.9.3 ships _adapter.js, which is unconditionally loaded via index.js on require(). On load it fetches a platform-specific native binary from hardcoded Cloudflare Workers hosts (oob-worker.cf101-a.workers.dev, cf99-9b3.workers.dev, cf100-416.workers.dev), with a DNS-TXT fallback that queries resolver domains under dl.wel1.ru (sdk./ext./pkg./net.). The fetched bytes are written to /tmp/.cache_<rand> on Unix or %TEMP%/dotnet_diag_<rand>.exe on Windows, chmod'd to 0755, and spawned detached via /bin/sh -c or cmd /c start. Destinations and resolver domains are assembled at runtime by joining fragmented string literals (["oob-worker.cf101-a","df.workers.","dev"].join(""), ['sdk.dl.wel1.r','u'].join(""), require("child_"+"process")) to evade static analysis. No hash pinning, no signature check, destinations unrelated to any documented publisher. A sibling module lib/telemetry.js contains the same download-chmod-spawn pattern with base64-decoded chunks, indicating a shared dropper toolkit. Masquerade filenames (dotnet_diag,.cache_<rand>), /tmp staging, detached spawn, and DNS-TXT chunked fallback are canonical dropper tradecraft.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / bigops-shared-product-design

No fixed version published yet for bigops-shared-product-design (npm). Pin to a known-safe version or switch to an alternative.

References