CVE-2026-81100
Received Received - Intake

Tiger-GH-MCP-Server Unrestricted Host Access Vulnerability

Vulnerability report for CVE-2026-81100, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VulnCheck

Description

tiger-gh-mcp-server started its MCP HTTP transport without enabling the host allow-list the underlying SDK provides. src/httpServer.ts called the shared httpServerFactory helper and never set the DNS-rebinding-protection option, so the transport accepted a request whatever host it named, making the locally reachable GitHub MCP endpoint drivable from a page in a visitor's browser that pointed a name it controlled at the bound address. The fix passes the option explicitly alongside a dependency update; the update alone would not have closed it. The repository has published no release that brackets the fix, so the affected boundary is the commit preceding it.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
timescale tiger-gh-mcp-server to e559b57b57cf61277525ec96bbf1edcf01b16a21 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-346 The product does not properly verify that the source of data or communication is valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-81100 is a DNS rebinding vulnerability in the tiger-gh-mcp-server. The server's HTTP transport did not enable the host allow-list provided by the underlying SDK, allowing requests from any host. This exposed the locally reachable GitHub MCP endpoint to potential exploitation from a malicious webpage controlled by an attacker.

Detection Guidance

Check if the tiger-gh-mcp-server HTTP transport is running without DNS rebinding protection. Verify the server's configuration to ensure Host header allow-list validation is enabled in development environments. Inspect network traffic for requests originating from unexpected hosts.

Impact Analysis

An attacker could use a victim's browser to send requests to the unauthenticated local server by pointing a controlled domain at the server's address. This could allow the attacker to interact with the GitHub MCP endpoint, potentially accessing or manipulating data.

Mitigation Strategies

Update to the latest commit that includes DNS rebinding protection. Ensure Host header allow-list validation is enabled in development environments, restricting access to localhost, 127.0.0.1, and [::1]. Disable the server if not in use.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81100. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart