Improper Signature VerificationWeakness · CWE-347

CVE-2026-46423

CRITICAL · 9.3 CVSS v4.0 Published 2026-06-24
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click 8 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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 SAML service provider implementation silently skips both SAML Response and Assertion signature validation when the configured IdP certificate field is empty. The verifySignatures routine performs an early return when serviceProviderOptions.cert is falsy, which is the default state of the setting. Because provider registration only gates on the SAML "enabled" toggle and not on the presence of a certificate, an administrator who enables SAML without pasting an IdP certificate obtains a fully wired, publicly reachable SAML login endpoint that accepts unsigned or attacker-supplied assertions. This is a default-configuration authentication-bypass class: the fail-open branch is reached with no misconfiguration beyond leaving a field at its shipped default. 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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Rocket.Chat's SAML service provider implementation skips signature validation when the IdP certificate field is empty. The verifySignatures routine performs an early return when serviceProviderOptions.cert is falsy (the default), allowing unsigned or attacker-supplied SAML assertions to be accepted, enabling full authentication bypass.

MitigationUpgrade to fixed versions (8.5.0, 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, or 7.10.11) and ensure a valid IdP certificate is configured before enabling SAML authentication.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
Authentication
X
User interaction
None
Scope
X

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm Rocket.Chat installation
    Identify the Rocket.Chat server and determine its installed version by inspecting the package.json file, the administration panel, or the running service process
    Affected if The installed version falls within affected ranges (prior to 8.5.0, 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, or 7.10.11)
  2. Determine if SAML authentication is enabled
    Review the Rocket.Chat SAML configuration settings through the administration panel or by inspecting the configuration database/JSON files where SAML settings are stored
    Affected if SAML authentication is enabled as an authentication method in the environment
  3. Inspect the IdP certificate configuration
    Locate the SAML service provider configuration and examine the serviceProviderOptions.cert field or the IdP certificate setting; check whether a valid certificate value is populated or if the field is empty/null/unset
    Affected if The IdP certificate field is empty, null, or falsy (the default unset state)
  4. Verify signature validation behavior
    Review the verifySignatures configuration within the SAML settings or examine the authentication workflow logs to confirm whether signature validation is active
    Affected if Signature validation is disabled or bypassed due to missing certificate configuration

The environment is affected if Rocket.Chat with a vulnerable version has SAML enabled and the IdP certificate field is empty or falsy, allowing unsigned SAML assertions to be accepted.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade to fixed versions (8.5.0, 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, or 7.10.11) and ensure a valid IdP certificate is configured before enabling SAML authentication.

Recommended fix High confidence

8.5.0 (or latest 8.x fixed version: 8.5.0; alternatively 8.4.1, 8.3.3, 8.2.3, 8.1.4, 8.0.5, 7.13.7, or 7.10.11 depending on your current major version)

  1. 1. Identify current Rocket.Chat version by checking the deployed version
  2. 2. Determine appropriate upgrade target: for major version 8.x, upgrade to 8.5.0 or 8.4.1; for version 8.3.x upgrade to 8.3.3; for 8.2.x upgrade to 8.2.3; for 8.1.x upgrade to 8.1.4; for 8.0.x upgrade to 8.0.5; for 7.x upgrade to 7.13.7 or 7.10.11
  3. 3. Perform complete backup of Rocket.Chat database and configuration
  4. 4. Stop Rocket.Chat services
  5. 5. Upgrade Rocket.Chat to the chosen fixed version using standard upgrade procedure for your deployment method
  6. 6. After upgrade, access Rocket.Chat admin panel and navigate to SAML settings
  7. 7. Verify that IdP certificate field is populated with a valid certificate - do not leave it empty
  8. 8. Enable and test SAML authentication to confirm signatures are now properly validated
Caveat Review Rocket.Chat release notes for your target version to check for any breaking changes or migration requirements; major version upgrades may require database migrations

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA1.0 h
10.0 hours of engineering $1,750
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-46423 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-46423 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data