AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73430

MEDIUM · CVSS 5.3 EPSS 0.33% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Russh Rust SSH client and server library, allowing unauthenticated SSH clients to trigger a denial of service by sending a specific malformed message. This results in a server panic during the key exchange process, terminating the session before authentication can occur. Organizations using affected versions of the Russh library should prioritize upgrading to version 0.62.4 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73430
Severity
MEDIUM
CVSS
5.3
EPSS
0.33%
Exchange

Original NVD Description

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSH_MSG_KEX_ECDH_INIT with a 32-byte all-zero Q_C value. Curve25519Kex::server_dh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an all-zero shared secret, after which compute_exchange_hash calls encode_mpint in russh/src/kex/mod.rs and indexes beyond the end of the input while skipping leading zero bytes. The resulting panic occurs before authentication and terminates the server key-exchange task. This issue is fixed in version 0.62.4.