PatchSiren cyber security CVE debrief
CVE-2026-48814 Jovancoding CVE debrief
CVE-2026-48814 is a critical vulnerability in Network-AI, a TypeScript/Node.js multi-agent orchestrator. Versions 5.7.1 and earlier are affected by an issue allowing unauthenticated cross-origin MCP tool invocation. This is due to an empty default secret used by the MCP SSE server. Although CVE-2026-46701 partially addressed this issue in version 5.4.5 by restricting CORS to localhost origins, the empty default secret flaw persisted. The vulnerability enables any non-browser caller, such as curl or SSRF, to invoke all 22 MCP tools without credentials. This issue was fixed in version 5.7.2.
- Vendor
- Jovancoding
- Product
- Network-AI
- CVSS
- CRITICAL 9.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-17
- Original CVE updated
- 2026-06-23
- Advisory published
- 2026-06-17
- Advisory updated
- 2026-06-23
Who should care
Organizations using Network-AI versions 5.7.1 or earlier should prioritize patching to version 5.7.2. Security teams and administrators responsible for multi-agent orchestrators and Node.js applications should be aware of this critical vulnerability.
Technical summary
The MCP SSE server in Network-AI versions 5.7.1 and earlier defaults to an empty secret, allowing unauthenticated access. The _isAuthorized() function returns true for empty secrets, and non-loopback binds only produce warnings. This enables unauthorized invocation of MCP tools, including config_set, agent_spawn, and blackboard_write. CVE-2026-46701 partially addressed the issue but did not fix the empty default secret flaw.
Defensive priority
critical
Recommended defensive actions
- Upgrade Network-AI to version 5.7.2 or later
- Review and update MCP SSE server configurations to use secure secrets
- Implement proper authentication and authorization for MCP tool invocations
- Restrict access to Network-AI instances to trusted origins
- Monitor for suspicious activity related to MCP tool invocations
- Consider implementing additional security measures such as IP restrictions and rate limiting
Evidence notes
Information is based on official CVE and NVD sources. The CVE record and NVD detail provide context on the vulnerability. References to GitHub advisories and release notes offer additional insights into the fix.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48814 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48814
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48814 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48814
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Jovancoding/Network-AI/releases/tag/v5.7.2
-
Source reference
Unverified legacy reference
URL: https://github.com/Jovancoding/Network-AI/security/advisories/GHSA-r78r-rwrf-rjwp
-
Source reference
Unverified legacy reference
URL: https://github.com/advisories/GHSA-j3vx-cx2r-pvg8
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.