---
id: CVE-2026-58196
title: >-
  ToolHive is a utility designed to simplify the deployment and management of
  Model Context Protocol (MCP) servers
summary: >-
  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…
severity: medium
cvss: 4.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N'
cwe:
  - CWE-918
vendor: stacklok
product: toolhive
affected:
  - toolhive < 0.31.0
patched:
  - github.com/stacklok/toolhive 0.31.0
published: '2026-09-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T18:17:25.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-58196'
references:
  - url: >-
      https://github.com/stacklok/toolhive/commit/4ea6afb9048ddec1d56875fa9e0da36d65c15966
    label: security-advisories@github.com
  - url: 'https://github.com/stacklok/toolhive/releases/tag/v0.31.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/stacklok/toolhive/security/advisories/GHSA-pr64-jmmf-jp54
    label: security-advisories@github.com
  - url: >-
      https://github.com/stacklok/toolhive/security/advisories/GHSA-pr64-jmmf-jp54
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-pr64-jmmf-jp54'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - go
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-15T17:27:08.054523Z'
aliases:
  - GHSA-pr64-jmmf-jp54
ecosystem: go
ingestedAt: '2026-07-15T23:47:18.945Z'
epss: 0.00429
epssPercentile: 0.34527
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-58196)

Affected packages:

- `github.com/stacklok/toolhive < 0.31.0`

Patched in:

- `github.com/stacklok/toolhive 0.31.0`

Source: https://github.com/advisories/GHSA-pr64-jmmf-jp54
