๐Ÿ” CVE Alert

CVE-2026-79745

HIGH 7.1

MCPHub: Missing Authorization on Built-in Prompt & Resource CRUD (Unauthorized Tampering of Globally-Served Templates/Resources)

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

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.32, the built-in prompt and resource controllers perform no role checking. The mutating POST/PUT /api/prompts* and POST/PUT /api/resources* routes are attached to the authenticated router with no admin gate, and the handlers never read req.user. The DAO singletons they write are consulted first โ€” ahead of any connected MCP server โ€” for every session in handleGetPromptRequest / handleReadResourceRequest. A non-admin can therefore create, overwrite, and shadow global prompt templates and resources that all other users are served. The scored impact is the unauthorized integrity violation (creation/tampering/shadowing of globally-served records); stored prompt injection into other users' LLM sessions is a downstream consequence of that tampering. This issue has been patched in version 1.0.32.

CWE CWE-862
Vendor samanhappy
Product mcphub
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for samanhappy mcphub

Be the first to know when new high vulnerabilities affecting samanhappy mcphub are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

samanhappy / mcphub
< 1.0.32

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/samanhappy/mcphub/security/advisories/GHSA-6cvf-cfch-4g7m github.com: https://github.com/samanhappy/mcphub/pull/1069 github.com: https://github.com/samanhappy/mcphub/commit/6ba55ac63954a71506e61c088753251e2ff643cf github.com: https://github.com/samanhappy/mcphub/releases/tag/v1.0.32