npm

dolyame-boxy-mobile-bnpl-title @35.1.7

Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 11:52 AM UTC

Malicious

OSV ID

MAL-2026-13129

Ecosystem

npm

Summary

index.js unconditionally requires./setup on module load. setup.js branches on process.platform (linux/darwin/win32), fetches an opaque binary from Cloudflare Workers hosts whose names are assembled at runtime from split-string arrays joined together (oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev), with a DNS TXT-record base64 fallback under *.dl.wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru). The fetched bytes are written to /var/tmp/.cache_<hex> or %TEMP%\dotnet_diag_<hex>.exe, chmod 0755'd, and spawned detached via cp.spawn('/bin/sh',['-c',fp+' &'],{detached:true}) or cp.spawn('cmd.exe',['/c','start','/b',fp]). No pinning, no hash, no signature verification. Cover-story naming (file 'setup.js', state file '.analytics_state', dropped binary 'dotnet_diag_*.exe', opt-out env vars DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK) frames the behavior as telemetry. lib/telemetry.js (~81 KB) ships the same dropper runtime (Buffer.from(chunks,'base64'); fs['chmod'+'Sync'](path, mode | parseInt('755',8)); cp.spawn('/bin/sh',['-c',filePath+' &']); require('child_'+'process')) though not wired into the current load path. Requiring this package results in arbitrary attacker-controlled code executing on the installer's host with the user's privileges.

Source: amazon-inspector (180d09900ce4462a9d4c9b47dcc26491bfb50aacd5a226a3571211007edb3ad2)

Protect your entire dependency tree

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