Description
Spring Framework applications that use Spring's data binding infrastructure to apply user-supplied property paths onto a target object may be vulnerable to a Denial of Service (DoS) attack.
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: Denial of Service
Action: Apply Patch
AI Analysis

Impact

Spring Framework applications that use data binding can be tricked into creating an unbounded list of objects when a malicious property path is supplied. The framework repeatedly creates intermediate objects, consuming increasing amounts of memory until the server exhausts available resources. This uncontrolled resource consumption flaw (CWE‑400) allows an attacker to cause a denial of service by exhausting memory and potentially crashing the application.

Affected Systems

The vulnerability affects all releases of Spring Framework from 5.2.25.RELEASE and earlier through 5.3.49, 6.0.0–6.0.30, 6.1.0–6.1.28, 6.2.0–6.2.19, and 7.0.0–7.0.8. Any application that employs Spring’s data binding to apply user‑supplied property paths is at risk. These versions are distributed under the Spring Framework product.

Risk and Exploitability

The CVE has a CVSS score of 7.5 and an EPSS score of less than 1%. It is not listed in the CISA KEV catalog. The attack vector is inferred to be via standard HTTP requests that deliver a specially crafted property path to an endpoint that uses automatic data binding. Although no exploitation evidence is cited, the uncontrolled memory allocation can be leveraged to degrade availability if an application processes many such requests and lacks throttling or resource limits.

Generated by OpenCVE AI on August 28, 2026 at 22:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Framework to a fixed release (≥5.2.26.RELEASE, ≥5.3.50, ≥6.0.31, ≥6.1.29, ≥6.2.20, or ≥7.0.9).
  • If an upgrade cannot be performed immediately, restrict or disable automatic property path processing on critical endpoints, limiting property depth or whitelisting acceptable paths using @InitBinder or similar mechanisms.
  • Add application‑level request validation or size limits to cap the length of property paths and monitor logs for unusually large requests to mitigate excessive memory consumption.

Generated by OpenCVE AI on August 28, 2026 at 22:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 02 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Vmware
Vmware spring Framework
CPEs cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*
Vendors & Products Vmware
Vmware spring Framework

Fri, 28 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
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'}


Fri, 28 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Fri, 28 Aug 2026 06:45:00 +0000

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

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

Type Values Removed Values Added
Description Spring Framework applications that use Spring's data binding infrastructure to apply user-supplied property paths onto a target object may be vulnerable to a Denial of Service (DoS) attack. 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 List Growth in Data Binding
References

Subscriptions

Spring Spring Framework
Vmware Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-28T18:30:40.789Z

Reserved: 2026-07-04T18:13:26.297Z

Link: CVE-2026-59282

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T20:17:54.370

Modified: 2026-09-02T17:02:04.760

Link: CVE-2026-59282

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T23:00:14Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption