boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-46701HIGH
Jovancoding Network-AI — Network-AI: Unauthenticated Cross-Origin MCP Tool Invocation via Empty Default Secret
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   N   L   N   R  U  L  H  L    7.6   .0022   13.2     —
AFFECTED
  Product     Versions   Fixed
  Network-AI  < 5.4.5 –  —
TIMELINE
  May 15  Reserved by GitHub_M
  Jul 20  EXPLOIT PUBLISHED — CVE-2026-46701 (Jovancoding Network-AI). Public exploit reference added.
  Jul 20  Published (CNA: GitHub_M)
CWE-346 · CNA: GitHub_M · CVSS v3.1 · 3 references · NVD status: Analyzed

Description

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
May 15, 2026ReservedReserved by GitHub_M
July 20, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-46701 (Jovancoding Network-AI). Public exploit reference added.
July 20, 2026PublishedPublished (CNA: GitHub_M)

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
JovancodingNetwork-AI< 5.4.5

Weaknesses

CWE-346

References (3)

Related

Authoritative record: CVE-2026-46701 at cve.org

Vendors: jovancoding

Weaknesses: CWE-346

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-46701 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.