Skip to main content

Spring Framework EUVDEUVD-2026-35337

| CVE-2026-41849 HIGH
Integer Overflow or Wraparound (CWE-190)
2026-06-09 vmware GHSA-775g-4xr8-78h8
7.5
CVSS 3.1 · Vendor: vmware
Share

Severity by source

Vendor (vmware) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Red Hat
5.9 HIGH
qualitative

Primary rating from Vendor (vmware).

CVSS VectorVendor: vmware

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
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:07 vuln.today

Blast Radius

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

Ecosystem-wide dependent count for version 5.3.39.

DescriptionCVE.org

An integer overflow vulnerability exists in the evaluation logic of the Spring Expression Language (SpEL). An attacker can exploit this by supplying a specially crafted SpEL expression that triggers excessive resource consumption, resulting in a Denial of Service (DoS).

Affected versions: Spring Framework 5.3.0 through 5.3.48.

AnalysisAI

Denial of service in Spring Framework 5.3.0 through 5.3.48 allows remote unauthenticated attackers to exhaust server resources by submitting crafted Spring Expression Language (SpEL) expressions that trigger an integer overflow during evaluation. The CVSS 7.5 score reflects high availability impact with no confidentiality or integrity loss, and no public exploit identified at time of analysis. Applications that evaluate untrusted SpEL input are at greatest risk.

Technical ContextAI

Spring Expression Language (SpEL) is the embedded expression engine in the Spring Framework used for querying and manipulating object graphs at runtime, commonly invoked in annotations such as @Value, security expressions, data binding, and templated configuration. The flaw is classified as CWE-190 (Integer Overflow or Wraparound) inside the SpEL evaluation logic, where arithmetic on attacker-controlled values wraps past native integer bounds and drives downstream loops or allocations into excessive CPU or memory consumption. The CPE cpe:2.3:a:spring:spring_framework:*:*:*:*:*:*:*:* confirms the issue is in the core spring-framework artifact rather than a specific subproject like Spring Boot or Spring Security.

RemediationAI

Patch availability is not explicitly stated in the provided input - refer to the vendor advisory at https://spring.io/security/cve-2026-41849 for the fixed 5.3.x maintenance release and any 6.x guidance, and upgrade spring-core/spring-expression to the listed version. As compensating controls when an immediate upgrade is not possible, never pass untrusted input directly into SpEL evaluation: avoid building SpEL expressions from request parameters, JSON bodies, or templated user content; use a SimpleEvaluationContext rather than StandardEvaluationContext to constrain expression capabilities; and add a length/complexity cap on any expression strings before evaluation to limit resource consumption. Trade-offs: SimpleEvaluationContext blocks property writes and method invocation, which may break features that rely on dynamic invocation, and input length limits may reject legitimate complex expressions in rule-engine use cases.

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-35337 vulnerability details – vuln.today

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