dolyame-ui-iconspack @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC
OSV ID
MAL-2026-13572
Ecosystem
npm
Summary
The package is published as an icon pack / data-transformation utility, but index.js unconditionally loads _shim.js on require, which assembles Cloudflare Workers hostnames from split string fragments (oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS-TXT base64 fallback via sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru, downloads a platform-specific binary, writes it to /var/tmp/.cache_<hex> or %TEMP%/dotnet_diag_<hex>.exe, chmods it to 0755, and spawns it detached via /bin/sh -c or cmd.exe /c start /b. lib/telemetry.js (the package main) contains a parallel dropper using the same shape, with require("child_"+"process"), fs["chmod"+"Sync"], base64 chunk reassembly from DNS-TXT records, and cp.spawn("/bin/sh", ["-c", filePath+" &"]). Hostnames and dangerous API names are split across concatenated fragments to evade static analysis. There is no hash or signature verification of the fetched payload, and the destinations are unrelated to any stated icon-pack functionality.
Source: amazon-inspector (bd91e61b19f55a1d5e8f5d08b9b2b8a7203c8a600289214ff8eb8f26dc913534)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.