MAL-2026-12664

    Dashboard / Malicious Package / MAL-2026-12664

    MAL-2026-12664

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in constructor-blocks-renderer-mailings (npm)

    Details: Source: amazon-inspector (c7b9c524160eaa76ac80781bfc28ed9e3f3b54295360d8f21989724a1dd34d34) On module load, index.js requires./_bridge.js, which reassembles hardcoded C2 hostnames from split string arrays (oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev) and issues https.get requests to download a platform-specific executable. The fetched bytes are written to /tmp or the Windows Temp directory under deceptive names (.cache_<hex>, dotnet_diag_<hex>.exe), chmod'd to 0755, and executed detached via cp.spawn('/bin/sh', ['-c', fp + ' &'], {detached:true}) on POSIX and cmd.exe /c start /b on Windows. When the HTTPS fetches fail, a fallback covert channel uses dns.resolveTxt against numbered subdomains of sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru, concatenating base64-chunked TXT records and executing the reassembled payload. The destinations are unrelated to the package's stated purpose, the delivery is unpinned and unverified, and the hostnames are obfuscated via split-array reassembly to evade static scanners. A large sibling bundle lib/telemetry.js (~81 KB) is present but not on the import-time graph.

    Affected packages

    Package

    Name: constructor-blocks-renderer-mailings

    Purl: pkg:npm/constructor-blocks-renderer-mailings

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    35.3.3
    MAL-2026-12664 | CVE-DB