bnpl-blocks-sanitizer @35.1.8
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-13014
Ecosystem
npm
Summary
On require(), index.js loads _polyfill.js which selects a platform-specific endpoint and downloads an opaque binary from hardcoded Cloudflare Workers subdomains (oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev), with DNS-TXT chunked-base64 fallback resolution against 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 names such as dotnet_diag_*.exe and.cache_*, chmodded to 0o755, and spawned detached via cmd.exe /c start /b on Windows or /bin/sh -c on POSIX. Destination hostnames are assembled by joining split-string fragments to evade static scanners, and comments frame the behavior as 'telemetry' and 'analytics_state' while the actual operation is fetch-and-execute of an unpinned, unverified binary from hosts unrelated to the package publisher. There is no hash or signature verification, no pinning, and execution fires as a side effect of importing the package.
Source: amazon-inspector (a0d15dd8da5871696be88e0e89993a693b85554134facad7dbec47b844f13d87)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.