dolyame-ui-iconloaderhoc @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC
OSV ID
MAL-2026-13505
Ecosystem
npm
Summary
On require() of the package's main entry, dolyame-ui-iconloaderhoc@35.8.1 executes two dropper paths that fetch platform-specific binaries from hardcoded Cloudflare workers.dev endpoints (oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT fallback channel via subdomains of dl.wel1.ru, write the bytes to /var/tmp/.cache_<hex> or %TEMP%\dotnet_diag_<hex>.exe, chmod them to 0755, and spawn them detached via /bin/sh -c or cmd.exe. Both _compat.js and lib/telemetry.js implement the fetch-write-chmod-spawn chain; lib/telemetry.js additionally assembles the payload from base64 chunks. Sinks and hostnames are constructed via array.join('') string-splitting (e.g. ['sdk.dl.','wel1.','ru'].join(''), require('child_' + 'process'), fs['chmod'+'Sync']) to defeat static scanners, while comments frame the behavior as analytics/telemetry. The delivered bytes are opaque, unpinned, and unverified, and the workers.dev / wel1.ru destinations are anonymous infrastructure unrelated to any documented publisher.
Source: amazon-inspector (812cef02743987901661dc22ace6c19fee82977c4bb73b05ee046698ad603932)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.