Intel

AIKIDO-2026-888292

spring-batch-infrastructure is vulnerable to Denial of Service (DoS)

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

59

Medium Risk

This Affects:

JAVAspring-batch-infrastructure
4.3.0 - 6.0.4
Fixed in 6.0.5
Are you affected? Scan for Free

TL;DR

spring-batch-infrastructure FlatFileItemReader can assemble a single logical record from many physical lines. A crafted file can force excessive CPU and memory while joining quoted or JSON multi-line records. SimpleRecordSeparatorPolicy, the default, is not affected. The patch bounds multi-line record assembly.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and FlatFileItemReader uses DefaultRecordSeparatorPolicy or JsonRecordSeparatorPolicy.

Background info

spring-batch-infrastructure is vulnerable to Denial of Service (DoS) in versions 4.3.0 - 6.0.4.

How to fix this

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