AMQP Go Client Vulnerability in RabbitMQ Affects Metadata Integrity
CVE-2026-77408
9.1CRITICAL
What is CVE-2026-77408?
The RabbitMQ amqp091-go client for Go exposes a vulnerability where the writeShortstr function improperly handles byte length for AMQP shortstr property values. Specifically, it casts values longer than 255 bytes to uint8 without prior rejection. Applications using this client may accept oversized values for properties such as CorrelationId and MessageId, leading to silent metadata corruption. This can disrupt request-reply correlation, routing, and overall message processing integrity. This issue has been addressed in version 1.13.0.
Affected Version(s)
amqp091-go < 1.13.0
