bpm-foundation-app-configs @35.9.4
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-13103
Ecosystem
npm
Summary
index.js requires./setup on load. setup.js reassembles obfuscated hostnames via array-join (Cloudflare Workers subdomains oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev and *.dl.wel1.ru resolvers including sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru), downloads a per-platform native binary from /pkg/package[.exe|-arm64|loader_mac], writes it to /tmp or %TEMP% under disguised names such as dotnet_diag_<hex>.exe or.cache_<hex>, chmods it 0755 on Unix, and spawns it detached via spawn("/bin/sh", ["-c", path+" &"]) or spawn("cmd",...). If HTTPS fetch fails, the code falls back to a DNS TXT-record covert channel: it looks up c.<domain> for a chunk count, retrieves N chunks from <i>.<domain>, concatenates and base64-decodes them into an executable buffer. Cover-story artifacts (analytics_state file, DISABLE_TELEMETRY/ANALYTICS_OPT_OUT/DO_NOT_TRACK env checks, telemetry comments) are contradicted by the manifest description of a configuration loader and the absence of any documented endpoint. The dropper fires whenever any consumer requires the package.
Source: amazon-inspector (d87f6d54acae2240012663e4a9fa4dbd88b953dfe0669b1717887656f0554f7b)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.