Malicious code in ded-pwa-c-boxy-di (npm)
The npm package ded-pwa-c-boxy-di contained malicious code that automatically downloads and executes a binary payload from attacker-controlled endpoints upon import, with no user interaction required.
- Disclosed
- Last updated
- Blast radius
- Any developer or application that imports ded-pwa-c-boxy-di; execution occurs immediately on require() without lifecycle hooks.
- Ecosystems
- Attack vectors
- Affected entities
- ded-pwa-c-boxy-dinpm package containing malicious code in index.js and _loader.js
The npm package ded-pwa-c-boxy-di was found to contain malicious code in its index.js and loader.js files. Upon require(), the package automatically fetches a binary payload from attacker-controlled endpoints hosted on Cloudflare Workers (oob-worker.cf100-416.workers.dev and siblings) or via DNS-TXT fallback through sdk.dl.wel1.ru.\n\nThe malicious code constructs destination hostnames using array-join obfuscation to evade static analysis, downloads the binary payload over HTTPS without any signature verification or hash checking, and writes it to a temporary path under disguised names (e.g., dotnet_diag.exe, .cache_). The file is then made executable (chmod 0755) and spawned detached via /bin/sh -c or cmd.\n\nNo lifecycle hooks are required to trigger the malicious behavior—simply importing the package is sufficient. This represents a critical supply chain risk as any application or developer tool that depends on this package would automatically execute arbitrary code.\n\nThe incident was identified by Amazon Inspector and credited to the OpenSSF malicious-packages project.
Indicators of compromise
- Packages
- ded-pwa-c-boxy-di
- Domains
- oob-worker.cf100-416.workers.dev
- sdk.dl.wel1.ru
Remediation
- Immediately remove ded-pwa-c-boxy-di from all dependencies and lock files
- Audit all projects and applications that may have installed this package
- Review system logs and process execution history on affected machines for signs of unauthorized binary execution
- Block outbound connections to oob-worker.cf100-416.workers.dev and sdk.dl.wel1.ru at the network level
- Regenerate any credentials or secrets that may have been exposed on affected systems
- Update npm dependencies and perform a clean reinstall from trusted sources only
Sources
- GitHub Advisory GHSA-4pjq-c6mr-5gx2 · GitHub Advisory Database
Cite this entry
"Malicious code in ded-pwa-c-boxy-di (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 7, 2026; last updated August 7, 2026. https://supplychainattack.org/incident/malicious-code-in-ded-pwa-c-boxy-di-npm-haaace
Suggest a correction
Found an error or have a newer source? Corrections to factual errors take priority over new entries.
Related incidents
- 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 - 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
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 - 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