Severity by source
AV:N/AC:L/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:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
2DescriptionCVE.org
Spring Data's internal property-lookup cache accepts and permanently retains attacker-supplied strings as cache keys, allowing heap exhaustion through repeated requests.
Affected versions: Spring Data Commons 2.7.0 through 2.7.19; 3.3.0 through 3.3.16; 3.4.0 through 3.4.14; 3.5.0 through 3.5.11; 4.0.0 through 4.0.5.
AnalysisAI
Denial-of-service in Spring Data Commons (versions 2.7.0-4.0.5) allows remote unauthenticated attackers to exhaust JVM heap memory by repeatedly submitting unique property-name strings that are permanently retained in an internal property-lookup cache. The flaw maps to CWE-770 (Allocation of Resources Without Limits or Throttling) and carries a CVSS 7.5 (AV:N/AC:L/PR:N/UI:N) reflecting purely availability impact. No public exploit identified at time of analysis and the issue is not currently listed in CISA KEV.
Technical ContextAI
Spring Data Commons is the shared infrastructure module underlying the Spring Data family (JPA, MongoDB, Redis, etc.) widely embedded in Spring Boot applications. It maintains an internal cache that maps property-name strings to resolved PropertyPath / TypeInformation objects to avoid repeating expensive reflective lookups on each request. Because the cache key is derived directly from caller-supplied property names (commonly reachable through query parameters, sort/filter expressions, projections, or PagingAndSortingRepository's sort= parameter) and the cache has no eviction or size bound, every distinct attacker-supplied string is added and never released. This is a textbook CWE-770 resource-allocation issue: the cache grows unbounded with attacker-controlled keys until the JVM heap is exhausted and the application OOMs.
RemediationAI
Patch availability is referenced via the Spring advisory at https://spring.io/security/cve-2026-41716 but exact fixed versions were not provided in the input - treat this as 'patch available per vendor advisory' and consult that page for the upgrade target within each branch (2.7.x, 3.3.x, 3.4.x, 3.5.x, 4.0.x), then bump the spring-data-commons dependency (or the Spring Boot BOM that pins it) accordingly and rebuild. For deployments that cannot upgrade immediately, the most effective compensating control is to constrain the attack surface: validate or allow-list the property names accepted on sort/filter/projection parameters (e.g., reject any sort= value not in a known field set) before they reach Spring Data, which prevents unbounded unique strings from reaching the cache at the cost of a small amount of per-endpoint code. Where Spring Data REST is exposed publicly without need, disable it or move it behind authentication; additionally, set conservative JVM heap limits with -XX:+ExitOnOutOfMemoryError plus a process supervisor so an exhaustion attack causes a fast restart rather than a long degraded state - this is a containment, not a fix.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
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
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35899
GHSA-9fw2-h3hf-293r