CVE-2026-67404

Summary

RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, 4.2.6, and 4.3.0, When no CA bundle is available, ssl_options/1 falls back to [{verify, verify_none}] with no warning. An attacker in a man-in-the-middle position can forge the JWKS response, which leads the broker to accept arbitrary JWTs. Preconditions include The OAuth2 plugin must be in use with no cacertfile configured and the OS CA bundle empty or unreadable (for example, in a minimal container), and the attacker must hold a network man-in-the-middle position.. This issue is fixed in versions 3.13.15, 4.0.20, 4.1.11, 4.2.6, and 4.3.0.

Affected Software

VendorProductVersion RangeStatus
rabbitmqrabbitmq-server>= 3.13.0, < 3.13.15affected
rabbitmqrabbitmq-server>= 4.0.0, < 4.0.20affected
rabbitmqrabbitmq-server>= 4.1.0, < 4.1.11affected
rabbitmqrabbitmq-server>= 4.2.0, < 4.2.6affected

Weaknesses

  • CWE-295: CWE-295: Improper Certificate Validation

References