Home

Description

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced alongside the existing "--allowed-origins" flag, enabling users to specify permitted hosts at server startup. Both flags default to "*", allowing users to implement strict access controls as needed without breaking existing setups. If either flag is set to "*", the server will output a startup warning about potential vulnerabilities. Documentation has also been updated to highlight these security considerations.

PUBLISHED Reserved 2026-06-08 | Published 2026-06-13 | Updated 2026-06-13 | Assigner Google




CRITICAL: 9.4CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Problem types

CWE-346: Origin Validation Error

Product status

Default status
unaffected

Any version before 0.25.0
affected

Credits

Jonathan Leitschuh (https://github.com/JLLeitschuh) finder

References

github.com/googleapis/mcp-toolbox/issues/3113

github.com/googleapis/mcp-toolbox/pull/2254

cve.org (CVE-2026-11624)

nvd.nist.gov (CVE-2026-11624)

Download JSON