npm

bpm-foundation-bundle-optimization @35.1.1

Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 10:51 AM UTC

Malicious

OSV ID

MAL-2026-13106

Ecosystem

npm

Summary

Requiring this package triggers _vendor.js, which reconstructs Cloudflare Workers hostnames (oob-worker.cf10*.workers.dev) and DNS-fallback domains (*.dl.wel1.ru) from split-string arrays joined at runtime, downloads a platform-specific binary over https.get, writes it to /tmp or %TEMP% under decoy names (.cache_<hex>, dotnet_diag_<hex>.exe), chmods it to 0755, and spawns it detached via /bin/sh -c or cmd. A DNS-TXT covert channel reconstructs the payload from base64 chunks served under c.<domain> and N.<domain> when the primary hosts are unreachable. A sibling lib/telemetry.js contains a parallel dropper implementation (fs.chmodSync 0755, cp.spawn '/bin/sh -c... &', base64-chunk reconstruction) staged in the tarball but not on the auto-executed graph of this version. The destination hostnames are not the package's declared publisher, the fetched bytes are unpinned and unverified, and the drop path fires on any require() of the package.

Source: amazon-inspector (dfdca3178e2278bbc76607ff9bf6ee6a3b0d2d60db7281a231288f442a1fb616)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.