CVE-2026-47881

Updated on 27 Aug 2026

Severity

4.0 Medium severity

Details

CVSS score
4.0
CVSS vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Overview

About vulnerability

Spring Batch’s FlatFileItemReader supports files where a single logical record spans multiple physical lines — for example, a CSV field that contains embedded newlines wrapped in quotes. A specially crafted input file could exploit the way the reader assembles those multi-line records to consume excessive CPU time and memory, causing the batch job to stall or run out of memory.

This issue affects applications that use DefaultRecordSeparatorPolicy or JsonRecordSeparatorPolicy. The default policy (SimpleRecordSeparatorPolicy) is not affected.

Details

Affected product:
Spring
Affected packages:
Spring Boot @ 2.6.15 (+1183 more)