CVE Catalog

CVE-2026-77405

CriticalCVSS 9.4
Published: Translated: NVD NIST

Summary

In the RabbitMQ amqp091-go client before version 1.13.0, tlsConfigFromURI in uri.go creates tls.Config values without setting MinVersion to tls.VersionTLS12. Builds using a Go runtime whose default permits TLS 1.0 or TLS 1.1 can negotiate an obsolete protocol version when connecting through an amqps URI.

Risk Assessment

A network attacker able to influence TLS negotiation may weaken transport protection for AMQP messages and credentials. This could enable eavesdropping or man-in-the-middle attacks.

Recommendation

Upgrade amqp091-go to version 1.13.0 or later. Ensure the Go runtime enforces at least TLS 1.2.

Other vulnerabilities in RabbitMQ amqp091-go

See all
Original NVD description (English source)

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, tlsConfigFromURI in uri.go creates tls.Config values without setting MinVersion to tls.VersionTLS12. Builds using a Go runtime whose default permits TLS 1.0 or TLS 1.1 can therefore negotiate an obsolete protocol version when connecting through an amqps URI. A network attacker able to influence TLS negotiation with such a legacy build may weaken transport protection for AMQP messages and credentials. This issue is fixed in version 1.13.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS