dolyame-ui-controlgroup @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC
OSV ID
MAL-2026-13563
Ecosystem
npm
Summary
On require() of dolyame-ui-controlgroup, _compat.js selects a per-OS/arch URL and downloads a native binary from string-split-obfuscated hostnames (oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS-over-TXT fallback under sdk.dl.wel1.ru, writes it to a temp file with a hidden/randomized name (dotnet-diag-lookalike), chmods 0755, and spawns it detached via /bin/sh -c or cmd.exe /c start /b . The declared main lib/telemetry.js duplicates the dropper via a base64-decoded buffer written to disk, chmod 755, and /bin/sh -c spawn, so the payload fires from the main module even if the _compat require is removed. Hostnames and dangerous API identifiers ( child_process , chmodSync ) are assembled at runtime via .join("") and dynamic property access to evade string search. The download hosts, endpoints, and destination filenames are unrelated to the package's advertised monitoring/observability purpose.
Source: amazon-inspector (099af2a758510302726d266aeefb46cb91473a6a42c9484e068f465ea1509e84)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.