CVE-2026-48814

CRITICAL EPSS 21.4%
Published Jun 17, 20262w ago · Modified Jun 23, 20261w ago
9.1 CVSS 3.1
Critical
Find Similar
Published Jun 17, 2026 2w ago
Last Modified Jun 23, 2026 1w ago

Description

Network-AI is a TypeScript/Node.js multi-agent orchestrator. In versions 5.7.1 and earlier, the MCP SSE server allows unauthenticated cross-origin MCP tool invocation due to an empty default secret. This issue was partially addressed by CVE-2026-46701 in version 5.4.5 by closing the CORS flaw (with Access-Control-Allow-Origin now set only for localhost origins), but the empty-default-secret flaw described in the title remained: the SSE MCP server still defaulted to an empty secret, _isAuthorized() still returned true when the secret was empty, and a non-loopback bind only produced a warning. As a result, the server still ran fully unauthenticated by default. Any non-browser caller (for example, curl, SSRF, or a 0.0.0.0 bind) could invoke all 22 MCP tools (config_set, agent_spawn, blackboard_write, token_*) with no credentials. This issue was fixed in version 5.7.2.

CVSS Details

Base Score
9.1
Exploitability
3.9
Impact
5.2
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
21.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-306 Missing Authentication for Critical Function Authentication

References 3

  • github.com https://github.com/Jovancoding/Network-AI/releases/tag/v5.7.2
  • github.com https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-r78r-rwrf-rjwp
  • github.com https://github.com/advisories/GHSA-j3vx-cx2r-pvg8

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.