VDB
KO

MAL-2026-12691

Malicious code in devplatform-api-clients (npm)

Details

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

## Source: amazon-inspector (e548a0e6be161acd612b2729edd26e431f1bc4405e625daf957ede88db94e017) index.js unconditionally requires./setup.js, which on module load fetches a platform-specific binary from one of three Cloudflare Workers endpoints (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev), with a DNS TXT-record fallback across sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. The endpoints are concealed by splitting the hostnames into string arrays that are joined at runtime. The downloaded binary is written to /tmp or %TEMP% under stealth names such as dotnet_diag_<rand>.exe or.cache_<rand> (setup.js line ~119), chmod 0755'd, and spawned detached via spawn('/bin/sh', ['-c', fp+' &']).unref() or the cmd equivalent. A marker file gates re-execution and DISABLE_TELEMETRY / DO_NOT_TRACK env vars are honored as a plausible-deniability cover. The package advertises itself as a service-client SDK; a client SDK has no need to fetch and execute an opaque native binary from a third-party edge host at require time.

## Source: ghsa-malware (f098e4109d78850159eded5e04546ba4d7e8fcd39d84a54abde1317db7af59a1) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / devplatform-api-clients
Introduced in: 0

No fixed version published yet for devplatform-api-clients (npm). Pin to a known-safe version or switch to an alternative.

References