๐Ÿ” CVE Alert

CVE-2026-79743

UNKNOWN 0.0

MCPHub: Path Traversal via Malicious MCPB Manifest Name

CVSS Score
0.0
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 0.12.13, MCPB File Upload Handler extracts a ZIP file and reads manifest.json from it. The name field in the manifest is directly concatenated into a file path (line 107) without any sanitization or path traversal character validation. An attacker can craft a malicious MCPB file where manifest.name is set to something like ../../../etc/malicious, causing the file to be extracted to an arbitrary location on the file system. The cleanupOldMcpbServer function (line 110) also uses the unsanitized name, potentially allowing deletion of arbitrary directories. This issue has been patched in version 0.12.13.

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

Get instant alerts for samanhappy mcphub

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

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

Affected Versions

samanhappy / mcphub
< 0.12.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/samanhappy/mcphub/security/advisories/GHSA-p3h2-2j4p-p83g github.com: https://github.com/samanhappy/mcphub/pull/770 github.com: https://github.com/samanhappy/mcphub/releases/tag/v0.12.13