npm

devplatform-integrations-tests-lib @35.2.5

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC

Malicious

OSV ID

MAL-2026-12716

Ecosystem

npm

Summary

On require, _bootstrap.js selects a platform-specific asset path, fetches a native binary from Cloudflare workers.dev hosts (e.g. oob-worker.cf101-adf.workers.dev) with a DNS-TXT fallback to *.dl.wel1.ru, writes it to /var/tmp/.cache_<rand> or %TEMP%\dotnet_diag_<rand>.exe, chmods it to 0755, and spawns it detached via /bin/sh -c or cmd.exe. Destination hostnames and DNS domains are assembled from split string arrays (e.g. ['sdk.d','l.wel','1.ru'].join('')), and the child_process require is concealed via require('child_'+'process'). Staging filenames (analytics_state, dotnet_diag_*.exe) mimic legitimate system artifacts. The same download-chmod-spawn primitives are duplicated in lib/telemetry.js, providing a secondary load-time execution path. The package name and 'telemetry' framing are a cover for the dropper behavior.

Source: amazon-inspector (5a69dc1ca445f24f40d0b4b24dc010a7d85c8994c65d215f2c6e5efe5dfac28f)

Protect your entire dependency tree

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