CVE-2026-47860: Spring Amqp Unbounded Decompression

Unbounded decompression of input streams via utility copy methods or transferTo without enforcing a maximum size limit can lead to denial of service via decompression bombs (zip bombs). Read decompressed data incrementally and enforce a strict size threshold.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Java
greprules fetch cve-2026-47860-spring-amqp-unbounded-decompression --engine opengrep

Description

Unbounded decompression of input streams via utility copy methods or transferTo without enforcing a maximum size limit can lead to denial of service via decompression bombs (zip bombs). Read decompressed data incrementally and enforce a strict size threshold.