
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-79921 is a denial-of-service vulnerability in amqp091-go, the official Go AMQP 0.9.1 client library maintained by RabbitMQ. A compromised or malicious AMQP broker can force the client to allocate memory for and process content body frames that exceed the negotiated frame_max limit, bypassing the protocol's built-in framing constraints. All versions of amqp091-go prior to 1.13.0 are affected. The advisory was published on July 22, 2026, and the CVE was disclosed on August 26, 2026. It carries a CVSS v4.0 base score of 8.9 (High) (GitHub Advisory, Feedly).
The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). During the AMQP 0-9-1 connection handshake, the client and broker negotiate a maximum frame size (frame_max, e.g., 4096 bytes). However, the vulnerable client code used a pick() function that simply selected the minimum of the client and server values without enforcing the AMQP specification's minimum floor of 4096 bytes (frameMinSize). A malicious broker could send a basic.deliver sequence containing a content body frame whose declared payload size exceeds the negotiated frame_max; instead of closing the connection with a frame-error as required by the AMQP 0-9-1 spec, the client accepted the oversized declaration, allocated memory accordingly, and delivered the message to the consumer. The fix, introduced in PR #353, extracts frame size negotiation into a dedicated negotiateFrameSize() function that enforces the minimum floor (GitHub Advisory, Fix PR, Fix Commit).
Successful exploitation can cause significant unexpected memory consumption on the client side, potentially leading to Out-Of-Memory (OOM) crashes and application-layer denial of service. The vulnerability affects availability of systems using the amqp091-go client library; there is no confidentiality or integrity impact. Because the attack requires a compromised or malicious AMQP broker — meaning the broker itself must be under attacker control or substituted — the blast radius is limited to clients connected to that broker, but in microservice architectures this could affect multiple downstream consumers simultaneously (GitHub Advisory, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at the time of disclosure (Feedly). The EPSS score is 0.0, reflecting very low current exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires the attacker to control or compromise the AMQP broker that the target client connects to (Attack Requirements: Present), which limits opportunistic exploitation but remains a realistic threat in supply-chain or man-in-the-middle scenarios (GitHub Advisory).
frame_max value is negotiated (e.g., 4096 bytes).basic.deliver sequence where the content body frame header declares a payload size significantly larger than the negotiated frame_max (e.g., hundreds of megabytes or gigabytes).amqp091-go exhibiting rapidly increasing memory consumption without a corresponding increase in legitimate message throughput; OOM killer events (oom-kill) in system logs targeting the AMQP consumer process.frame_max; anomalous broker behavior such as unexpected basic.deliver sequences with abnormally large content headers.Upgrade amqp091-go to version 1.13.0 or later, which introduces the negotiateFrameSize() function that enforces the AMQP specification's minimum frame size floor and rejects frames exceeding the negotiated frame_max before allocation (v1.13.0 Release, Fix Commit). The maintainers have confirmed no known workarounds are available for unpatched versions. As a defense-in-depth measure, restrict AMQP broker connections to trusted, verified sources and implement network segmentation to limit client exposure to potentially compromised brokers (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."