CVE-2026-66077
Last modified
CVE-2026-66077 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, and 4.2.6, The management UI uses EJS 1.0 in which <%= ... EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, and 4.2.6, The management UI uses EJS 1.0 in which <%= ... %> does NOT HTML-escape. connection.ejs:135 renders <%= connection.ssl_details.peer_cert_subject %> (and peer_cert_issuer) directly into the page. The same pattern appears in streamConnection.ejs:102,106,110. The values come from rabbit_ssl:peer_cert_subject/1 which formats the DN as a string without HTML escaping. The verifier corrected the original researcher's claim: this is reachable only when the listener is configured with verify_peer (so the certificate must be signed by a CA in the broker's trust store, not arbitrary self-signed); however, in deployments using mTLS for client authentication, any user who can request a certificate from the organisational CA controls the Subject CN. An attacker who can obtain a TLS client certificate signed by a CA the broker trusts (with verify_peer enabled) can embed JavaScript in the certificate's Subject DN. When any administrator views that connection in the management UI, the script executes in the admin's browser session, allowing full account takeover (create users, export definitions, etc.). The management UI's CSP includes 'unsafe-inline', so inline script execution is not blocked. Preconditions include TLS listener configured with ssl_options.verify = verify_peer Attacker can obtain a CA-signed client certificate with attacker-chosen Subject (e.g. self-service corporate PKI, or rabbitmq_trust_store plugin in use) Administrator views the connection detail page. This issue is fixed in versions 3.13.15, 4.0.20, 4.1.11, and 4.2.6.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rabbitmq | rabbitmq-server | >= 3.13.0, < 3.13.15; >= 4.0.0, < 4.0.20; >= 4.1.0, < 4.1.11; >= 4.2.0, < 4.2.6 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-66077?
How severe is CVE-2026-66077?
How do I fix CVE-2026-66077?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-66071RabbitMQ is a messaging and streaming broker. From 3.13.0 un…6
- CVE-2026-66072RabbitMQ is a messaging and streaming broker. Prior to versi…6
- CVE-2026-66073RabbitMQ is a messaging and streaming broker. From 3.13.0 un…6
- CVE-2026-66074RabbitMQ is a messaging and streaming broker. Prior to versi…6
- CVE-2026-66075RabbitMQ is a messaging and streaming broker. Prior to versi…2.3
- CVE-2026-66076RabbitMQ is a messaging and streaming broker. Prior to versi…2.3
- CVE-2026-66078RabbitMQ is a messaging and streaming broker. From 3.13.0 un…2.1
- CVE-2026-66079RabbitMQ is a messaging and streaming broker. Prior to versi…8.2
- CVE-2026-6608A vulnerability was detected in lm-sys fastchat up to 0.2.36…5.5
- CVE-2026-66080RabbitMQ is a messaging and streaming broker. Prior to versi…5.9
- CVE-2026-6609A flaw has been found in liangliangyy DjangoBlog up to 2.1.0…6.3
- CVE-2026-66098The Mira hormone monitor device firmware accepts a 0x01 writ…6.5
Are you affected by CVE-2026-66077?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
