CVE-2026-73430
Last modified
CVE-2026-73430 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Eugeny | russh | < 0.62.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73430?
How severe is CVE-2026-73430?
How do I fix CVE-2026-73430?
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-73425Astro is a web framework for content-driven websites. Prior …3.7
- CVE-2026-73426Trix is a what-you-see-is-what-you-get rich text editor for …4.6
- CVE-2026-73427Trix is a what-you-see-is-what-you-get rich text editor for …2.1
- CVE-2026-73428Trix is a what-you-see-is-what-you-get rich text editor for …4.6
- CVE-2026-73429Russh is a Rust SSH client & server library. Prior to 0.62.4…5.3
- CVE-2026-7343Use after free in Views in Google Chrome on Windows prior to…7.5
- CVE-2026-73431Vulnerability-Lookup contains an authentication weakness in…8.8
- CVE-2026-73432Vulnerability-Lookup contains a server-side request forgery …5.1
- CVE-2026-73433A flaw was found in GStreamer gst-plugins-good (avidemux). W…6.6
- CVE-2026-73434A flaw was found in GStreamer gst-plugins-good (avidemux). I…6.1
- CVE-2026-7344Use after free in Accessibility in Google Chrome on Windows …8.8
- CVE-2026-7345Insufficient validation of untrusted input in Feedback in Go…8.3
Are you affected by CVE-2026-73430?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
