CVE-2026-46701
Last modified
CVE-2026-46701 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Jovancoding | Network-AI | < 5.4.5 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-46701?
How severe is CVE-2026-46701?
How do I fix CVE-2026-46701?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46695Boxlite is a sandbox service that allows users to create lig…10
- CVE-2026-46697Fediverse Embeds embeds fediverse posts on WordPress sites. …7.5
- CVE-2026-46698Fediverse Embeds embeds fediverse posts on WordPress sites. …5.3
- CVE-2026-46699conda-smithy is a tool for combining a conda recipe with con…7.6
- CVE-2026-4670Authentication bypass by primary weakness vulnerability in P…9.8
- CVE-2026-46700Actual is a local-first personal finance tool. Prior to 26.6…4.3
- CVE-2026-46702Russh is a Rust SSH client & server library. From version 0.…7.5
- CVE-2026-46703Boxlite is a sandbox service that allows users to create lig…9.6
- CVE-2026-46705Russh is a Rust SSH client & server library. From version 0.…5.3
- CVE-2026-46709Tabby (formerly Terminus) is a highly configurable terminal …7.8
- CVE-2026-46710Notepad++ is a free and open-source source code editor. From…7.8
- CVE-2026-46712Misskey is an open source, federated social media platform. …2.3
Are you affected by CVE-2026-46701?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
