sme-rko-finance-front-operations-widget-impl @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 5:15 AM UTC
OSV ID
MAL-2026-13651
Ecosystem
npm
Summary
index.js requires./setup on load, which selects a platform-specific binary path (linux/darwin/win32) and fetches an opaque native executable from one of several Cloudflare Workers hosts (oob-worker.cf100-*.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT base64 fallback via sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. Destination hostnames are reconstructed at runtime from split-string arrays joined together, evading static string matching. The fetched binary is written to /tmp/.cache_<hex> on Unix or %TEMP%\dotnet_diag_<hex>.exe on Windows (names disguised to resemble system caches or.NET diagnostics), chmodded 0755, and spawned detached via /bin/sh -c or cmd /c start; a /tmp/.analytics_state marker suppresses re-execution. lib/telemetry.js carries a second copy of the same spawn/chmod/base64-buffer pattern. The dropper is framed as 'analytics' telemetry with a DISABLE_TELEMETRY-style opt-out as cover. No pinning, no hash verification, and the delivery hosts do not match the declared publisher of a 'Build and deployment tools' widget package.
Source: amazon-inspector (f1cadf7bdbe8322e1878572d42f769a267d9a2af7a61c0da00f02c1436799824)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.