Skip to content
supplychainattack.orgSupply chain attack incident catalog
resolvedcritical

Malicious code in dolyame-boxy-independent-bnpl-code-text (npm)

The npm package dolyame-boxy-independent-bnpl-code-text contained malicious code that downloads and executes platform-specific binaries from attacker-controlled infrastructure upon require(). The package masqueraded as telemetry functionality with environment variable opt-out checks.

ShareXLinkedInHacker News
Disclosed
Last updated
Blast radius
Any Node.js application that installed and required the malicious package
Ecosystems
Attack vectors
Affected entities
  • dolyame-boxy-independent-bnpl-code-textnpm package containing malicious code

The npm package dolyame-boxy-independent-bnpl-code-text was found to contain malicious code that executes on package import. The index.js file loads _ext.js, which fetches platform-specific executables from attacker-controlled Cloudflare Workers hosts (oob-worker.cf*.workers.dev) with a DNS-TXT covert-channel fallback using *.dl.wel1.ru domains.

The fetched binary payloads are reconstructed from base64-encoded chunks, written to temporary directories (/tmp or %TEMP%) under disguised filenames (dotnet_diag_.exe or .cache_), marked executable (chmod 755), and spawned detached via shell commands (/bin/sh -c or cmd /c start). Destination hostnames are dynamically reconstructed via array-join operations to evade static string detection.

The malicious behavior is framed as optional telemetry, with checks for DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, and DO_NOT_TRACK environment variables, as well as an .analytics_state file. The lib/telemetry.js file contains a parallel code path implementing the same write-chmod-exec pattern using Buffer.from(chunks,'base64'), fs.chmodSync, and child_process.spawn().

The incident was identified and credited to the OpenSSF malicious-packages repository.

Indicators of compromise

Packages
  • dolyame-boxy-independent-bnpl-code-text
Domains
  • oob-worker.cf*.workers.dev
  • *.dl.wel1.ru

Remediation

  • Remove the dolyame-boxy-independent-bnpl-code-text package from all projects immediately
  • Audit package.json and lock files for any presence of this package or similar typosquatting variants
  • Review application logs and system activity for evidence of unauthorized binary execution or network 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 npm dependencies and use npm audit to identify and remove malicious packages

Sources

  1. GitHub Advisory GHSA-885c-25xm-9v95 · GitHub Advisory Database

Cite this entry

"Malicious code in dolyame-boxy-independent-bnpl-code-text (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 5, 2026; last updated August 5, 2026. https://supplychainattack.org/incident/malicious-code-in-dolyame-boxy-independent-bnpl-code-text-npm-mj5q5y

Suggest a correction

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

  1. containedcritical

    Malware in fetch-runtime

    Malware was discovered in the npm package fetch-runtime. Any system with this package installed or running should be considered fully compromised. All secrets and keys must be rotated immediately from a different computer.

    npmCompromised package
  2. resolvedcritical

    Malicious code in ghazaly (npm)

    The npm package ghazaly version 99.9.0 contained malicious code that executed a postinstall hook to collect system information (hostname, current user, IP addresses) and exfiltrate it to a Burp Collaborator domain. The package exhibited dependency-confusion characteristics with a high version number and nonsense dependencies.

    npmCompromised packageDependency confusion
  3. containedcritical

    Malicious code in base65-13x (npm)

    base65-13x@5.0.2 on npm contains malicious obfuscated code disguised as a legitimate base-x library. The decode() function executes a ~123KB VM-style payload with dynamic code construction and network I/O capabilities.

    npmCompromised package
  4. containedcritical

    Malicious code in kit-vim-map (npm)

    The npm package kit-vim-map contained malicious code that executes a remote-controlled Linux ELF binary on installation, providing the attacker with arbitrary RCE, persistence, and file exfiltration capabilities. The binary beacons to C2 server 217.60.77.63 and establishes persistence via systemd user units.

    npmCompromised packageMalicious commit