Skip to content
supplychainattack.orgSupply chain attack incident catalog
containedcritical

Malicious code in dolyame-ui-datatable (npm)

The npm package dolyame-ui-datatable contains malicious code that downloads and executes platform-specific binaries from attacker-controlled infrastructure. The package is a typosquat/dependency-confusion carrier with no legitimate UI or datatable functionality, only loader and dropper code.

ShareXLinkedInHacker News
Disclosed
Last updated
Blast radius
Any npm consumer of dolyame-ui-datatable package
Ecosystems
Attack vectors
Affected entities
  • dolyame-ui-datatablenpm package containing malicious loader and dropper code

The npm package dolyame-ui-datatable was identified as containing malicious code designed to download and execute arbitrary binaries on affected systems. The package's main entry point requires _platform.js, which on load fetches platform-specific binaries from anonymous Cloudflare Workers subdomains (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT base64 fallback under *.dl.wel1.ru.

The downloaded payload is written to temporary directories (/tmp on Unix or Windows TEMP) with innocuous names (dot-prefixed cache files or dotnet_diag_.exe), given executable permissions (0755), and spawned detached via /bin/sh -c or cmd. A second equivalent dropper path exists in lib/telemetry.js, providing redundant execution capability.

The package is named 'dolyame-ui-datatable' with description 'Shared configuration and helpers' but contains no actual UI or datatable code—only the loader and dropper—consistent with a typosquat or dependency-confusion attack. Obfuscation techniques include runtime reconstruction of destination hostnames from split-string arrays and assembly of require('child_process') as require('child_' + 'process') to evade static analysis. No signature or hash verification is performed on downloaded payloads.

The incident was identified by the OpenSSF malicious-packages project and reported via Amazon Inspector.

Indicators of compromise

Packages
  • dolyame-ui-datatable
Domains
  • oob-worker.cf99-9b3.workers.dev
  • oob-worker.cf101-adf.workers.dev
  • oob-worker.cf102-baf.workers.dev
  • dl.wel1.ru

Remediation

  • Immediately remove dolyame-ui-datatable from all projects and dependencies
  • Audit npm package.json and lock files for any presence of dolyame-ui-datatable
  • Review and revoke any credentials or secrets that may have been exposed on systems that installed this package
  • Monitor systems that may have executed the malicious binary for signs of compromise
  • Check npm audit and dependency scanning tools for alerts on this package
  • Consider using npm package signing verification and allowlist policies to prevent installation of untrusted packages

Sources

  1. GitHub Advisory GHSA-56w9-6w54-38cx · GitHub Advisory Database

Cite this entry

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

Suggest a correction

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

  1. resolvedcritical

    Malicious code in typescirpt-cli (npm)

    The npm package typescirpt-cli (a typosquat of typescript-cli) contained malicious code in its postinstall script that downloads and executes a binary (main.exe) on Windows and WSL systems, and exfiltrates system metadata to a hardcoded IP address.

    npmTyposquattingCompromised package
  2. containedcritical

    Malicious code in typescipt-core (npm)

    The npm package typescipt-core (a typosquat of typescript) contained malicious postinstall code that downloads and executes a second-stage payload on Windows and WSL systems. The dropper exfiltrates host profile information to 193.70.34.101:20099 before fetching attacker-controlled executables.

    npmCompromised packageTyposquatting
  3. containedcritical

    Malicious code in typesript-cli (npm)

    The npm package 'typesript-cli' (a one-character typosquat of 'typescript') contains malicious code in its postinstall script that downloads and executes a Windows PE binary, and can cross the Linux/WSL sandbox boundary to execute payloads on the Windows host. The script also beacons to a hardcoded IP endpoint.

    npmTyposquattingCompromised package
  4. resolvedcritical

    Malicious code in typescirpt-core (npm)

    The npm package 'typescirpt-core' (a typosquat of 'typescript') contained malicious code that executed on install, downloading and executing a Windows executable and pivoting WSL environments back to the host Windows system.

    npmTyposquattingCompromised package