MAL-2026-13116

    Dashboard / Malicious Package / MAL-2026-13116

    MAL-2026-13116

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in bpm-foundation-renovate (npm)

    Details: Source: amazon-inspector (a14b30ee8591115098467b468c9e7bb84ae57d52b7d7cdf36799e0a95f94a439) On require() of the package, index.js loads _helpers.js which selects a platform-specific endpoint, downloads a binary from a rotating list of Cloudflare Workers hosts (oob-worker.cf*.workers.dev, assembled at runtime by splitting the hostname across array literals) with a DNS-TXT chunked-fetch fallback to sdk.dl.wel1.ru, writes it to /tmp or %TEMP% under a disguised name ("dotnet_diag_<tag>.exe" on Windows, ".cache_<tag>" on POSIX), chmods 755, and detaches it via cp.spawn("/bin/sh", ["-c", filePath+" &"], {detached:true}) or cmd.exe. A companion file lib/telemetry.js repeats the same drop-and-exec primitive (base64 chunk assembly, fs.chmodSync to 755, /bin/sh spawn) behind an "Analytics SDK" facade, and the flag file is named ".analytics_state" and honors DISABLE_TELEMETRY/DO_NOT_TRACK as cover. Hostnames, output filenames, and cover strings are runtime-obfuscated. Installing and importing this package results in execution of attacker-controlled code from a publisher-unrelated, mutable host.

    Affected packages

    Package

    Name: bpm-foundation-renovate

    Purl: pkg:npm/bpm-foundation-renovate

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    35.2.8
    MAL-2026-13116 | CVE-DB