VDB
KO

MAL-2026-12561

Malicious code in checkout-desktop-total (npm)

Details

The package executes a hidden loader when it is imported. The loader downloads and runs a platform-specific native payload from attacker-controlled Cloudflare Workers hosts, or reconstructs the payload from DNS TXT records under `wel1.ru` if HTTPS delivery fails. Systems that imported this package should be considered compromised; rotate accessible secrets and investigate temporary-file execution and DNS activity to the listed infrastructure.

--- _-= Per source details. Do not edit below this line.=-_

## Source: amazon-inspector (4b44040d21c83b93de2969a5a19e4180519e6bf99acc1d39476087a31379cc0b) On require of index.js, _platform.js runs a setup() routine that unconditionally downloads a platform-specific binary from Cloudflare Workers hosts (oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev) with a DNS-TXT fallback channel under *.dl.wel1.ru (c.<domain> returns a chunk count, N.<domain> returns base64 chunks that are concatenated and decoded). Host literals are split into arrays and joined at runtime to evade grep-based scanning. The downloaded bytes are written to a disguised path — '.cache_<rand>' under /tmp on Unix, 'dotnet_diag_<rand>.exe' under %TEMP% on Windows — chmodded 0755, and spawned detached via /bin/sh -c or cmd.exe /c start /b with windowsHide:true. An on-disk marker '.analytics_state' is written. The package name and its deceptive filenames impersonate benign tooling; there is no legitimate reason for a 'checkout-desktop-total' library entry to fetch and execute an opaque binary from a Cloudflare Workers host on import.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / checkout-desktop-total

No fixed version published yet for checkout-desktop-total (npm). Pin to a known-safe version or switch to an alternative.

References