bnpl-blocks-atom-desktop-bnpl-text @35.2.5
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-12903
Ecosystem
npm
Summary
On require(), index.js unconditionally loads _polyfill.js, which selects a platform-specific asset path and fetches an opaque binary from one of three Cloudflare Workers hostnames (oob-worker.cf102-baf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev), with a DNS-TXT fallback resolving subdomains of wel1.ru. The C2 hostnames are assembled at runtime from split string fragments joined with.join('') to evade literal string matching. The fetched bytes are written to /var/tmp or %TEMP% under a disguised name ( .cache_<hex> on POSIX, dotnet_diag_<hex>.exe on Windows) mimicking a.NET diagnostic tool, chmod'd to 0755, and spawned detached via /bin/sh -c '<path> &' or cmd . Execution is gated by a stamp file and environment opt-outs to reduce observability. The package advertises a trivial text-abstraction layer with no legitimate need for a native binary or platform-specific asset delivery.
Source: amazon-inspector (007bafa1def88d10e8f2c247e0ab1d0872d2a4f33f4bb134fe46877f75aa9eca)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.