VYPR

Spring Batch

by Spring Projects

Source repositories

CVEs (3)

  • CVE-2026-47881MedAug 27, 2026
    risk 0.38cvss 5.9epss

    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…

  • CVE-2026-47878MedAug 27, 2026
    risk 0.36cvss 5.6epss

    DefaultExecutionContextSerializer, used by default in Spring Batch's JDBC job repository, passes Base64-decoded bytes directly to ObjectInputStream.readObject() without an ObjectInputFilter that restricts types to a trusted class allowlist. Spring Batch 6.0.0 - 6.0.4 Spring…

  • CVE-2026-47875MedAug 27, 2026
    risk 0.36cvss 5.6epss

    Applications that deserialize execution contexts with Jackson2ExecutionContextStringSerializer are vulnerable to a deserialization attack if they use an untrusted data source for the job repository. The JobParameterDeserializer does not properly enforce the trusted-types…