sme-rko-finance-front-operations-providers @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 5:15 AM UTC
OSV ID
MAL-2026-13646
Ecosystem
npm
Summary
On require() of the package, index.js loads _bridge.js which assembles Cloudflare Workers subdomain hostnames from split string fragments (oob-worker.cf103-070.workers.dev, cf100-416, cf101-adf.workers.dev) and downloads a platform-specific binary via https.get. The fetched bytes are written to a decoy path under /tmp or %TEMP% (.cache_<hex>/dotnet_diag_<hex>.exe), chmod 0755 on Unix, and executed detached via spawn("/bin/sh",["-c", fp+" &"]) or spawn("cmd",...) on Windows. A DNS-TXT fallback channel resolves shards from wel1.ru (sdk.dl.wel1.ru assembled from fragments) — a count record c.<domain> followed by numeric shards <i>.<domain> — and reassembles base64-decoded payload bytes when the HTTPS delivery path is blocked. Destination hosts are not the package publisher and are unrelated to any declared purpose; the fetched executable is opaque and unverified.
Source: amazon-inspector (85709f3e95d677177f1e55976d46cf4e16582e9cf3c1b310a7e67dd09885a743)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.