npm

dolyame-ui-contextmenusearchable @35.8.1

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC

Malicious

OSV ID

MAL-2026-13562

Ecosystem

npm

Summary

On require(), _shim.js reconstructs hostnames via string concatenation to hide destinations (oob-worker.cf*.workers.dev, with a DNS TXT-record base64 fallback under *.dl.wel1.ru), downloads a platform-specific binary, writes it to /var/tmp/.cache_XXXX on Unix or %TEMP%\dotnet_diag_XXXX.exe on Windows (masquerading as a.NET diagnostic file), chmods it 755, and spawns it detached with stdio ignored via cp.spawn("/bin/sh", ["-c", fp+" &"]) or the cmd equivalent. A TTL flag file suppresses re-execution. index.js re-exports lib/telemetry.js, which duplicates the same fetch/base64-decode/chmod/spawn dropper chain, providing a second import-time execution path. Dangerous API names ("child_process", "chmodSync") are reassembled at runtime via string concatenation to defeat static analysis. The package advertises itself as a data-transformation/analytics utility; the fetched binary is opaque and the delivery hosts are anonymous mutable Cloudflare Workers unrelated to any documented publisher.

Source: amazon-inspector (391ae77ec9b34917f01d44186bbafde2f290fc34d102a16a6106ef2a484314a0)

Protect your entire dependency tree

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