logo

Database

Use of software with malware In bigops-shared-product-design

Description

[email protected] 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 on Unix or %TEMP%/dotnet_diag_.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_), /tmp staging, detached spawn, and DNS-TXT chunked fallback are canonical dropper tradecraft.

Mitigation

Update Impact

Minimal update. May introduce new vulnerabilities or breaking changes.

Ecosystem
Component
Affected version