npm

bnpl-blocks-atom-container @35.7.4

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

Malicious

OSV ID

MAL-2026-12900

Ecosystem

npm

Summary

On require() of bnpl-blocks-atom-container, index.js loads _adapter.js which selects a platform-specific target path, downloads an opaque binary from one of four Cloudflare Workers hosts whose names are reconstructed at runtime from split string fragments (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev), writes it to /var/tmp or %TEMP% under cover-story filenames ('dotnet_diag_<hex>.exe' on Windows, '.cache_<hex>' on Unix), chmods 0755, and spawns it detached via '/bin/sh -c <fp> &' or 'cmd.exe /c start /b <fp>'. A stamp file named '.analytics_state' under /tmp gates re-execution. When HTTPS delivery fails, the loader falls back to a DNS-over-TXT channel against *.dl.wel1.ru (sdk./ext./pkg./net.dl.wel1.ru): it reads a chunk count from a 'c.<domain>' TXT record, retrieves N indexed base64 TXT records, concatenates and base64-decodes them into the payload bytes, and executes the result. Hostname obfuscation, disguised staging filenames, and a redundant covert DNS delivery channel are consistent with evasion of both static scanners and HTTP egress controls, not with any legitimate SDK loader.

Source: amazon-inspector (d0bf90f9ba8f401c6300846c2e5fa3af2afd241fba5d967300272a8dc7eadec7)

Protect your entire dependency tree

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