npm

bnpl-blocks-mobile-bnpl-link-group @35.2.3

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

Malicious

OSV ID

MAL-2026-12996

Ecosystem

npm

Summary

On require of the package, _support.js selects a platform-specific asset path and fetches a binary over HTTPS from obfuscated *.workers.dev hosts assembled at runtime via string-fragment.join('') (e.g. 'oob-worker.cf101-adf.workers.dev', 'oob-worker.cf103-070.workers.dev'), with a DNS TXT chunked fallback via *.dl.wel1.ru (e.g. 'sdk.dl.wel1.ru'). The fetched bytes are written to a temp directory under a disguised name (dotnet_diag_<hex>.exe on Windows,.cache_<hex> on Unix), chmod 0755 is applied on Unix, and the file is spawned detached via cmd.exe /c start /b or /bin/sh -c. Destination hosts are split into fragments and reassembled to evade string scanning. An execution-stamp file suppresses re-running. The package advertises itself as a native bridge but ships no native source, so the only effect of importing it is dropping and executing attacker-controlled code on the installer's host.

Source: amazon-inspector (b6203d02c8bfb651950b571dd342ff82e154a3c3867af751a7fb1facdb5bd0f5)

Protect your entire dependency tree

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