LWA-2026-7593 MAL-2026-12133 ↗ confirmed malware

accounts-forms@0.0.2

Malicious code in accounts-forms (npm)

T1195.002 · Compromise Software Supply ChainT1059.007 · JavaScriptT1105 · Ingress Tool TransferT1071.001 · Web ProtocolsT1573 · Encrypted ChannelT1082 · System Information DiscoveryT1041 · Exfiltration Over C2 Channel

Analysis

accounts-forms@0.0.2 is a trojanized package that downloads and executes a remote binary on install. When required, _polyfill.js runs a bootstrap routine that: (1) fingerprints the OS and architecture (linux_x64, linux_arm64, darwin, win32); (2) attempts to fetch a platform-specific binary from one of four Cloudflare Workers C2 endpoints (oob-worker[.]cf99-9b3[.]workers[.]dev/pkg/package, oob-worker[.]cf100-416[.]workers[.]dev/pkg/package, oob-worker[.]cf103-070[.]workers[.]dev/pkg/package, oob-worker[.]cf102-baf[.]workers[.]dev/pkg/package); (3) falls back to DNS TXT-record-based retrieval via c[.]tin[.]dl[.]well1[.]site if HTTP fails; (4) writes the downloaded payload to /var/tmp/.cache_<hex> (Linux) or %TEMP%\dotnet_diag_<hex>.exe (Windows); and (5) spawns it as a detached background process (cmd.exe /c start /b on Windows, /bin/sh -c "path &" on Linux) so it persists after the parent exits. The package has no lifecycle hooks — the payload runs on require() via index.js's try { require('./_polyfill') } catch (_) {}.

analyzed by
Leitwacht
first seen
Aug 2, 2026, 07:14 PM
analyzed
Aug 2, 2026, 07:15 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.