CVE-2026-47860
Received Received - Intake

Denial of Service in Spring AMQP via Message Decompression

Vulnerability report for CVE-2026-47860, 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

An attacker who can publish to a queue consumed by an application that has enabled message decompression can crash the consumer JVM with a single ~1 MB message. 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 4 associated CPEs
Vendor Product Version / Range
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 an attacker who can publish to a queue consumed by an application to crash the consumer JVM by sending a single compressed message around 1 MB in size. The issue stems from unbounded decompression of attacker-supplied compressed message bodies.

Detection Guidance

Monitor for application crashes or JVM terminations after receiving messages. Check logs for OutOfMemoryError or System.exit(99) events. Inspect message queues for unusually large messages (~1 MB) with compressed payloads.

Impact Analysis

An attacker could exploit this to cause a denial of service by crashing the application repeatedly. The default error handler terminates the JVM with System.exit(99) on OutOfMemoryError, and redelivery on restart can lead to continuous crashes until manually purged.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR or HIPAA by causing service disruptions due to application crashes. A crash-loop scenario may lead to prolonged downtime, potentially affecting data processing or availability requirements under these regulations.

Mitigation Strategies

Upgrade to fixed versions of Spring AMQP: 4.1.1 OSS, 4.0.5 OSS, 3.2.13, or 2.4.19 (Enterprise Support Only). 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-47860. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart