<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Amqp-Client (&lt;= 5.33.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/amqp-client--5.33.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 18 Aug 2026 20:59:54 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/amqp-client--5.33.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Denial of Service via Uncontrolled Recursion in RabbitMQ Java Client</title><link>https://feed.craftedsignal.io/briefs/2026-08-rabbitmq-java-dos/</link><pubDate>Tue, 18 Aug 2026 20:59:54 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-rabbitmq-java-dos/</guid><description>The RabbitMQ Java client (amqp-client) contains a pre-authentication vulnerability allowing remote attackers to trigger a StackOverflowError by sending deeply nested AMQP table structures.</description><content:encoded><![CDATA[<p>The RabbitMQ Java client (com.rabbitmq:amqp-client) is vulnerable to a denial-of-service attack due to improper input validation in its <code>ValueReader</code> class. Specifically, the methods <code>readTable()</code> and <code>readArray()</code> recursively invoke <code>readFieldValue()</code> without enforcing any depth constraints. An attacker controlling an AMQP server, or performing a Man-in-the-Middle (MitM) attack, can exploit this by crafting an AMQP frame containing approximately 580 levels of nested tables.</p>
<p>Because the <code>connection.start</code> frame is processed before authentication occurs, an unauthenticated remote attacker can crash the client's I/O thread. Given the default JVM stack size, this recursion exceeds the available stack memory, triggering a <code>StackOverflowError</code>. This issue affects all versions of the <code>amqp-client</code> library up to and including 5.33.0. Defenders should prioritize patching to a version incorporating depth-limited parsing logic.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in an immediate denial-of-service condition for the affected client application. By forcing a <code>StackOverflowError</code> on the primary I/O thread, the attacker effectively disconnects the client from the broker and prevents further communication, requiring a restart of the client process to restore connectivity. This vulnerability impacts any service utilizing the affected Java client library to connect to RabbitMQ brokers.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the <code>com.rabbitmq:amqp-client</code> dependency to a version that implements depth-limiting in the <code>ValueReader</code> component to remediate CVE-2026-69220.</li>
<li>In environments where immediate patching is not possible, implement network-level egress filtering or intrusion detection to block unauthorized AMQP connections to internal services.</li>
<li>Monitor application logs for unexpected I/O thread crashes and <code>StackOverflowError</code> exceptions associated with AMQP connection initialization.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category></item></channel></rss>