PatchSiren cyber security CVE debrief
CVE-2026-73430 Eugeny CVE debrief
CVE-2026-73430 is a denial-of-service vulnerability in the Russh Rust SSH client and server library. An unauthenticated SSH client can cause a panic in the server by sending a specially crafted SSH_MSG_KEX_ECDH_INIT message. This issue is fixed in version 0.62.4. The vulnerability allows an attacker to cause a denial-of-service condition, which can impact the availability of affected systems. Defenders should prioritize verifying exposure and upgrading to version 0.62.4 if vulnerable. The Russh library's improper handling of SSH_MSG_KEX_ECDH_INIT messages can lead to a panic, highlighting the need for prompt mitigation.
- Vendor
- Eugeny
- Product
- russh
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Russh-based SSH servers and clients should assess exposure and prioritize upgrading to version 0.62.4 if vulnerable. This includes operators, platform administrators, vulnerability management teams, and security teams who oversee the deployment and maintenance of SSH services. The vulnerability's impact on availability and the potential for denial-of-service attacks make it essential for these stakeholders to take prompt action.
Why it matters
CVE-2026-73430 is a denial-of-service vulnerability in the Russh Rust SSH client and server library. Defenders should prioritize verifying exposure and upgrading to version 0.62.4 if vulnerable.
- Denial-of-service attacks may occur against unpatched Russh-based SSH servers and clients
- Verification of exposure and upgrading to version 0.62.4 are necessary to prevent potential attacks
Technical summary
The Russh library is vulnerable to a denial-of-service attack due to improper handling of SSH_MSG_KEX_ECDH_INIT messages. An unauthenticated SSH client can cause a panic in the server by sending a specially crafted message. The vulnerability is caused by the library's acceptance of an all-zero peer public value, leading to an all-zero shared secret and subsequent panic. This issue is fixed in version 0.62.4, which properly handles such messages and prevents the denial-of-service condition. Defenders should prioritize verifying exposure and upgrading to the patched version.
Defensive priority
Defenders should prioritize verifying exposure of Russh-based SSH servers and clients and upgrading to version 0.62.4 if vulnerable.
Recommended defensive actions
- Verify exposure of Russh-based SSH servers and clients
- Upgrade to version 0.62.4 if vulnerable
- Monitor for potential denial-of-service attacks
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and references to the fix. The vulnerability has been publicly disclosed and is exploitable by unauthenticated attackers. There is no indication of in-the-wild exploitation, but defenders should verify exposure and apply patches as necessary. Additional details can be found in the official CVE Program record and NIST NVD detail page.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73430 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73430
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73430 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73430
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Eugeny/russh/commit/a7fc1eb5717264e31c3c5f7dd849b73989a08f3d
-
Source reference
Unverified legacy reference
URL: https://github.com/Eugeny/russh/releases/tag/v0.62.4
-
Source reference
Unverified legacy reference
URL: https://github.com/Eugeny/russh/security/advisories/GHSA-5xvq-cp9x-6p6r
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.