SCA: security update for network-ai (GHSA-r78r-rwrf-rjwp)

critical Tenable Cloud Security Plugin ID 443566

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

Solution

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

See Also

https://github.com/advisories/GHSA-r78r-rwrf-rjwp

Plugin Details

Severity: Critical

ID: 443566

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 6/19/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.6

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 9.4

Temporal Score: 7

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

CVSS Score Source: CVE-2026-48814

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/19/2026

Vulnerability Publication Date: 6/17/2026

Reference Information

CVE: CVE-2026-48814

cwe: CWE-306