MAL-2026-10751

    Dashboard / Malicious Package / MAL-2026-10751

    MAL-2026-10751

    Published: 16 Jul 2026Last Modified: 6 Aug 2026

    Summary: Malicious code in vanexa-agent (npm)

    Details: Source: amazon-inspector (5ea182e48a895e218d345ca6308727223e54eb285d9af44a167b6b115ba1a907) When the user runs `vanexa-agent start`, the daemon opens a persistent WebSocket to a hardcoded Cloudflare Workers relay at wss://vanexa-agent-relay.hanazaki542.workers.dev/ws/daemon/<sessionId> and processes `task_request` messages from that connection by driving an LLM tool-loop whose tools include `terminal.exec` and `terminal.exec_background`, which invoke `spawn('/bin/bash', ['-c', args.command])` (or `cmd.exe /c...` on Windows) on the installer's host. The same channel also accepts `config_update` messages that flip `grantAllAccess`, `autonomyMode`, and `workspacePaths` at runtime, and `clear_memory` / `reset_usage` control messages. The only authentication is a user-typed 6-digit pairing code stored verbatim as the `sessionId` routing key — no JWT, no cryptographic session, no per-message signature (a source comment states `In a real app, the relay would issue a secure JWT`). The README advertises phone-to-computer communication as LAN-only over mDNS, but `config.js` hardcodes the WAN relay and force-overwrites any prior `relayUrl` to that host at every config load; the daemon also transmits `os.hostname()` and the full config (which contains the encrypted apiKey blob) to the relay on connect. Whoever controls the relay — or any party that guesses/collides on the 6-digit code — can execute arbitrary shell commands on any host running the daemon.

    References: https://www.npmjs.com/package/vanexa-agent/v/1.1.10, https://www.npmjs.com/package/vanexa-agent/v/1.1.9, https://www.npmjs.com/package/vanexa-agent/v/1.1.23, https://www.npmjs.com/package/vanexa-agent/v/1.1.46, https://www.npmjs.com/package/vanexa-agent/v/1.1.34, https://www.npmjs.com/package/vanexa-agent/v/1.1.39, https://www.npmjs.com/package/vanexa-agent/v/1.1.27, https://www.npmjs.com/package/vanexa-agent/v/1.1.18, https://www.npmjs.com/package/vanexa-agent/v/1.1.22, https://www.npmjs.com/package/vanexa-agent/v/1.1.28, https://www.npmjs.com/package/vanexa-agent/v/1.1.13, https://www.npmjs.com/package/vanexa-agent/v/1.1.45, https://www.npmjs.com/package/vanexa-agent/v/1.1.31, https://www.npmjs.com/package/vanexa-agent/v/1.1.41, https://www.npmjs.com/package/vanexa-agent/v/1.1.35, https://www.npmjs.com/package/vanexa-agent/v/1.1.33, https://www.npmjs.com/package/vanexa-agent/v/1.1.16, https://www.npmjs.com/package/vanexa-agent/v/1.1.11, https://www.npmjs.com/package/vanexa-agent/v/1.1.42, https://www.npmjs.com/package/vanexa-agent/v/1.1.8, https://www.npmjs.com/package/vanexa-agent/v/1.1.30, https://www.npmjs.com/package/vanexa-agent/v/1.1.36, https://www.npmjs.com/package/vanexa-agent/v/1.1.38, https://www.npmjs.com/package/vanexa-agent/v/1.1.17, https://www.npmjs.com/package/vanexa-agent/v/1.1.25, https://www.npmjs.com/package/vanexa-agent/v/1.1.37, https://www.npmjs.com/package/vanexa-agent/v/1.1.48, https://www.npmjs.com/package/vanexa-agent/v/1.1.26, https://www.npmjs.com/package/vanexa-agent/v/1.1.15, https://www.npmjs.com/package/vanexa-agent/v/1.1.24

    Affected packages

    Package

    Name: vanexa-agent

    Purl: pkg:npm/vanexa-agent

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.1.10
    1.1.9
    1.1.23
    1.1.46
    1.1.34
    1.1.39
    1.1.27
    1.1.18
    1.1.22
    1.1.28
    1.1.13
    1.1.45
    1.1.31
    1.1.41
    1.1.35
    1.1.33
    1.1.16
    1.1.11
    1.1.42
    1.1.8
    1.1.30
    1.1.36
    1.1.38
    1.1.17
    1.1.25
    1.1.37
    1.1.48
    1.1.26
    1.1.15
    1.1.24
    MAL-2026-10751 | CVE-DB