CVE-2026-77412
Last modified
CVE-2026-77412 is a high-severity vulnerability rated 8.9/10 on the CVSS scale. RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, readField in read.go reads the length of an AMQP byte-array field with type tag x into a signed int32 and passes the value directly to make when allocating the field buffer. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, readField in read.go reads the length of an AMQP byte-array field with type tag x into a signed int32 and passes the value directly to make when allocating the field buffer. A malicious or compromised broker can encode a value such as 0xFFFFFFFF, which becomes -1 and causes a len out of range runtime panic. The panic escapes the network reader goroutine and terminates the client process, including during connection.start server properties or message header table parsing. This issue is fixed in version 1.13.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rabbitmq | amqp091-go | < 1.13.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-77412?
How severe is CVE-2026-77412?
How do I fix CVE-2026-77412?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77407RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13…7
- CVE-2026-77408RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13…9.1
- CVE-2026-77409RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13…8.2
- CVE-2026-7741A vulnerability was detected in CodeAstro Online Classroom 1…6.3
- CVE-2026-77410RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13…8.9
- CVE-2026-77411RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13…9.5
- CVE-2026-77413JSONata is a JSON query and transformation language. Prior t…9.3
- CVE-2026-77414JSONata is a JSON query and transformation language. Prior t…9.3
- CVE-2026-77415JSONata is a JSON query and transformation language. Prior t…9.3
- CVE-2026-7742A flaw has been found in CodeAstro Online Classroom 1.0. The…6.3
- CVE-2026-77420JLine is a Java library for handling console input. From 3.0…5.5
- CVE-2026-77421JLine is a Java library for handling console input. From 3.0…6.5
Are you affected by CVE-2026-77412?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
