sme-foundation-frame-manager @20.7.8
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC
OSV ID
MAL-2026-12439
Ecosystem
npm
Summary
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.
Source: amazon-inspector (7e9bb324a555c0f087f5366e156489724c0b1e06f8b1cdb08032046a0cc1f94d)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.