SCA: security update for network-ai (GHSA-j3vx-cx2r-pvg8)

high Tenable Cloud Security Plugin ID 442270

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-46701)

Solution

Update the network-ai library and its related packages to version 5.4.5 or later.

See Also

https://github.com/advisories/GHSA-j3vx-cx2r-pvg8

Plugin Details

Severity: High

ID: 442270

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 5/22/2026

Updated: 7/21/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.9

Percentile: 52.76

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:C/A:P

CVSS Score Source: CVE-2026-46701

CVSS v3

Risk Factor: High

Base Score: 7.6

Temporal Score: 6.6

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/21/2026

Vulnerability Publication Date: 5/21/2026

Reference Information

CVE: CVE-2026-46701

cwe: CWE-346