CVE Catalog

CVE-2026-79744

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Summary

MCPHub prior to version 1.0.29 has a flaw in the PUT /api/system-config endpoint (handler updateSystemConfig) that performs no authorization check. It is protected only by the app-wide authentication middleware and a rate limiter, but never inspects req.user.isAdmin.

Risk Assessment

The organization is exposed to unauthorized modification of system configuration, which could lead to security breaches, settings changes, and potential attacks.

Recommendation

It is recommended to upgrade MCPHub to version 1.0.29 or later, which includes the fix. Also verify that other endpoints have appropriate access controls.

Other vulnerabilities in MCPHub

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS