This release includes 1 security fix for security teams reviewing exposed deployments.
Published 1mo
MCP Data & Storage
✓ No known CVEs patched
This release patches 1 known CVE
Topics
ai
claude
claude-code
database
llm
mcp
+3 more
mcp-server
model-context-protocol
mysql
Affected surfaces
auth
breaking_upgrade
Summary
AI summaryDNS rebinding protection enabled for SSE, closing a reported attack vector.
Full changelog
Security Fix
- SSE: DNS rebinding protection enabled —
SseServerTransportnow receivesTransportSecuritySettings(enable_dns_rebinding_protection=True), validatingHostandOriginheaders against an allowlist. This closes the DNS rebinding attack vector reported in #92. - Default allowed hosts are
localhost:{port}and127.0.0.1:{port}. Operators deploying behind a reverse proxy can extend the list viaMCP_SSE_ALLOWED_HOSTS(comma-separated). - Graceful fallback for older
mcpversions that predatetransport_security.
Documentation
- New Security Considerations note explaining that SSE has no built-in authentication and showing how to front it with an nginx reverse proxy (with
MCP_SSE_HOST=127.0.0.1andMCP_SSE_ALLOWED_HOSTS). MCP_SSE_ALLOWED_HOSTSadded to the.envexample block.
Security Fixes
- SSE: DNS rebinding protection enabled (Host and Origin header allowlist validation) – closes CVE‑related attack vector reported in #92.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About designcomputer/mysql_mcp_server
MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines
Related context
Beta — feedback welcome: [email protected]