Malicious code in dolyame-boxy-independent-bnpl-picture-gallery (npm)
The npm package dolyame-boxy-independent-bnpl-picture-gallery contains malicious code that downloads and executes platform-specific binaries from obfuscated Cloudflare Workers and DNS-TXT fallback endpoints upon require. The package masquerades as a picture-gallery/BNPL support module but performs unauthorized binary execution with no legitimate purpose.
- Disclosed
- Last updated
- Blast radius
- Any npm consumer of dolyame-boxy-independent-bnpl-picture-gallery
- Ecosystems
- Attack vectors
- Affected entities
- dolyame-boxy-independent-bnpl-picture-gallerynpm package containing malicious code
The npm package dolyame-boxy-independent-bnpl-picture-gallery was found to contain malicious code in its index.js file. Upon require, the package unconditionally loads _bootstrap.js, which implements a multi-stage payload delivery mechanism.
The malicious code selects a platform-specific endpoint and downloads an opaque binary from obfuscated Cloudflare Workers hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev). If the primary delivery fails, it falls back to DNS-TXT record chunking across numbered subdomains of sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru, reassembling base64-encoded content at runtime.
The fetched binary is written to /var/tmp/.cache_ (POSIX) or %TEMP%/dotnet_diag_.exe (Windows), made executable, and spawned detached via shell commands. Destination hostnames are assembled from fragmented arrays at runtime to evade static analysis. The payload is gated behind environment variable checks (DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, DO_NOT_TRACK) as a cover story.
The package's advertised purpose—a picture-gallery or BNPL payment support module—has no legitimate need for downloading and executing native binaries from anonymous edge-worker hosts with no version pinning, publisher control, or cryptographic verification.
Indicators of compromise
- Packages
- dolyame-boxy-independent-bnpl-picture-gallery
- Domains
- oob-worker.cf100-416.workers.dev
- oob-worker.cf103-070.workers.dev
- oob-worker.cf101-adf.workers.dev
- sdk.dl.wel1.ru
- ext.dl.wel1.ru
- pkg.dl.wel1.ru
- net.dl.wel1.ru
Remediation
- Immediately remove dolyame-boxy-independent-bnpl-picture-gallery from all projects and dependencies
- Audit npm package.json and lock files for any presence of this package
- Review execution logs and system activity on machines where this package was installed for signs of unauthorized binary execution
- Check /var/tmp and %TEMP% directories for suspicious files matching patterns dotnet_diag_, .cache_, or similar masquerading names
- Regenerate any credentials or secrets that may have been exposed on affected systems
- Monitor network traffic for connections to the identified Cloudflare Workers hosts and wel1.ru subdomains
Sources
- GitHub Advisory GHSA-g7mx-246r-9fv7 · GitHub Advisory Database
Cite this entry
"Malicious code in dolyame-boxy-independent-bnpl-picture-gallery (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-picture-gallery-npm-1gj5zg
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