Intel

AIKIDO-2026-874096

spring-integration-zip is vulnerable to Denial of Service (DoS)

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

65

Medium Risk

This Affects:

JAVAspring-integration-zip
6.4.0 - 7.0.5
Fixed in 7.0.6
7.1.0 - 7.1.0
Fixed in 7.1.1
Are you affected? Scan for Free

TL;DR

spring-integration-zip UnZipTransformer does not limit decompressed entry size or count. A zip bomb can exhaust JVM heap and take the consumer down. Any producer who can send an archive to the transformer can trigger this. The patch bounds extraction size and entry count.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and UnZipTransformer processes zip archives from untrusted messages.

Background info

spring-integration-zip is vulnerable to Denial of Service (DoS) in versions 6.4.0 - 7.0.5 and 7.1.0 - 7.1.0.

How to fix this

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