bigops-voximplant @35.4.8
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-12172
Ecosystem
npm
Summary
On require() of bigops-voximplant, index.js loads _ext.js which downloads an OS/arch-specific binary from Cloudflare Workers subdomains whose hostnames are reassembled at runtime from split string fragments (oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS-over-TXT base64 chunked fallback resolving from sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru to bypass HTTPS egress filtering. The fetched bytes are written to /tmp/.cache_<hex> on Unix (or %TEMP%\dotnet_diag_<hex>.exe on Windows), chmod'd 0755 via fs['chmod'+'Sync'], and detached-spawned via /bin/sh -c '<path> &' or cmd /c start /b, with no hash or signature verification and no source-of-truth publisher domain. A second, structurally identical dropper is bundled as lib/telemetry.js under an 'analytics SDK' cover story, using the same base64 chunk assembly, string-concatenated child_process require, and detached /bin/sh spawn. Hosts and dangerous APIs are constructed via runtime string joins ('child_'+'process', split-and-join hostname fragments) to defeat static inspection. The destinations are anonymous Cloudflare Workers and a.ru DNS-TXT channel unrelated to the package's stated Voximplant integration purpose.
Source: amazon-inspector (e20e151930946a17e9bea02eb51c760264c27138792955452acc4231196ceaae)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.