Vulnerability Description
Russh is a Rust SSH client & server library. From version 0.34.0-beta.1 to before version 0.61.0, the russh server authentication path keeps internal userauth state across SSH_MSG_USERAUTH_REQUEST messages without separating that state when the request principal changes. RFC 4252 allows the user name and service name fields to change between authentication requests. The issue is not that such changes are invalid. The issue is that russh-owned authentication state, such as remaining methods, partial-success state, and in-progress method state, can remain associated with the connection and then influence a later request for a different (user, service). This is an internal library state mismatch. This issue has been patched in version 0.61.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Eugeny/russh/security/advisories/GHSA-hpv4-5h6f-wqr3
- https://github.com/Eugeny/russh/security/advisories/GHSA-hpv4-5h6f-wqr3
FAQ
What is CVE-2026-46705?
CVE-2026-46705 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Russh is a Rust SSH client & server library. From version 0.34.0-beta.1 to before version 0.61.0, the russh server authentication path keeps internal userauth state across SSH_MSG_USERAUTH_REQUEST mes...
How severe is CVE-2026-46705?
CVE-2026-46705 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46705?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.