bnpl-blocks-atom-bnpl-checkbox @35.6.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC
OSV ID
MAL-2026-13527
Ecosystem
npm
Summary
On require() of the package main, _polyfill.js runs an async bootstrap that reconstructs network destinations from string-split fragments (require("child_"+"process"), array-join of hostname fragments), fetches a platform-specific binary payload via https.get from Cloudflare Workers hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS-TXT chunked fallback via sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru, writes the bytes to a temp path under a disguised filename, chmods 0755, and spawns it detached via cp.spawn('/bin/sh',['-c', filePath+' &'],{detached:true}). No version pinning, no hash/signature verification, and destinations are unrelated to the package's advertised purpose. lib/telemetry.js contains a dormant second copy of the same drop-and-spawn shape (base64 chunk decoding, chmod 0755, detached /bin/sh spawn), currently unreachable from index.js. The 'analytics' framing and split-string obfuscation of both the child_process import and the hostnames are cover-story evasion of static analysis.
Source: amazon-inspector (3db8a9fa19a0529093120a57fddb0821928cd0050c4f9062956eb73a80fc17b0)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.