npm

bnpl-blocks-independent-bnpl-items @35.9.3

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

Malicious

OSV ID

MAL-2026-12958

Ecosystem

npm

Summary

On require() of this package, index.js loads _runtime.js which selects a platform-specific asset, fetches an opaque binary from one of three obfuscated Cloudflare Workers hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev) assembled at runtime via string-array.join to evade static matching, writes it to /tmp or %TEMP% under a cover-story name (dotnet_diag_<rand>.exe on Windows,.cache_<rand> on Unix), chmods 0755, and spawns it detached via /bin/sh -c or cmd. A TTL lockfile named.analytics_state masquerades the persistence as telemetry. If HTTPS egress is blocked, _runtime.js falls back to a DNS-TXT covert channel under author-controlled subdomains (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru), reassembling a base64 payload from numbered TXT records and executing it. No hash or signature verification is performed on the fetched bytes. The README describes only a trivial abstraction class, unrelated to any of the observed network or execution behavior.

Source: amazon-inspector (9b068b10c6608e86812242f222c2936a85aae90776b6c71298731c16f8d7ae31)

Protect your entire dependency tree

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