LWA-2026-10313 MAL-2026-13166 ↗ confirmed malware

dolyame-ui-loader@35.1.5

Malicious code in dolyame-ui-loader (npm)

T1059.007 · JavaScriptT1105 · Ingress Tool TransferT1071.001 · Web ProtocolsT1102 · Web ServiceT1036 · MasqueradingT1082 · System Information Discovery

Analysis

dolyame-ui-loader@35.1.5 masquerades as a UI toolkit but is a multi-stage binary dropper. On require, index.js loads _shim.js, which fingerprints the OS/architecture and downloads a platform-specific binary (linux_x64, linux_arm64, darwin, win32) over HTTPS from a set of Cloudflare Workers hosts (oob-worker[.]cf103-070[.]workers[.]dev, oob-worker[.]cf100-416[.]workers[.]dev, oob-worker[.]cf102-baf[.]workers[.]dev, oob-worker[.]cf99-9b3[.]workers[.]dev) at paths /pkg/package, /pkg/package-arm64, /pkg/loader_mac, /pkg/package.exe. If the HTTP download fails, it retrieves the payload in base64 chunks via DNS TXT queries against c[.]sdk[.]dl[.]wel1[.]ru (and sdk/ext/pkg/net[.]dl[.]wel1[.]ru per-platform). The fetched binary is written to /var/tmp/.cache_<hex> (or %TEMP%\dotnet_diag_<hex>.exe on Windows), chmod 0o755, and executed as a detached background process (spawned via /bin/sh -c '... &' or cmd.exe /c start /b). A marker file (/tmp/.analytics_state or %TEMP%\analytics_state) throttles re-execution. The downloaded second-stage payload is attacker-controlled and runs with the installer's privileges.

analyzed by
Leitwacht
first seen
Aug 5, 2026, 03:22 PM
analyzed
Aug 5, 2026, 03:32 PM

Related advisories

browse all confirmed advisories →

Independently detected by the Leitwacht supply-chain probe. IOCs are defanged. Published CC0. Think this is a mistake? See the dispute policy.