CVE-2026-19202 PUBLISHED

Token Cache Reuse in mcp-toolbox-sdk-python

Assigner: Google
Reserved: 07.08.2026 Published: 22.09.2026 Updated: 23.09.2026

A caching flaw in the toolbox-core package of the mcp-toolbox-sdk-python SDK causes the same Google ID token to be cached and reused across different audiences. If an application uses the SDK to authenticate to two or more different audiences within the same process, the module-level token cache fails to key its cached tokens by the requested audience. Consequently, a valid, unexpired token minted for a sensitive service (Service A) can be retrieved from the cache and sent to a secondary service (Service B). An attacker who operates, compromises, or monitors traffic to Service B can capture this token and replay it to impersonate the victim application against Service A.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.1

Product Status

Vendor Google
Product mcp-toolbox-sdk-python
Versions Default: unaffected
  • affected from 0 to 1.1.0 (incl.)

Credits

  • HE WEI(ギカク) finder

References

Problem Types

  • CWE-524: Use of a Shared Cache with Insufficient Key Granularity CWE

Impacts

  • CAPEC-60: Reusing Session IDs (Spoofing)