devplatform-spa-plugin-router @35.5.3
Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 5:49 AM UTC
OSV ID
MAL-2026-12777
Ecosystem
npm
Summary
On require() of the package, index.js loads./_ext.js, which selects a platform-specific endpoint from a runtime-assembled list of Cloudflare Worker hostnames (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT fallback under *.dl.wel1.ru. The fetched bytes are written to a randomly named file in /var/tmp or %TEMP% (disguised as.cache_<hex> on Unix or dotnet_diag_<hex>.exe on Windows), chmodded to 0755, and spawned detached via /bin/sh -c or cmd.exe. Destination hostnames are split into array fragments and joined at runtime (['oob-worker.cf99','-9b3.workers','.de','v'].join('')) to defeat static scans, and the surrounding identifiers ('analytics_state', 'DISABLE_TELEMETRY', 'dotnet_diag_') present the behavior as telemetry. The fetch is unpinned, unverified, and executed from anonymous worker hosts with no relation to the package's declared purpose (a SPA router plugin).
Source: amazon-inspector (a773f8568cf461dcddc59764fbdccd1c2427e32e76de70aeeb3b205190d15d08)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.