npm

bnpl-blocks-desktop-bnpl-category-gallery @35.2.8

Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC

Malicious

OSV ID

MAL-2026-12918

Ecosystem

npm

Summary

The package's main entry unconditionally requires _support.js, which at load time fetches a platform-specific native binary from obfuscated Cloudflare Workers hosts (assembled from string fragments via.join(""), e.g. oob-worker.cf99-9b3.workers.dev and oob-worker.cf101-adf.workers.dev), writes it to /var/tmp/.cache_<hex> on Unix or %TEMP%\dotnet_diag_<hex>.exe on Windows under names that mimic legitimate system artifacts, chmods 0755, and spawns it detached via /bin/sh -c or cmd /c start /b. If the HTTPS fetch fails, _support.js reconstructs a base64-encoded payload from chunked DNS TXT records at sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru and executes the assembled binary. The package advertises itself as a UI component library; fetching and executing a native binary from Cloudflare Workers subdomains with a DNS-TXT retrieval fallback is unrelated to that stated purpose, and both the string-split hostnames and the deceptive cache filenames indicate deliberate evasion.

Source: amazon-inspector (a277db0429a37308bb1ce8f4d8f051e7be7b04cf8c327c10b967d9a7b17da75b)

Protect your entire dependency tree

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