PatchSiren cyber security CVE debrief
CVE-2026-67409 rabbitmq CVE debrief
A vulnerability in RabbitMQ's JWKS key fetching mechanism allows for a persistent authentication denial of service (DoS) via HTTP response status code ignorance. This issue affects RabbitMQ versions from 3.13.0 until 4.3.3, 4.2.9, 4.1.14, 4.0.23, and 3.13.18. The vulnerability is caused by the uaajwt.erl module ignoring HTTP response status codes when fetching JWKS keys, leading to potential DoS via key destruction. RabbitMQ administrators and users with OAuth2 and JWT authentication configured should assess exposure and apply patches or workarounds.
- Vendor
- rabbitmq
- Product
- rabbitmq-server
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
RabbitMQ administrators and users with OAuth2 and JWT authentication configured should assess exposure and apply patches or workarounds. Defenders should prioritize verifying exposure and applying patches or workarounds due to potential DoS impact on OAuth2 and JWT authentication configurations in RabbitMQ. RabbitMQ instances with OAuth2 and JWT authentication are potentially impacted by this vulnerability.
Why it matters
Defenders should prioritize verifying exposure and applying patches or workarounds due to potential DoS impact on OAuth2 and JWT authentication configurations in RabbitMQ.
- Potential persistent authentication denial of service (DoS) for OAuth2 and JWT users
- Amplification of attack impact due to single attacker affecting all legitimate users
- Verification priority for RabbitMQ instances with OAuth2 and JWT authentication
Technical summary
The uaajwt.erl module in RabbitMQ ignores HTTP response status codes when fetching JWKS keys, causing potential DoS via key destruction. Affected versions include 3.13.0 until 4.3.3, 4.2.9, 4.1.14, 4.0.23, and 3.13.18. The vulnerability is caused by the uaajwt.erl module ignoring HTTP response status codes when fetching JWKS keys, leading to potential DoS via key destruction. RabbitMQ administrators and users with OAuth2 and JWT authentication configured should assess exposure and apply patches or workarounds. The Erlang httpc module returns {ok, {{HttpVersion, StatusCode, ReasonPhrase}, Headers, Body}}.
Defensive priority
Defenders should prioritize verifying exposure and applying patches or workarounds, focusing on OAuth2 and JWT authentication configurations.
Recommended defensive actions
- Verify if RabbitMQ instances are exposed to untrusted networks or users
- Check if OAuth2 and JWT authentication are in use
- Apply patches or workarounds to affected versions
- Monitor for suspicious HTTP requests to JWKS endpoints
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by the uaajwt.erl module ignoring HTTP response status codes when fetching JWKS keys, leading to potential DoS via key destruction. The uaajwt.erl module in RabbitMQ ignores HTTP response status codes when fetching JWKS keys, causing potential DoS via key destruction. Affected versions include 3.13.0 until 4.3.3, 4.2.9, 4.1.14, 4.0.23, and 3.13.18. The Erlang httpc module returns {ok, {{HttpVersion, StatusCode, ReasonPhrase}, Headers, Body}}. The pattern {ok, {, , JwksBody}} matches ANY successful HTTP The
Sources and references
Verified primary and authoritative sources
-
CVE-2026-67409 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-67409
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-67409 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-67409
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.2.9
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.3.3
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-qw3h-qqm9-jrw8
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.