SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-58196

MEDIUM · CVSS 4.7 EPSS 0.38% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Oracle's ToolHive utility is vulnerable to a flaw in its authentication handling, allowing a malicious remote Model Context Protocol (MCP) server to manipulate authentication discovery and redirect requests to internal services, including link-local and private IP addresses. This could lead to unauthorized access to sensitive internal resources and metadata, particularly affecting environments relying on AWS IMDSv1. Organizations using ToolHive versions prior to 0.31.0 should prioritize upgrading to mitigate potential exposure to this vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58196
Severity
MEDIUM
CVSS
4.7
EPSS
0.38%
Oracle

Original NVD Description

ToolHive is a utility designed to simplify the deployment and management of Model Context Protocol (MCP) servers. Prior to 0.31.0, remote.Handler.Authenticate in pkg/auth/remote/handler.go invokes discovery.DetectAuthenticationFromServer in pkg/auth/discovery/discovery.go, whose host-side HTTP clients trust remote-server-controlled authentication discovery destinations, follow redirects without host or scheme restrictions, and do not consistently block private addresses. A malicious or compromised remote MCP server can place a resource_metadata URL in WWW-Authenticate for ParseWWWAuthenticate to extract, after which FetchResourceMetadata, OIDC issuer discovery, and well-known discovery can issue GET requests to link-local, RFC1918, or other internal services outside the server's container. The user connects to a server that the user intends to use, but the server controls the internal destination; this path does not depend on the separate NAT64 guard omission because the affected clients did not invoke IsPrivateIP, and it differs from the DCR resolver path that already refused redirects. The demonstrated primitive reaches internal-only HTTP services and reachability or error oracles, and can retrieve AWS metadata credentials where IMDSv1 accepts an unauthenticated GET, while IMDSv2 and GCP metadata prerequisites are not satisfied by the demonstrated request. This vulnerability is fixed in 0.31.0.