Input validation error in Spring AMQP - CVE-2026-59275

 

Input validation error in Spring AMQP - CVE-2026-59275

Published: August 28, 2026


Vulnerability identifier: #VU146205
CSH Severity: Low
CVSS v4: 7.5 [CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-59275
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to terminate the consumer JVM.

The vulnerability exists due to improper input validation in Java deserialization handling when processing a hostile AMQP message containing nested arrays. A remote privileged user can send a specially crafted AMQP message to terminate the consumer JVM.

The default JavaLangErrorHandler invokes System.exit(99) after the resulting StackOverflowError, causing full availability loss for workloads co-located in the same process.


Affected software

Spring AMQP

How to mitigate CVE-2026-59275

Install security update from vendor's website.

Spring AMQP - addressed in versions 2.4.19, 3.2.13, 4.0.4.1, 4.0.5, 4.1.0.1, 4.1.1

External References

Related Security Bulletins