---
id: CVE-2026-16481
title: >-
  Server-Side Request Forgery (SSRF) and Credential Exfiltration in
  googleapis/mcp-toolbox cloud-healthcare-fhir-fetch-page Tool
summary: >-
  A Server-Side Request Forgery (SSRF) and credential exfiltration vulnerability
  exists in the cloud-healthcare-fhir-fetch-page tool of googleapis/mcp-toolbox.


  The tool takes an unvalidated pageURL parameter from the client and issues an
  …
severity: medium
cvss: 6
cvssVector: 'CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N'
cvssSource: cna
cwe:
  - CWE-918
vendor: Google
product: MCP Toolbox for Databases (googleapis/mcp-toolbox)
affected:
  - mcp_toolbox_for_databases_googleapis_mcp-toolbox >= 0.19.1 <= 1.4.0
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-07-27T19:35:22.831604Z'
published: '2026-07-27'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T16:06:44.182Z'
source: CVEORG
sourceUrl: 'https://www.cve.org/CVERecord?id=CVE-2026-16481'
references:
  - url: 'https://github.com/googleapis/mcp-toolbox/pull/3453'
tags:
  - cve.org
epss: 0.0022
epssPercentile: 0.12766
ingestedAt: '2026-09-11T11:32:42.890Z'
---

## Overview

A Server-Side Request Forgery (SSRF) and credential exfiltration vulnerability exists in the cloud-healthcare-fhir-fetch-page tool of googleapis/mcp-toolbox.

The tool takes an unvalidated pageURL parameter from the client and issues an HTTP GET request to it using an authenticated client. The underlying transport automatically attaches an Authorization: Bearer  header to every outbound request regardless of the destination host. An attacker can supply an arbitrary external URL to the pageURL parameter (either directly via the tool execution payload or implicitly via data-driven pagination tracking loops), leading Toolbox into sending its OAuth/service-account access token to an attacker-controlled listener. Depending on the configuration, this leaks either the end-user's token or the broader service-account access token (ADC), potentially exposing Protected Health Information (PHI) and secondary Google Cloud Platform services.

## Affected

- `mcp_toolbox_for_databases_googleapis_mcp-toolbox >= 0.19.1 <= 1.4.0`

## Remediation

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