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
This high-severity CVE scores 7.6 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.0%, top 93% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.6
- EG Score
- 7.6(low)
- EG Risk
- —
- EPSS
- 6.7%
- KEV
- Not listed
Published
May 21, 2026
Last Modified
July 21, 2026
Advisory Details (3)
Auto-updated Jul 20, 2026Unauthenticated Cross-Origin MCP Tool Invocation via Empty Default Secret · Advisory · Jovancoding/Network-AI · GitHub
https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-j3vx-cx2r-pvg8v5.4.5 — Security fix: GHSA-j3vx-cx2r-pvg8 (CWE-346 High — empty secret + wildcard CORS)
Patch available: Jovancoding/Network-AI v5.4.5
https://github.com/Jovancoding/Network-AI/releases/tag/v5.4.5commit dc5048112283 (Jovancoding/Network-AI)
Patch available: Jovancoding/Network-AI v5.7.2 (contains commit dc5048112283)
https://github.com/Jovancoding/Network-AI/commit/dc5048112283f3f4eb6c06dd2bf5aa93ef9339beVendor Advisories for CVE-2026-46701(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| network-ai | — | 5.4.5 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 2× in last 7d / 2× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:24 UTCEPSS rescore
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-05-24 06:09 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-346
Frequently asked(5)
What is CVE-2026-46701?
When was CVE-2026-46701 disclosed?
Is CVE-2026-46701 actively exploited?
What is the CVSS score of CVE-2026-46701?
How do I remediate CVE-2026-46701?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-46701
Is Your Infrastructure Affected by CVE-2026-46701?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.