PatchSiren cyber security CVE debrief
CVE-2026-67236 rabbitmq CVE debrief
CVE-2026-67236 is a high-severity vulnerability in RabbitMQ that allows for the recovery of login credentials due to insecure cookie handling. The vulnerability affects RabbitMQ versions 4.2.0 to 4.2.8 and 4.3.2, and an attacker with same-origin cross-site scripting, an HTTP-readable network position, or local access to the browser cookie store could recover the actual login credentials. This issue is fixed in versions 4.2.8 and 4.3.2, and defenders should assess exposure and implement compensating controls.
- 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
Defenders responsible for RabbitMQ deployments, particularly those using versions 4.2.0 to 4.2.8 and 4.3.2, should assess exposure and implement compensating controls. This includes verifying RabbitMQ versions and configurations, reviewing compensating controls for exposed systems, and monitoring for potential credential recovery attempts. Additionally, defenders should prioritize verifying exposure and implementing compensating controls due to the high-se
Why it matters
CVE-2026-67236 is a high-severity vulnerability in RabbitMQ that allows for the recovery of login credentials due to insecure cookie handling, requiring verification and remediation priority for affected deployments.
- Potential credential recovery by attackers with same-origin cross-site scripting, HTTP-readable network position, or local access to the browser cookie store
- Verification priority for RabbitMQ deployments to ensure secure cookie handling
- Remediation priority to update to fixed versions 4.2.8 or 4.3.2
Technical summary
RabbitMQ versions 4.2.0 to 4.2.8 and 4.3.2 have a vulnerability where a successful POST /login request sets an auth cookie containing base64-encoded username:password credentials without HttpOnly, Secure, SameSite, or expiration protections. This allows an attacker to recover the actual login credentials using same-origin cross-site scripting, an HTTP-readable network position, or local access to the browser cookie store. The vulnerability is fixed in versions 4.2.8 and 4.3.2, and defenders should prioritize verifying exposure and implementing compensating controls.
Defensive priority
Defenders should prioritize verifying exposure and implementing compensating controls due to the potential for credential recovery.
Recommended defensive actions
- Verify exposure by checking RabbitMQ versions and configurations
- Implement compensating controls such as HTTP-only and secure cookie flags
- Monitor for potential credential recovery attempts
- Update to fixed versions 4.2.8 or 4.3.2
- Review relevant monitoring, detection, and logs for exposed assets that need extra review
- 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 CVE record and NVD entry provide details on the vulnerability, but evidence is limited regarding actual exploitation and affected scope. Defenders should verify RabbitMQ versions and configurations to ensure secure cookie handling, and review compensating controls for exposed systems while remediation is scheduled and verified. The vulnerability has a CVSS score of 8.2 and is considered high-severity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-67236 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-67236
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-67236 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-67236
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/commit/df9e7f4c0afd311a672705f020d301efad355745
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/commit/edf1fbc7217aaf736955d2e13c9534901a2e0778
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.2.8
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.3.2
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-88vh-gx85-p36m
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.