Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-77406
Published:September 16, 2026
Updated:September 22, 2026
RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.Qos in channel.go accepts negative prefetchCount and prefetchSize integers and casts them directly to uint16 and uint32 fields in the basic.qos method because validateQos is absent. Values such as -1 therefore wrap to 65535 or 4294967295 instead of being rejected. An application that permits untrusted configuration of these Qos values can unintentionally request extremely large prefetch limits, allowing a broker to deliver enough queued messages to exhaust client memory and disrupt processing. This issue is fixed in version 1.13.0.
Affected Packages
https://github.com/rabbitmq/amqp091-go.git (GITHUB):
Affected version(s) >=v1.1.0 <v1.13.0
Fix Suggestion:
Update to version v1.13.0
github.com/rabbitmq/amqp091-go (GO):
Affected version(s) >=v1.1.0 <v1.13.0
Fix Suggestion:
Update to version v1.13.0
github.com/rabbitmq/amqp091-go (GO):
Affected version(s) >=a1a3ba3c77697420d7055371d5c5c6bd1f0e3d66 <v1.13.0
Fix Suggestion:
Update to version v1.13.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
LOW
CVSS v3
Base Score:
8.6
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Signed to Unsigned Conversion Error
EPSS
Base Score:
0.41