CVE-2026-41854
Description
Spring Framework's UriComponentsBuilder is vulnerable to SSRF due to incorrect host parsing, affecting versions 7.0.0-7.0.7 and 6.2.0-6.2.18.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Spring Framework's UriComponentsBuilder is vulnerable to SSRF due to incorrect host parsing, affecting versions 7.0.0-7.0.7 and 6.2.0-6.2.18.
Vulnerability
Applications using Spring Framework versions 7.0.0 through 7.0.7 and 6.2.0 through 6.2.18 are vulnerable to server-side request forgery (SSRF) due to an incorrect host parsing mechanism within UriComponentsBuilder when processing externally provided URL strings [1].
Exploitation
An attacker can exploit this vulnerability by crafting a malicious URL string that, when parsed by UriComponentsBuilder, tricks the application into making unintended requests to internal or external resources. This typically requires the attacker to provide a specially malformed URL to an application feature that utilizes this component for URL processing, potentially involving user interaction [1].
Impact
Successful exploitation of this vulnerability allows an attacker to induce the server to make requests on their behalf, leading to server-side request forgery (SSRF). This can result in the disclosure of sensitive information or the manipulation of internal resources, depending on the application's configuration and network access [1].
Mitigation
Users of affected versions should upgrade to Spring Framework 7.0.8 or 6.2.19. Fixed versions are available as of June 8, 2026. No further mitigation steps are necessary beyond upgrading [1].
AI Insight generated on Jun 9, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: 7.0.0 through 7.0.7; 6.2.0 through 6.2.18
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.