bnpl-blocks-mobile-bnpl-news-cards @35.6.7
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-12998
Ecosystem
npm
Summary
The package's index.js loads _runtime.js on require, which selects a platform-specific asset, fetches an opaque binary over HTTPS from author-controlled Cloudflare Workers hosts (oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev), with a DNS-TXT fallback channel over sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The fetched bytes are written to /tmp or %TEMP% under cover-story names ( .cache_<hex> , dotnet_diag_<hex>.exe , stamp file .analytics_state ), chmod 0755, and spawned detached via /bin/sh -c "<path> &" on POSIX or cmd.exe /c start /b on Windows. Destination hostnames and discovery domains are assembled at runtime by Array.join('') on split fragments (e.g., ["oob-wor","ker.cf102-baf.workers.de","v"].join("") , ['sdk.dl.w','el1.r','u'].join('') ) to defeat static string scanners. No hash or signature verification is performed on the fetched payload, and the package advertises itself as a trivial mobile SDK unrelated to any of this behavior.
Source: amazon-inspector (ad0b3eb1ec7b37f8483e53212833b81d542aabb784a525e56ce3b2b6e1e48217)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.