Skip to content
supplychainattack.orgSupply chain attack incident catalog
containedcritical

Malicious code in dolyame-ui-tablemobile (npm)

The npm package dolyame-ui-tablemobile contains malicious code that executes arbitrary native payloads fetched from attacker-controlled Cloudflare Workers hosts on require(). The payload is obfuscated via string-splitting, DNS-TXT fallback, and evasion techniques, and runs with the privileges of the consuming process.

ShareXLinkedInHacker News
Disclosed
Last updated
Blast radius
Any npm consumer of dolyame-ui-tablemobile; payload execution on require() affects all downstream users.
Ecosystems
Attack vectors
Affected entities
  • dolyame-ui-tablemobilenpm package containing malicious code in index.js and lib/telemetry.js

The npm package dolyame-ui-tablemobile was found to contain malicious code in its index.js and lib/telemetry.js files. Upon require(), the package loads bootstrap.js, which selects a platform-specific payload path and fetches executable bytes from one of three attacker-controlled Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev). The hostnames are reconstructed at runtime via string-splitting to evade static analysis.\n\nThe downloaded payload is written to temporary directories (/var/tmp/.cache on POSIX or %TEMP%\dotnet_diag_.exe on Windows), made executable (chmod 0755), and spawned detached via /bin/sh or cmd. A secondary execution path exists in lib/telemetry.js, which mirrors the same base64-decode → temp-write → chmod → spawn chain, framed as an 'analytics extension' to disguise its true purpose.\n\nAdditional evasion techniques include obfuscated require() calls (require("child_"+"process")), filesystem operations (fs["chmod"+"Sync"]), and hostname lookups (os"host"+"name"). The delivered payload is opaque native code unrelated to any documented UI table component functionality. The package was identified by the OpenSSF malicious-packages project.

Indicators of compromise

Domains
  • oob-worker.cf99-9b3.workers.dev
  • oob-worker.cf100-416.workers.dev
  • oob-worker.cf102-baf.workers.dev
  • dl.wel1.ru

Remediation

  • Immediately remove dolyame-ui-tablemobile from all projects and dependencies.
  • Audit npm package.json and lock files for any presence of dolyame-ui-tablemobile.
  • If the package was installed, assume the system may be compromised; review process execution logs and network connections for outbound requests to the identified Cloudflare Workers and dl.wel1.ru domains.
  • Regenerate any credentials or secrets that may have been exposed on affected systems.
  • Update to a clean, verified version of any UI table component library if needed.
  • Monitor for suspicious child processes spawned from Node.js or npm install operations.

Sources

  1. GitHub Advisory GHSA-5x2p-c62p-xg8q · GitHub Advisory Database

Cite this entry

"Malicious code in dolyame-ui-tablemobile (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-tablemobile-npm-7t6zof

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