Skip to content
supplychainattack.orgSupply chain attack incident catalog
containedcritical

Malicious code in bigops-shared-product-design (npm)

bigops-shared-product-design@35.9.3 on npm contains malicious code that downloads and executes platform-specific native binaries from attacker-controlled Cloudflare Workers hosts and DNS-TXT fallback resolvers. The dropper is loaded unconditionally on require() and uses obfuscation and masquerade filenames to evade detection.

ShareXLinkedInHacker News
Disclosed
Last updated
Blast radius
Any npm consumer of bigops-shared-product-design@35.9.3
Ecosystems
Attack vectors
Affected entities
  • bigops-shared-product-design · 35.9.3

The npm package bigops-shared-product-design version 35.9.3 contains malicious code embedded in _adapter.js and lib/telemetry.js. Both modules implement a dropper pattern that fetches platform-specific native binaries from hardcoded attacker infrastructure.

The adapter.js module is unconditionally loaded via index.js on require(). It fetches binaries from Cloudflare Workers hosts (oob-worker.cf101-a.workers.dev, cf99-9b3.workers.dev, cf100-416.workers.dev) with a DNS-TXT fallback mechanism querying resolver domains under dl.wel1.ru. The fetched bytes are written to /tmp/.cache on Unix or %TEMP%/dotnet_diag_.exe on Windows, made executable (chmod 0755), and spawned detached via shell commands.

The lib/telemetry.js module contains an identical download-chmod-spawn pattern using base64-decoded chunks, indicating a shared dropper toolkit. String literals are fragmented and concatenated at runtime to evade static analysis tools. No hash pinning, signature verification, or legitimate publisher justification is present.

The infrastructure destinations, resolver domains, masquerade filenames, /tmp staging, detached spawning, and DNS-TXT chunked fallback are consistent with known dropper tradecraft.

Indicators of compromise

Packages
  • bigops-shared-product-design
Domains
  • oob-worker.cf101-a.workers.dev
  • cf99-9b3.workers.dev
  • cf100-416.workers.dev
  • dl.wel1.ru

Remediation

  • Immediately remove bigops-shared-product-design@35.9.3 from all environments
  • Audit all systems that installed this package version for unexpected processes, network connections, or files in /tmp/.cache_ or %TEMP%/dotnet_diag_.exe
  • Review npm audit logs and dependency trees for this package
  • Block outbound connections to oob-worker.cf101-a.workers.dev, cf99-9b3.workers.dev, cf100-416.workers.dev, and dl.wel1.ru at the network level
  • Update to a patched version if available, or remove the dependency entirely
  • Monitor for similar obfuscated dropper patterns in other dependencies

Sources

  1. GitHub Advisory GHSA-rpgw-73pw-cfcm · GitHub Advisory Database

Cite this entry

"Malicious code in bigops-shared-product-design (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 7, 2026; last updated August 7, 2026. https://supplychainattack.org/incident/malicious-code-in-bigops-shared-product-design-npm-l55w4f

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