npm

ded-aa-liza-ui-components @35.8.7

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

Malicious

OSV ID

MAL-2026-12672

Ecosystem

npm

Summary

On require() of this package, index.js loads _helpers.js which downloads a per-platform native executable (linux_x64, linux_arm64, darwin, win32) from attacker-controlled Cloudflare *.workers.dev endpoints (oob-worker.cf100-416.workers.dev, cf101-adf.workers.dev, cf99-9b3.workers.dev) with a DNS-TXT base64 fallback under *.dl.wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru). The downloaded bytes are written to /var/tmp or %TEMP% under disguised names (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmod 0755, and spawned detached via spawn("/bin/sh", ["-c", fp+" &"], {detached:true}) or spawn("cmd",...). Destination hostnames are reconstructed at runtime by splitting/joining string fragments (e.g. ["oob-worker.cf101-adf",".workers.d","ev"].join("")) to evade static analysis. Comments and env-var checks (DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, DO_NOT_TRACK) mimic telemetry as cover. The advertised purpose is a React UI components library, which does not require fetching and executing native binaries from third-party Cloudflare Workers infrastructure.

Source: amazon-inspector (a328f8fbefe24a810c8fe1c0249029992137bec024cab060df03d88347b5185b)

Protect your entire dependency tree

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