CVE-2026-59275
Received Received - Intake

Denial of Service in Spring AMQP

Vulnerability report for CVE-2026-59275, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VMware

Description

A single hostile AMQP message can terminate the entire consumer JVM (System.exit(99)), not just the listener thread β€” full availability loss for every workload co-located in that process. Spring AMQP 4.1.0 Spring AMQP 4.0.0 - 4.0.4 Spring AMQP 3.2.0 - 3.2.12 Spring AMQP 2.4.18 and earlier

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 5 associated CPEs
Vendor Product Version / Range
spring amqp to 4.0.4 (inc)
spring amqp 4.1.0
spring amqp From 4.0.0 (inc) to 4.0.4 (inc)
spring amqp From 3.2.0 (inc) to 3.2.12 (inc)
spring amqp to 2.4.19 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows a single malicious AMQP message to exploit a Java deserialization bypass in Spring AMQP. It triggers a StackOverflowError, which activates the default JavaLangErrorHandler and forces the entire consumer JVM to terminate with System.exit(99). This results in complete loss of availability for all workloads running in that process.

Detection Guidance

Detecting this vulnerability requires checking the version of Spring AMQP in use. Commands like 'find / -name "spring-amqp*.jar" 2>/dev/null' or checking dependency files (e.g., pom.xml, build.gradle) for affected versions can help. Monitor JVM logs for StackOverflowError or System.exit(99) events.

Impact Analysis

The impact includes full system downtime for any application using affected Spring AMQP versions. Since the JVM crashes entirely, all services running in that process become unavailable, leading to disrupted operations and potential data loss.

Compliance Impact

This vulnerability could lead to violations of availability requirements in GDPR and HIPAA. Downtime from a crashed JVM may result in unauthorized data access or loss of critical health or personal data, triggering compliance breaches and potential penalties.

Mitigation Strategies

Upgrade to fixed versions: 4.1.1 (OSS), 4.0.5 (OSS), 3.2.13 (Enterprise), or 2.4.19 (Enterprise). Enterprise users should apply 4.1.0.1, 4.0.4.1, or 3.2.13. No additional mitigation steps are required beyond upgrading.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59275. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart