Skip to main content

Spring Framework CVE-2026-41840

| EUVDEUVD-2026-35327 MEDIUM
Uncontrolled Resource Consumption (CWE-400)
2026-06-09 vmware GHSA-83f7-v6px-pp3h
5.9
CVSS 3.1 · Vendor: vmware
Share

Severity by source

Vendor (vmware) PRIMARY
5.9 MEDIUM
AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Primary rating from Vendor (vmware) · only source for this CVE.

CVSS VectorVendor: vmware

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

Lifecycle Timeline

2
Patch available
Jun 09, 2026 - 06:01 EUVD
Analysis Generated
Jun 09, 2026 - 05:25 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 6 maven packages depend on org.springframework:spring-webflux (5 direct, 1 indirect)

Ecosystem-wide dependent count for version 7.0.0.

DescriptionCVE.org

Spring WebFlux applications are vulnerable to Denial of Service (DoS) attacks when processing multipart requests.

Affected versions: Spring Framework 7.0.0 through 7.0.7; 6.2.0 through 6.2.18; 6.1.0 through 6.1.27; 5.3.0 through 5.3.48.

AnalysisAI

Denial of Service in Spring WebFlux's multipart request processing allows unauthenticated remote attackers to exhaust server resources across all supported Spring Framework branches. Affects Spring Framework 5.3.x through 7.0.x when applications use the reactive WebFlux stack and expose endpoints that accept multipart data. No public exploit code has been identified at time of analysis, and CISA KEV listing is absent, but the network-reachable, zero-privilege attack surface warrants prompt patching for internet-facing WebFlux deployments.

Technical ContextAI

Spring WebFlux is the reactive, non-blocking web framework introduced in Spring Framework 5.0, built on Project Reactor and Netty. Unlike the traditional Spring MVC servlet stack, WebFlux uses event-loop concurrency, making uncontrolled resource consumption (CWE-400) especially impactful: a thread pool starved of resources or a heap exhausted by unbounded buffering can collapse the entire reactive pipeline rather than just a single request thread. The CPE identifier cpe:2.3:a:spring:spring_framework:* covers all affected major lines (5.3, 6.1, 6.2, 7.0). CWE-400 indicates the root cause is failure to impose appropriate limits - likely on the size, count, or parsing depth of multipart form parts - allowing a crafted request to trigger unbounded memory or CPU consumption during part assembly or header parsing.

RemediationAI

Upgrade to a patched Spring Framework release per the VMware/Spring vendor advisory at https://spring.io/security/cve-2026-41840. The advisory should specify the exact fixed versions for each branch (5.3.x, 6.1.x, 6.2.x, 7.0.x); however, exact fixed version numbers were not included in the available input data, so refer directly to the Spring security page to confirm the minimum safe version for your branch before upgrading. If an immediate upgrade is not possible, consider the following compensating controls with their trade-offs: restrict multipart request body size at the reverse proxy or load balancer layer (e.g., nginx client_max_body_size or AWS ALB content-length limits) to limit the payload an attacker can supply - note this may reject legitimate large file uploads; require authentication before any multipart endpoint is reachable, which raises the bar for exploitation given AC:H is already elevated; or temporarily disable multipart endpoints if they are non-essential to the application. Each control reduces attack surface but does not eliminate the underlying vulnerability.

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

Share

CVE-2026-41840 vulnerability details – vuln.today

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