CVE-2026-75516
Last modified
CVE-2026-75516 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.34.0, AMQConnection.start() applies Math.min(maxInboundMessageBodySize, frameMax) after Connection.Tune negotiation even though AMQP defines frameMax value zero as unlimited and ConnectionFactory.DEFAULT_FRAME_MAX is zero. EPSS estimates a 0.55% chance of exploitation in the next 30 days.
Description
The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.34.0, AMQConnection.start() applies Math.min(maxInboundMessageBodySize, frameMax) after Connection.Tune negotiation even though AMQP defines frameMax value zero as unlimited and ConnectionFactory.DEFAULT_FRAME_MAX is zero. When the client default and server-negotiated value are both zero, the result is passed to Utils.framePayloadLimit(int), which interprets zero as Integer.MAX_VALUE and disables the configured maxInboundMessageBodySize cap. A malicious AMQP server, or a man-in-the-middle attacker able to modify Connection.Tune and inject frames into the connection, can then send an oversized frame of any frame type, causing Frame.readFrom() to allocate a large byte array before content-level validation and potentially terminate the client process through memory exhaustion. This issue is fixed in version 5.34.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rabbitmq | rabbitmq-java-client | < 5.34.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-75516?
How severe is CVE-2026-75516?
How do I fix CVE-2026-75516?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-75509joserfc is a Python library that provides an implementation …6.5
- CVE-2026-7551HKUDS OpenHarness contains a remote code execution vulnerabi…8.8
- CVE-2026-75510Novu provides an API for sending notifications through multi…5.1
- CVE-2026-75511Novu provides an API for sending notifications through multi…5.3
- CVE-2026-75513Marten is a .NET Transactional Document DB and Event Store o…9.1
- CVE-2026-75514BunkerWeb is an open-source, next-generation Web Application…5.9
- CVE-2026-75517Novu provides an API for sending notifications through multi…6.5
- CVE-2026-7552The Geo Mashup plugin for WordPress is vulnerable to authori…5.3
- CVE-2026-75523Steeltoe is an open source project that provides a collectio…5.9
- CVE-2026-75526django CMS is an easy-to-use and developer-friendly enterpri…4.4
- CVE-2026-75528The Broken Link Checker plugin for WordPress is vulnerable t…7.2
- CVE-2026-75529Pandora is affected by a stored cross-site scripting vulnera…6.9
Are you affected by CVE-2026-75516?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
