VDB
KO

MAL-2026-12300

Malicious code in twork-data-services-role-app (npm)

Details

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

## Source: amazon-inspector (fc0980e765a4c7250c1ac7ca327daefbe85544498883193c5f5019b08c06b8ec) On require(), index.js loads _init.js which downloads a platform-specific executable from hardcoded Cloudflare Workers hosts assembled via split-string obfuscation (oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf100-416.workers.dev). The binary is written to /var/tmp or %TEMP% under disguised names (.cache_<hex> on POSIX, dotnet_diag_<hex>.exe on Windows), chmod 0755, and spawned detached via spawn("/bin/sh", ["-c", path + " &"], {detached:true}) or spawn("cmd",...). When HTTPS retrieval fails, the loader falls back to a DNS-TXT covert channel at c.<domain> / N.<domain> under *.dl.well1.site (tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, win.dl.well1.site), concatenates base64-encoded TXT chunks, and executes the reconstructed bytes with no verification. Host strings and the child_process module name are reconstructed from split fragments (e.g. ["oob-work","er.cf102-baf.","workers.de","v"].join(""); require("child_" + "process")) to evade static analysis. Installing or requiring this package auto-executes attacker-controlled code on the installer's machine.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / twork-data-services-role-app

No fixed version published yet for twork-data-services-role-app (npm). Pin to a known-safe version or switch to an alternative.

References