CVE-2026-46701
Published:July 20, 2026
Updated:July 21, 2026
Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.4.5, the MCP SSE server defaults to an empty secret ("process.env['NETWORK_AI_MCP_SECRET'] ?? ''" at "bin/mcp-server.ts:89"), which causes "_isAuthorized" ("lib/mcp-transport-sse.ts:254") to return "true" unconditionally for every request — no "Authorization" header is required. Simultaneously, "_handleRequest" sets "Access-Control-Allow-Origin: *" ("lib/mcp-transport-sse.ts:272") on every response, so a cross-origin browser fetch can read the result without restriction. An unauthenticated attacker who can lure a user to a malicious web page can invoke all 22 exposed MCP tools — including "config_set", "agent_spawn", and "blackboard_write" — against a default-configured localhost server. Version 5.4.5 patches the issue.
Affected Packages
https://github.com/Jovancoding/Network-AI.git (GITHUB):
Affected version(s) >=v3.0.0 <v5.4.5Fix Suggestion:
Update to version v5.4.5network-ai (NPM):
Affected version(s) >=3.0.0 <5.4.5Fix Suggestion:
Update to version 5.4.5Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
HIGH
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.6
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
LOW
Integrity
HIGH
Availability
LOW
Weakness Type (CWE)
Origin Validation Error
EPSS
Base Score:
0.17