dolyame-ui-inputbox @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC
OSV ID
MAL-2026-13506
Ecosystem
npm
Summary
On require of the package, index.js loads _loader.js and lib/telemetry.js, both of which act as remote-binary droppers. Hostnames and dangerous API names are assembled at runtime from split string fragments (e.g. joined arrays resolving to oob-worker.cf101-adf.workers.dev; require("child_" + "process"); fs["chmod" + "Sync"]) to evade static analysis. The loader fetches a platform-specific binary from several *.workers.dev endpoints with a DNS-TXT base64 fallback to *.dl.wel1.ru, writes it to /tmp or TEMP under disguised names such as.cache_<hex> or dotnet_diag_<hex>.exe, chmods 0755, and detach-spawns it via /bin/sh -c "<path> &" or cmd.exe /c start /b. lib/telemetry.js contains a parallel dropper that base64-decodes chunks, chmod+755s the resulting file, and spawns it detached under /bin/sh. The package's stated purpose ("Build and deployment tools") is unrelated to fetching and executing platform-specific binaries, and the obfuscation of hostnames plus dynamic assembly of child_process / chmodSync are anti-analysis techniques co-located with the network->write->exec chain.
Source: amazon-inspector (c05d783314187af31df2f0152cc2809660ec45808c3e5f38071e8bfe7ac08dd6)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.