Description
Applications that evaluate user-supplied Spring Expression Language (SpEL) expressions may be vulnerable to a Denial of Service (DoS) attack when the power operator (^) is used with a BigDecimal or BigInteger operand and a large exponent value.
Spring Framework 7.0.0 - 7.0.8
Spring Framework 6.2.0 - 6.2.19
Spring Framework 6.1.0 - 6.1.28
Spring Framework 6.0.0 - 6.0.30
Spring Framework 5.3.0 - 5.3.49
Spring Framework 5.2.25.RELEASE and earlier
Published: 2026-08-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Applications that evaluate user‑supplied Spring Expression Language (SpEL) expressions can be forced into a Denial of Service when the power operator (^) is used with a BigDecimal or BigInteger operand and a very large exponent. The size of the calculation grows exponentially, rapidly using CPU and memory resources until the host becomes unresponsive. The vulnerability does not disclose data or allow code execution, but it can render an application or service unavailable for legitimate users.

Affected Systems

The flaw affects the Spring Framework across multiple major releases: version 7.0.0 through 7.0.8, 6.2.0 through 6.2.19, 6.1.0 through 6.1.28, 6.0.0 through 6.0.30, 5.3.0 through 5.3.49, and all releases of 5.2 prior to 5.2.25.RELEASE. Systems using any of these Framework versions that accept untrusted SpEL input are vulnerable.

Risk and Exploitability

The CVSS score for this issue is 7.5, indicating a high severity but not critical. The EPSS score is < 1%, indicating a very low probability of public exploitation, but does not eliminate risk. The likely attack vector is remote injection through user‑supplied input; the attacker can craft a SpEL expression containing an excessively large exponent and send it to the vulnerable application over HTTP or another protocol that processes SpEL. If the application evaluates the expression, the resource exhaustion will occur on the server hosting the framework. The impact is confined to the availability of that application or service, affecting all clients relying on it.

Generated by OpenCVE AI on August 27, 2026 at 16:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Spring Framework version 7.0.9 or later, 6.2.20 or later, 6.1.29 or later, 6.0.31 or later, 5.3.50 or later, or 5.2.25.RELEASE or later.
  • Implement validation or sanitization logic to constrain exponent values in SpEL expressions, preventing excessively large exponents from being processed.
  • Configure server resource limits or use a throttling mechanism to mitigate potential CPU or memory exhaustion caused by unbounded exponentiation.
  • Disable or restrict untrusted SpEL expression evaluation if it is not required for the application’s functionality.

Generated by OpenCVE AI on August 27, 2026 at 16:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 27 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-716

Thu, 27 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Framework
Vendors & Products Spring
Spring spring Framework

Thu, 27 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-716

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description Applications that evaluate user-supplied Spring Expression Language (SpEL) expressions may be vulnerable to a Denial of Service (DoS) attack when the power operator (^) is used with a BigDecimal or BigInteger operand and a large exponent value. Spring Framework 7.0.0 - 7.0.8 Spring Framework 6.2.0 - 6.2.19 Spring Framework 6.1.0 - 6.1.28 Spring Framework 6.0.0 - 6.0.30 Spring Framework 5.3.0 - 5.3.49 Spring Framework 5.2.25.RELEASE and earlier
Title Spring Framework Denial of Service via Unbounded Exponentiation in SpEL Expressions
References

Subscriptions

Spring Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T15:00:12.222Z

Reserved: 2026-05-20T10:01:00.477Z

Link: CVE-2026-47886

cve-icon Vulnrichment

Updated: 2026-08-27T15:00:06.566Z

cve-icon NVD

Status : Received

Published: 2026-08-27T06:17:19.053

Modified: 2026-08-27T17:18:37.320

Link: CVE-2026-47886

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T17:00:13Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption