PatchSiren cyber security CVE debrief
CVE-2026-67237 rabbitmq CVE debrief
CVE-2026-67237 RabbitMQ JavaScript Injection. RabbitMQ versions 4.2.0 to 4.2.8 and 4.3.2 are vulnerable to JavaScript injection via the management UI. This issue arises from set_token_auth/2 inserting a bearer token from the Authorization header or access_token cookie into OAuth bootstrap JavaScript without proper escaping. The vulnerability allows attacker-controlled token content to execute JavaScript in the management UI origin. The endpoint is exposed before authentication only when management.oauth_enabled is true. Exploitation through the cookie path additionally requires the attacker to plant an access_token cookie on the management host.
- Vendor
- rabbitmq
- Product
- rabbitmq-server
- CVSS
- HIGH 7.5
- 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 managing RabbitMQ instances with management.oauth_enabled set to true should verify their configurations to prevent potential JavaScript injection attacks. Operators of RabbitMQ instances, platform administrators, and security teams should review their systems for exposure and apply patches or mitigations as necessary. Vulnerability management and security teams should prioritize verifying RabbitMQ versions and configurations to ensure they are 4
Why it matters
CVE-2026-67237 allows attacker-controlled token content to execute JavaScript in the RabbitMQ management UI. Defenders should verify RabbitMQ versions and configurations to prevent potential JavaScript injection attacks.
- Potential JavaScript execution in management UI
- Required verification of RabbitMQ versions and configurations
- Possible exposure through cookie path
Technical summary
RabbitMQ versions 4.2.0 to 4.2.8 and 4.3.2 are vulnerable to JavaScript injection via the management UI. The vulnerability arises from improper escaping of bearer tokens in OAuth bootstrap JavaScript. Attackers can inject JavaScript into the management UI by manipulating the Authorization header or access_token cookie. This issue is fixed in versions 4.2.8 and 4.3.2. Defenders should prioritize verifying RabbitMQ versions and configurations to prevent potential JavaScript injection attacks. The endpoint is exposed before authentication only when management.oauth_enabled is true.
Defensive priority
Defenders should prioritize verifying RabbitMQ versions and configurations.
Recommended defensive actions
- Verify RabbitMQ version and apply patches
- Review management.oauth_enabled configuration
- Monitor for suspicious activity
- Confirm whether affected RabbitMQ instances exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check 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
Evidence notes
The CVE record and NVD entry provide details on the RabbitMQ vulnerability. Evidence is limited to public CVE and NVD records. Defenders should verify RabbitMQ versions and configurations to ensure they are not exposed. The CVE record was published on 2026-09-25T17:17:11.883Z and has not been modified since then. No additional evidence is available beyond these public records.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-67237 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-67237
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-67237 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-67237
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/5cd6d841d84450324a4613501ed917d98828af23
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/commit/a8041d528c1a71af4cb75ade247ed082fe6b83fb
-
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-2rf7-f6r6-8rwh
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.