npm

bnpl-blocks-atom-bnpl-skeleton @35.6.3

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

Malicious

OSV ID

MAL-2026-12893

Ecosystem

npm

Summary

On require of the package's main entry, _init.js fetches a platform-specific binary from obfuscated Cloudflare Workers hostnames (assembled by joining split substrings, e.g. oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS TXT chunked-base64 fallback to sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. The fetched bytes are written to /tmp or %TEMP% under disguised filenames (dotnet_diag_<token>.exe on Windows,.cache_<token> on Unix), chmod'd to 0755, and spawned detached via /bin/sh -c or cmd.exe. No source, hash, or signature is verified. A parallel dropper bundle in lib/telemetry.js replicates the same write-chmod-spawn primitive behind an analytics/telemetry cover story, with additional string-splitting obfuscation of sensitive APIs (require("child_"+"process"), fs["chmod"+"Sync"]). Any consumer importing this package executes arbitrary attacker-controlled native code on the host.

Source: amazon-inspector (d2e88e9faf590414055ba1b7b48bdaa51df5e33735b9dd526e5d8d0650eceae7)

Protect your entire dependency tree

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