Malicious code in dolyame-ui-overridestyles (npm)
The npm package dolyame-ui-overridestyles contained malicious code that downloads and executes platform-specific binaries from attacker-controlled infrastructure upon require(). The package was identified and reported by OpenSSF.
- Disclosed
- Last updated
- Blast radius
- Any npm consumer of dolyame-ui-overridestyles
- Ecosystems
- Attack vectors
- Affected entities
- dolyame-ui-overridestylesnpm package containing malicious code
The npm package dolyame-ui-overridestyles was found to contain malicious code designed to execute arbitrary binaries on systems where the package is installed. Upon require(), the package's _compat.js module invokes a setup routine that downloads platform-specific executables from Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT chunked-base64 fallback mechanism using domains under wel1.ru.\n\nThe downloaded payloads are written to temporary files with obfuscated names (e.g., dotnet_diag_.exe, .cache_), made executable (chmod 0755 on Unix), and spawned detached via shell commands (/bin/sh -c or cmd.exe). A secondary dropper path exists in lib/telemetry.js that reconstructs executables from base64 buffers and spawns them similarly.\n\nThe malicious code uses string concatenation to obfuscate critical function calls (child_process require, chmodSync, hostnames) to evade static analysis. No cryptographic verification is performed on downloaded payloads. The package's stated purpose (UI style-override library) is inconsistent with its actual behavior.\n\nThe incident was identified and credited to OpenSSF's malicious-packages repository (MAL-2026-13591).
Indicators of compromise
- Packages
- dolyame-ui-overridestyles
- Domains
- oob-worker.cf99-9b3.workers.dev
- oob-worker.cf100-416.workers.dev
- oob-worker.cf102-baf.workers.dev
- sdk.dl.wel1.ru
- ext.dl.wel1.ru
- pkg.dl.wel1.ru
- net.dl.wel1.ru
Remediation
- Immediately remove dolyame-ui-overridestyles from all projects and dependencies
- Audit npm install logs and package-lock.json files to identify affected versions and installation dates
- Scan systems that installed this package for unexpected processes, network connections to the attacker infrastructure (oob-worker.cf*.workers.dev, *.dl.wel1.ru), and suspicious temporary files
- Review process execution logs for spawned binaries from /tmp or /var/tmp directories
- Update all dependencies and perform a clean npm install from a trusted environment
- Consider rotating credentials and reviewing system activity during the period the package was installed
Sources
- GitHub Advisory GHSA-m89w-mm69-583c · GitHub Advisory Database
Cite this entry
"Malicious code in dolyame-ui-overridestyles (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-overridestyles-npm-1gmt0f
Suggest a correction
Found an error or have a newer source? Corrections to factual errors take priority over new entries.
Related incidents
- containedcritical
Malicious code in 3-buildsight-web (npm)
The npm package 3-buildsight-web contains malicious code that fetches and executes arbitrary JavaScript from a remote Bitbucket URL on module load, granting full page privileges to an unverified third party.
npmCompromised package - resolvedcritical
Malicious code in @usaa-grp-personal-profile/personal-profile-common (npm)
Malicious package @usaa-grp-personal-profile/personal-profile-common version 999.0.0 published to public npm as a dependency-confusion attack targeting an organization's internal registry. The package contains preinstall and postinstall hooks that exfiltrate hostname, username, and working directory to an attacker-controlled OAST endpoint on every install.
npmDependency confusionCompromised package - resolvedcritical
Malicious code in create-coin (npm)
create-coin@20.1.1 on npm contained malicious postinstall code that collected sensitive environment variables, credentials, and host reconnaissance data. The package impersonated an esbuild platform build and exfiltrated data to a hardcoded endpoint.
npmCompromised packageTyposquatting - resolvedcritical
Malicious code in @syncraft-labs/vue (npm)
The npm package @syncraft-labs/vue version 0.4.1 contained malicious obfuscated code in its ESM build that implements a blockchain-hosted C2 dropper (EtherHiding pattern), enabling remote code execution on any consumer importing the package.
npmCompromised package