VDB
KO

MAL-2026-12439

Malicious code in sme-foundation-frame-manager (npm)

Details

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

## Source: amazon-inspector (7e9bb324a555c0f087f5366e156489724c0b1e06f8b1cdb08032046a0cc1f94d) On require/import of the package, index.js unconditionally loads _runtime.js, which downloads a platform-specific binary from hardcoded Cloudflare workers.dev endpoints (oob-worker.cf100-416.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT chunked base64 fallback resolved through *.well1.site. The binary is written to /tmp or %TEMP% under deceptive names such as.cache_<hex> and dotnet_diag_<hex>.exe, chmod 0755'd, and executed detached via /bin/sh or cmd.exe. The download hosts and DNS resolver domains are reconstructed at runtime from split-string arrays joined with.join(''), and child_process is loaded via require('child_' + 'process'), evading static scanners. No hash or signature verification is performed on the fetched binary.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / sme-foundation-frame-manager

No fixed version published yet for sme-foundation-frame-manager (npm). Pin to a known-safe version or switch to an alternative.

References