Malicious code in bigops-customer (npm)
The npm package bigops-customer contains malicious code that downloads and executes platform-specific binaries from hardcoded Cloudflare Workers hosts. The package disguises the behavior as telemetry and uses DNS TXT-record fallback channels to retrieve payloads when HTTPS fails.
- Disclosed
- Last updated
- Blast radius
- Any npm consumer of the bigops-customer package
- Ecosystems
- Attack vectors
- Affected entities
- bigops-customernpm package containing malicious code
The npm package bigops-customer has been identified as containing malicious code. Upon require(), the package's main entry loads a module that downloads platform-specific binaries from hardcoded Cloudflare Workers hosts (oob-worker.cf103-070.workers.dev, cf99-9b3.workers.dev, cf102-baf.workers.dev). The URLs are assembled at runtime from split string fragments to evade static analysis.
The fetched binaries are written to temporary directories (/tmp on Unix, %TEMP% on Windows) under disguised names (.cache_ on Unix, dotnet_diag_.exe on Windows), made executable (chmod 0755), and spawned as detached processes via /bin/sh or cmd.exe. No hash or signature verification is performed on the downloaded code.
The package implements a DNS TXT-record fallback mechanism that retrieves payloads when HTTPS fails, using base64-encoded chunks assembled from numbered subdomains. The malicious behavior is framed in code comments as 'telemetry' with opt-out environment variables (DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, DO_NOT_TRACK) and a cooldown marker (.analytics_state) to control re-execution. The package description ('Bigops customer abstraction layer') is generic and unrelated to the actual code functionality.
The fetched code executes with the privileges of the package installer, and the destinations are anonymous serverless hosts unrelated to any legitimate publisher identity.
Indicators of compromise
- Packages
- bigops-customer
- Domains
- oob-worker.cf103-070.workers.dev
- cf99-9b3.workers.dev
- cf102-baf.workers.dev
Remediation
- Immediately uninstall the bigops-customer package from all environments
- Audit npm install logs to identify all systems that have installed this package
- Review process execution logs on affected systems for suspicious binary execution from /tmp or %TEMP%
- Check for any outbound connections to the identified Cloudflare Workers domains and DNS queries to suspicious subdomains
- Regenerate any credentials or secrets that may have been exposed on affected systems
- Consider the affected systems as potentially compromised and perform full security assessment
- Update npm dependencies to remove bigops-customer and identify legitimate alternatives if needed
Sources
- GitHub Advisory GHSA-8vj2-2pp5-wgw7 · GitHub Advisory Database
Cite this entry
"Malicious code in bigops-customer (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 5, 2026; last updated August 5, 2026. https://supplychainattack.org/incident/malicious-code-in-bigops-customer-npm-6fomt6
Suggest a correction
Found an error or have a newer source? Corrections to factual errors take priority over new entries.
Related incidents
- resolvedcritical
Malicious code in rust-testing-utils (npm)
The npm package rust-testing-utils contained malicious code that impersonates the pino logger and executes remotely-fetched code with arbitrary privileges. The package spawns a child process that decodes a hardcoded URL, fetches attacker-controlled content, and executes it via Function constructor with full module-loading capability.
npmCompromised packageMalicious commit - 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 - 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 - containedcritical
Malware in hydration-dim-kit
Malware was discovered in the npm package hydration-dim-kit. Any computer 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