Malicious code in dolyame-ui-inputsearchtagged (npm)
The npm package dolyame-ui-inputsearchtagged contained malicious code that downloads and executes arbitrary payloads from attacker-controlled infrastructure upon installation or import. The package was identified by Amazon Inspector and credited to OpenSSF's malicious-packages repository.
- Disclosed
- Last updated
- Blast radius
- Any system installing or importing the dolyame-ui-inputsearchtagged package; full host code execution under attacker control.
- Ecosystems
- Attack vectors
- Affected entities
- dolyame-ui-inputsearchtaggednpm package containing malicious code in _init.js
The npm package dolyame-ui-inputsearchtagged contained embedded malicious code in its init.js file. Upon require of the package, the code selects a platform-specific payload and downloads opaque bytes over HTTPS from rotating Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev), with a fallback covert channel using DNS TXT lookups against domains under wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru) to reassemble a base64-encoded payload.\n\nThe downloaded bytes are written to temporary files (/var/tmp/.cache on Linux or %TEMP%/dotnet_diag_.exe on Windows), made executable (chmod 0755), and spawned detached via spawn("/bin/sh") or spawn("cmd"). The malware uses obfuscation techniques including runtime string construction to evade static analysis, and disguises its activity using environment variable checks (DISABLE_TELEMETRY, DO_NOT_TRACK) and misleading file names as a telemetry cover story.\n\nInstalling or importing the package results in full-host code execution under attacker control. There is no cryptographic pinning or integrity verification of the downloaded payloads, and the destinations are unrelated to any legitimate publisher.\n\nThe incident was identified by Amazon Inspector and credited to the OpenSSF's malicious-packages repository (MAL-2026-13583).
Indicators of compromise
- Packages
- dolyame-ui-inputsearchtagged
- Domains
- oob-worker.cf99-9b3.workers.dev
- oob-worker.cf101-adf.workers.dev
- oob-worker.cf102-baf.workers.dev
- oob-worker.cf103-070.workers.dev
- sdk.dl.wel1.ru
- ext.dl.wel1.ru
- pkg.dl.wel1.ru
- net.dl.wel1.ru
Remediation
- Immediately uninstall dolyame-ui-inputsearchtagged from all systems
- Audit npm package.json and lock files for any presence of this package
- Review system logs and process execution history on any machine where this package was installed for signs of malicious activity
- Check for unexpected files in /var/tmp/.cache_* or %TEMP%/dotnet_diag_* on affected systems
- Monitor network traffic for connections to the identified malicious domains (Cloudflare Workers hosts and wel1.ru subdomains)
- Consider this a full-host compromise; perform forensic analysis and credential rotation on affected systems
- Use a reputable npm package scanner to identify any other malicious packages in your dependency tree
Sources
- GitHub Advisory GHSA-x6gv-rr9x-8gh4 · GitHub Advisory Database
Cite this entry
"Malicious code in dolyame-ui-inputsearchtagged (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-inputsearchtagged-npm-oqqg7k
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