CVE-2026-42189
russh has pre-auth DoS via unbounded allocation in its keyboard-interactive auth handler
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p russh --precise 0.60.1
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| russh | crates.io | All versions | 0.60.1 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-770Allocation of Resources Without LimitsMITRE
- CWE-789
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.5 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References
- https://github.com/Eugeny/russh/security/advisories/GHSA-f5v4-2wr6-hqmgWEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-42189ADVISORY
- https://github.com/Eugeny/russh/commit/6c3c80a9b6d60763d6227d60fa8310e57172a4d1WEB
- https://github.com/Eugeny/russhPACKAGE
- https://github.com/Eugeny/russh/releases/tag/v0.60.1WEB
Frequently Asked Questions
- What is CVE-2026-42189?
- russh has pre-auth DoS via unbounded allocation in its keyboard-interactive auth handler This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.5/10).
- How do I check if my project is affected by CVE-2026-42189?
- CVE-2026-42189 affects russh. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-42189 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2026-48110HIGH
Russh SSH message fields were decoded through allocation-first parsers before field-specific bounds
- CVE-2026-63135HIGH
YOURLS has stored XSS in referrer statistics chart via crafted Referer header
- CVE-2026-46673HIGH
Russh: Unchecked CryptoVec allocation and growth handling is reachable
- CVE-2024-43410HIGH
Russh has an OOM Denial of Service due to allocation of untrusted amount
- CVE-2026-46702HIGH
russh: Post-decompression SSH packet size was not bounded, allowing remote oversized compressed packets
- CVE-2026-48107MEDIUM
Russh: Unchecked keyboard-interactive prompt count in client auth path
- CVE-2025-54804MEDIUM
russh is missing overflow checks during channel windows adjust
- CVE-2026-68930MEDIUM
Russh: Channel-scoped server callbacks can be reached without an open channel
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies