GHSA-6c5v-hqjr-5xxp

Suggest an improvement
Source
https://github.com/advisories/GHSA-6c5v-hqjr-5xxp
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-6c5v-hqjr-5xxp/GHSA-6c5v-hqjr-5xxp.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-6c5v-hqjr-5xxp
Aliases
Downstream
CGA (75)
MINI (36)
Published
2026-09-03T20:15:13Z
Modified
2026-09-15T19:10:35Z
Severity
  • 8.9 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H CVSS Calculator
Summary
amqp091-go has a Potential Memory Exhaustion/Protocol Violation via Broker-Controlled Oversized Payload
Details

Summary A vulnerability exists in the amqp091-go client library where a compromised or malicious AMQP broker can force the client to allocate resources for and process content body frames that exceed the negotiated frame_max limit. This can lead to unexpected memory consumption or application-layer denial of service (DoS), bypassing the protocol's built-in framing constraints.

Details During a standard AMQP 0-9-1 connection handshake, the client and the broker negotiate a maximum frame size (frame_max), for example, 4096 bytes.

However, after negotiation, a malicious broker can send a valid basic.deliver sequence containing a content body frame whose header declares a payload size larger than the negotiated frame_max. Instead of enforcing the agreed-upon limit and closing the connection with a frame-error (as mandated by the AMQP 0-9-1 specification), the amqp091-go client:

  1. Accepts the broker-declared oversized frame size.
  2. Allocates memory based on this oversized declaration.
  3. Reads the payload, assembles it into the message, and delivers it to the consumer.

Impact

  • Denial of Service (DoS): If a broker sends extremely large frame sizes, it can trigger significant memory allocations on the client side, potentially leading to Out-Of-Memory (OOM) crashes.
  • Protocol Violation: The client fails to enforce negotiated connection parameters, trusting the broker implicitly even after constraints have been established.
Database specific
{
    "cwe_ids": [
        "CWE-770"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-09-03T20:15:13Z",
    "nvd_published_at": "2026-08-26T21:16:41Z",
    "severity": "HIGH"
}
References

Affected packages

Go / github.com/rabbitmq/amqp091-go

Package

Name
github.com/rabbitmq/amqp091-go
View open source insights on deps.dev
Purl
pkg:golang/github.com/rabbitmq/amqp091-go

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.13.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-6c5v-hqjr-5xxp/GHSA-6c5v-hqjr-5xxp.json"