---
id: CVE-2026-79744
title: >-
  MCPHub is a unified hub for centrally managing and dynamically orchestrating
  multiple MCP servers/APIs into separate endpoints with flexible routing
  strategies
summary: >-
  MCPHub is a unified hub for centrally managing and dynamically orchestrating
  multiple MCP servers/APIs into separate endpoints with flexible routing
  strategies. Prior to version 1.0.29, MCPHub's PUT /api/system-config endpoint
  (handler u…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-269
  - CWE-862
published: '2026-08-31'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T21:08:37.320'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-79744'
references:
  - url: 'https://github.com/samanhappy/mcphub/releases/tag/v1.0.29'
    label: security-advisories@github.com
  - url: >-
      https://github.com/samanhappy/mcphub/security/advisories/GHSA-4gc8-885f-qj36
    label: security-advisories@github.com
  - url: >-
      https://github.com/samanhappy/mcphub/security/advisories/GHSA-4gc8-885f-qj36
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00299
epssPercentile: 0.22777
ingestedAt: '2026-09-08T21:11:12.288Z'
---

## Overview

MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies. Prior to version 1.0.29, MCPHub's PUT /api/system-config endpoint (handler updateSystemConfig) performs no authorization check. It is protected only by the app-wide authentication middleware and a rate limiter — it never inspects req.user.isAdmin. This issue has been patched in version 1.0.29.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
