Skip to content
supplychainattack.orgSupply chain attack incident catalog
containedcritical

Malicious code in dolyame-ui-inputfio (npm)

The npm package dolyame-ui-inputfio contained malicious code that executes on require(), fetching and executing a binary payload from attacker-controlled infrastructure. The package used obfuscation techniques to evade static analysis and presented itself as an analytics SDK.

ShareXLinkedInHacker News
Disclosed
Last updated
Blast radius
Any developer or application that installed and required the dolyame-ui-inputfio package; potential for arbitrary code execution on developer machines and production systems.
Ecosystems
Attack vectors
Affected entities
  • dolyame-ui-inputfionpm package containing malicious dropper code

The npm package dolyame-ui-inputfio was found to contain malicious code that executes unconditionally when the package is imported. The malicious behavior is present in both adapter.js and lib/telemetry.js, which reconstruct destination hostnames from obfuscated string fragments pointing to attacker-controlled Cloudflare Workers domains (oob-worker.cf1-03-070.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev) with DNS fallback to *.dl.wel1.ru.\n\nUpon execution, the code fetches an opaque binary payload over HTTPS using base64 chunking, with a DNS-TXT fallback mechanism. The payload is written to /tmp/.cache on Unix systems or %TEMP%\dotnet_diag_.exe on Windows, made executable via chmod 0755, and then spawned as a detached process using /bin/sh -c or cmd.\n\nThe malicious code employs deliberate evasion techniques including split-string obfuscation of privileged Node APIs (e.g., require("child_" + "process"), fs["chmod"+"Sync"]) and array-join obfuscation of hostnames to evade static string matching detection. The main export lib/telemetry.js is disguised as an 'Analytics SDK' but contains identical dropper primitives.\n\nThe incident was identified by the OpenSSF malicious-packages project and reported via GitHub Security Advisory GHSA-5hrm-fcxr-3cwv.

Indicators of compromise

Packages
  • dolyame-ui-inputfio
Domains
  • oob-worker.cf1-03-070.workers.dev
  • oob-worker.cf100-416.workers.dev
  • oob-worker.cf99-9b3.workers.dev
  • *.dl.wel1.ru

Remediation

  • Immediately uninstall dolyame-ui-inputfio from all projects and development environments
  • Audit npm install logs and dependency trees to identify all systems where this package was installed
  • Scan affected systems for the presence of /tmp/.cache_ (Unix) or %TEMP%\dotnet_diag_.exe (Windows) and any spawned child processes
  • Review network logs for connections to oob-worker.cf*.workers.dev or *.dl.wel1.ru domains
  • Regenerate any credentials or secrets that may have been exposed on affected systems
  • Update to a clean version of any legitimate package this was impersonating, if applicable
  • Monitor for indicators of compromise from the binary payload execution

Sources

  1. GitHub Advisory GHSA-5hrm-fcxr-3cwv · GitHub Advisory Database

Cite this entry

"Malicious code in dolyame-ui-inputfio (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 7, 2026; last updated August 7, 2026. https://supplychainattack.org/incident/malicious-code-in-dolyame-ui-inputfio-npm-1ouqkz

Suggest a correction

Found an error or have a newer source? Corrections to factual errors take priority over new entries.

  1. containedcritical

    Malware in svelte-dim-kit

    The npm package svelte-dim-kit was found to contain malware, potentially giving attackers full control of affected systems. All systems with this package installed should be considered compromised and secrets/keys rotated immediately from a different computer.

    npmCompromised package
  2. containedcritical

    Malicious code in @syncraft-labs/react (npm)

    The npm package @syncraft-labs/react contained obfuscated malicious code in its ESM distribution that implements the EtherHiding pattern, fetching and executing arbitrary code from an Ethereum smart contract via RPC endpoints. The tampering occurred post-build in the dist/index.js artifact.

    npmCompromised package
  3. containedcritical

    Malicious code in stillm4ddpocs-demo-sprocket (npm)

    The npm package stillm4ddpocs-demo-sprocket version 999.9.12 contains malicious code that exfiltrates system and project metadata via multiple channels (HTTPS, HTTP, and DNS) to a hardcoded callback host. The package uses a high version number to exploit dependency-confusion attacks against organizations with internal packages of the same name.

    npmCompromised packageDependency confusion
  4. resolvedcritical

    Malicious code in stillm4ddpocs-rtest-bravo (npm)

    The npm package stillm4ddpocs-rtest-bravo contained malicious code in its preinstall script that automatically executed during installation, collecting system information and internal package metadata and exfiltrating it to a third-party Interactsh collector via HTTPS and DNS tunneling.

    npmCompromised package