npm

bigops-products-bnpl @35.2.9

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

Malicious

OSV ID

MAL-2026-13238

Ecosystem

npm

Summary

On require('bigops-products-bnpl') , index.js loads _runtime.js, which selects a platform-specific endpoint and downloads an opaque binary from one of four hardcoded Cloudflare Workers hosts (oob-worker.cf101-*.workers.dev, oob-worker.cf102-*.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev) with a DNS-TXT base64 fallback via *.dl.wel1.ru. The downloaded bytes are written under a disguised name (e.g. dotnet_diag_*.exe,.cache_*) to /tmp or %TEMP%, chmod'd 0o755, and spawned detached via /bin/sh -c or cmd.exe. Destination hostnames are assembled from split string fragments joined with.join('') to evade static analysis, and a.analytics_state marker file is written to avoid re-running. No hash or signature verification is performed, the hosts are anonymous mutable Cloudflare Workers unrelated to the package's stated 'bnpl wrapper' purpose, and comments frame the code as 'telemetry'/'CDN'/'analytics' as cover. The result is arbitrary attacker-controlled code execution on the installer's machine as a side effect of loading the package.

Source: amazon-inspector (79495f4d434b2f860f25315bc4c035d0db6956c8184ccb9a8068d1f6a4a15673)

Protect your entire dependency tree

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