CVE-2026-45609
HIGH7.2EPSS 0.04%Spring AI MCP Security: Unvalidated URL Fetching (SSRF)
描述
### Summary The mcp-security framework fails to implement the mandatory SSRF mitigations outlined in the Model Context Protocol (MCP) [security specifications](https://modelcontextprotocol.io/docs/tutorials/security/security_best_practices#mitigation-3). Specifically, it processes untrusted URLs for OAuth-related discovery and metadata without verifying if the targets are malicious or internal to the network. This only affects installations with Dynamic Client Registration (DCR) enabled: ```properties spring.ai.mcp.client.authorization.dynamic-client-registration.enabled=true ``` DCR does not validate URLs exposed by MCP Servers (protected resource metadata URL, authorization server URL) and Authorization Servers (all OAuth2 endpoints). ### Workaround When users need to perform DCR, they may provide their own `McpOAuth2ClientManager`. Both `McpMetadataDiscoveryService` and `DynamicClientRegistrationService` are also affected, if used, users should provide their own subclasses. Alternatively, users can provide the default implementations of these classes with a `RestClient` that implements URL filtering through `ClientHttpRequestInterceptor`.
受影響套件(1)
- Maven/org.springaicommunity:mcp-client-securityfrom 0, < 0.1.9
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH7.2 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N |
參考連結(5)
- PATCHhttps://github.com/spring-ai-community/mcp-security
- WEBhttps://github.com/spring-ai-community/mcp-security/commit/e6b67d8a67cd7acbee6e4c0741c385d62e3ed576
- WEBhttps://github.com/spring-ai-community/mcp-security/pull/68
- WEBhttps://github.com/spring-ai-community/mcp-security/releases/tag/v0.1.9
- WEBhttps://github.com/spring-ai-community/mcp-security/security/advisories/GHSA-qjp4-4jvr-xqg3