Intel

AIKIDO-2026-349640

spring-beans is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)CVE-2026-59282 Published 6 days ago

59

Medium Risk

This Affects:

JAVAspring-beans
0.0.1 - 7.0.8
Fixed in 7.0.9
Are you affected? Scan for Free

TL;DR

spring-beans data binding calls list.get(index) after autoGrowCollectionLimit has stopped further growth. Standard lists throw IndexOutOfBoundsException, but a list that allocates on get can grow without bound. Untrusted property paths can therefore exhaust memory. The patch does not navigate past the current list size.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and Spring data binding applies untrusted property paths to a List that allocates on get(index).

Background info

spring-beans is vulnerable to Denial of Service (DoS) in versions 0.0.1 - 7.0.8.

How to fix this

Upgrade the org.springframework:spring-beans library to the patch version.