Skip to main content

Spring Framework EUVDEUVD-2026-35343

| CVE-2026-41854 MEDIUM
Server-Side Request Forgery (SSRF) (CWE-918)
2026-06-09 vmware GHSA-7m2p-62gw-p8qq
6.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Red Hat
4.2 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
CVSS changed
Jun 15, 2026 - 19:22 NVD
4.2 (MEDIUM) 6.5 (MEDIUM)
Patch available
Jun 09, 2026 - 06:01 EUVD
Analysis Generated
Jun 09, 2026 - 05:20 vuln.today

DescriptionNVD

Due to incorrect host parsing, applications that rely on UriComponentsBuilder to parse and validate an externally provided URL string may be exposed to a server-side request forgery (SSRF) attack.

Affected versions: Spring Framework 7.0.0 through 7.0.7; 6.2.0 through 6.2.18.

AnalysisAI

Server-side request forgery (SSRF) in Spring Framework's UriComponentsBuilder affects applications that use this API to parse and validate externally supplied URL strings. Incorrect host parsing allows a remote, unauthenticated attacker - with user interaction - to cause the application server to issue requests to unintended internal or external destinations, exposing low-level confidentiality and integrity impacts. No public exploit identified at time of analysis and no CISA KEV listing; however, SSRF in widely deployed Java frameworks warrants attention in any internet-facing application that processes user-controlled URLs.

Technical ContextAI

UriComponentsBuilder is a core Spring Framework utility (package org.springframework.web.util) used to programmatically parse, build, and encode URIs. Applications commonly use it as a validation or normalization layer before following or forwarding externally supplied URLs. The root cause is classified as CWE-918 (Server-Side Request Forgery): the host component of a crafted URL is parsed incorrectly, causing the framework to resolve a different host than the one the application developer intended to validate or block. This can allow bypass of URL allowlists or deny-lists that rely on UriComponentsBuilder's parsed output. The vulnerability is present in the cpe:2.3:a:spring:spring_framework:*:*:*:*:*:*:*:* product line across the 6.2.x and 7.0.x release trains, both of which are actively maintained Java library releases distributed via Maven Central. The Java/SSRF/Spring Framework tags confirm this is exclusively a JVM ecosystem issue.

RemediationAI

Patch available per vendor advisory at https://spring.io/security/cve-2026-41854; the exact fixed version number is not confirmed from the data available at time of analysis - consult the Spring security advisory directly to identify the patched release for your branch (6.2.x or 7.0.x). Until a patch can be applied, the most actionable compensating control is to avoid using UriComponentsBuilder as the sole validation mechanism for externally supplied URLs: supplement or replace it with an explicit allowlist comparison performed on the raw, unparsed string before it is passed to UriComponentsBuilder, eliminating the bypass window. Applications that do not process externally provided URL strings through UriComponentsBuilder are not affected and require no action. Restricting outbound HTTP egress from the Spring application host to only explicitly required destinations via network-layer controls (firewall rules, security groups) limits the blast radius of any successful SSRF exploitation. Note that egress restrictions do not prevent exploitation but do reduce the attacker's ability to reach sensitive internal services such as cloud metadata endpoints.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Vendor StatusVendor

Share

EUVD-2026-35343 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy