Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. russh
  4. ›
  5. CVE-2026-68930

CVE-2026-68930: Russh: Channel-scoped server callbacks can be reached without an open channel

August 3, 2026

There is a server-side channel state issue in russh.

After a client is authenticated, russh can dispatch channel-scoped handler callbacks for recipient channel IDs that were never opened or confirmed. In the strongest reproduced case, the client does not send SSH_MSG_CHANNEL_OPEN at all. It authenticates normally, then sends SSH_MSG_CHANNEL_REQUEST packets with request type exec for a range of recipient channel IDs. russh still calls the server application’s exec_request handler.

This is not an authentication bypass. A valid login is required. The issue is that the SSH channel lifecycle is not enforced before channel-scoped callbacks are delivered to the application.

References

  • github.com/Eugeny/russh/commit/7c5659f8cf6f6f2f9989d12dba0ebf49dc50a171
  • github.com/Eugeny/russh/releases/tag/v0.62.5
  • github.com/Eugeny/russh/security/advisories/GHSA-m65r-rprj-r5rg
  • github.com/advisories/GHSA-m65r-rprj-r5rg
  • nvd.nist.gov/vuln/detail/CVE-2026-68930

Code Behaviors & Features

Detect and mitigate CVE-2026-68930 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.62.5

Fixed versions

  • 0.62.5

Solution

Upgrade to version 0.62.5 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-666: Operation on Resource in Wrong Phase of Lifetime
  • CWE-696: Incorrect Behavior Order
  • CWE-863: Incorrect Authorization

Source file

cargo/russh/CVE-2026-68930.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 04 Aug 2026 12:21:03 +0000.