CVE-2026-45688
Last modified
CVE-2026-45688 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to 8.5.0, 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, and 7.10.11, Rocket.Chat's CAS login handler forwards the client-supplied options.cas.credentialToken value straight into a MongoDB findOne({_id: ...}) query without any runtime type check. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to 8.5.0, 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, and 7.10.11, Rocket.Chat's CAS login handler forwards the client-supplied options.cas.credentialToken value straight into a MongoDB findOne({_id: ...}) query without any runtime type check. TypeScript's string parameter annotation is erased at runtime, so an unauthenticated attacker can substitute a MongoDB query operator ({"$gt": ""}, {"$ne": null}, etc.) for what the server expects to be an opaque ticket string. The injected operator matches the first unexpired document in the credential_tokens collection, bypassing the CAS ticket check entirely. When any legitimate CAS or SAML SSO login is in flight, the attacker's next DDP login call matches the same credential-token row via the NoSQL operator and is issued a full Meteor auth token (userId + token) bound to the victim. The token is immediately usable against the complete REST and DDP surface as that user. If the victim is an administrator, this escalates to full instance compromise via Apps-Engine app install. This vulnerability is fixed in 8.5.0, 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, and 7.10.11.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45688?
How severe is CVE-2026-45688?
How do I fix CVE-2026-45688?
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-45682OpenTelemetry eBPF Instrumentation provides eBPF instrumenta…5.5
- CVE-2026-45683OpenTelemetry eBPF Instrumentation provides eBPF instrumenta…3.8
- CVE-2026-45684OpenTelemetry eBPF Instrumentation provides eBPF instrumenta…5.3
- CVE-2026-45685OpenTelemetry eBPF Instrumentation provides eBPF instrumenta…7.5
- CVE-2026-45686OpenTelemetry eBPF Instrumentation provides eBPF instrumenta…7.5
- CVE-2026-45687Rocket.Chat is an open-source, secure, fully customizable co…8.5
- CVE-2026-45689Rocket.Chat is an open-source, secure, fully customizable co…9.1
- CVE-2026-4569A vulnerability was determined in SourceCodester Sales and I…6.5
- CVE-2026-45690Nextcloud is an open source content collaboration platform. …5.9
- CVE-2026-45691Nextcloud is an open source content collaboration platform. …5.9
- CVE-2026-45692Caddy is an extensible server platform that uses TLS by defa…3.8
- CVE-2026-45695Kopia is a cross-platform backup tool for Windows, macOS, an…9.8
Are you affected by CVE-2026-45688?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
