LWA-2026-10379 MAL-2026-13176 ↗ confirmed malware

dolyame-ui-portal@35.3.6

Malicious code in dolyame-ui-portal (npm)

T1195.002 · Compromise Software Supply ChainT1059.007 · JavaScriptT1105 · Ingress Tool TransferT1071.001 · Web ProtocolsT1102 · Web ServiceT1573 · Encrypted ChannelT1041 · Exfiltration Over C2 Channel

Analysis

dolyame-ui-portal@35.3.6 is a multi-stage dropper. On require, package/_bridge.js runs immediately: it resolves the platform (win32/linux/darwin) and downloads a second-stage binary from one of four Cloudflare Workers hosts (oob-worker[.]cf100-416[.]workers[.]dev, oob-worker[.]cf101-adf[.]workers[.]dev, oob-worker[.]cf102-baf[.]workers[.]dev, oob-worker[.]cf103-070[.]workers[.]dev) via HTTPS GET /pkg/package (or /pkg/package-arm64, /pkg/loader_mac, /pkg/package.exe). If the HTTP fetch fails it falls back to a DNS-TXT exfiltration channel: it queries c[.]sdk[.]dl[.]wel1[.]ru (or ext/pkg/net[.]dl[.]wel1[.]ru per platform) for a chunk count, then reassembles base64 payload chunks from numbered TXT records. The downloaded binary is written to /var/tmp/.cache_<hex> (or dotnet_diag_<hex>.exe in %TEMP% on Windows), chmod 755, and launched detached via cmd.exe /c start /b (Windows) or /bin/sh -c "<path> &" (Unix), so it outlives the parent. A lockfile at /tmp/.analytics_state (or %TEMP%\analytics_state) throttles re-execution.

analyzed by
Leitwacht
first seen
Aug 5, 2026, 02:04 PM
analyzed
Aug 5, 2026, 03:59 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.