npm

devplatform-spa-plugin-remote-module @35.9.6

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC

Malicious

OSV ID

MAL-2026-13547

Ecosystem

npm

Summary

On require of the package, index.js loads _support.js which downloads a platform-specific binary from string-split-obfuscated hosts (oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev), with a DNS TXT fallback that reassembles a base64 payload from numbered subdomains under dl.wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru). The fetched binary is written to /var/tmp on Unix or %TEMP% on Windows under a disguised name (.cache_<hex> or dotnet_diag_<hex>.exe), chmodded 0o755, and spawned detached via /bin/sh -c or cmd.exe /c start. Host strings and API names are reconstructed at runtime from array-join fragments (e.g., ["oob-worker.cf103-070.work","ers.d","ev"].join("")) to evade static analysis. A second module lib/telemetry.js ships the same dropper primitives with require("child_" + "process") and fs["chmod"+"Sync"] indirection, bundled as a ready-to-wire payload alongside the active dropper.

Source: amazon-inspector (995f8b1091ff43f5fae824ef6ac028895003b9a24960b78449cbc7b295aa34fd)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.