CVE-2023-28113

russh is a Rust SSH client and server library. Starting in version 0.34.0 and prior to versions 0.36.2 and 0.37.1, Diffie-Hellman key validation is insufficient, which can lead to insecure shared secrets and therefore breaks confidentiality. Connections between a russh client and server or those of a russh peer with some other misbehaving peer are most likely to be problematic. These may vulnerable to eavesdropping. Most other implementations reject such keys, so this is mainly an interoperability issue in such a case. This issue is fixed in versions 0.36.2 and 0.37.1
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:russh_project:russh:*:*:*:*:*:rust:*:*
cpe:2.3:a:russh_project:russh:0.37.0:-:*:*:*:rust:*:*
cpe:2.3:a:russh_project:russh:0.37.0:beta1:*:*:*:rust:*:*

History

23 Mar 2023, 19:41

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.9
CWE CWE-20
CWE-358
CWE-347
First Time Russh Project
Russh Project russh
CPE cpe:2.3:a:russh_project:russh:0.37.0:-:*:*:*:rust:*:*
cpe:2.3:a:russh_project:russh:*:*:*:*:*:rust:*:*
cpe:2.3:a:russh_project:russh:0.37.0:beta1:*:*:*:rust:*:*
References (CONFIRM) https://github.com/warp-tech/russh/security/advisories/GHSA-cqvm-j2r2-hwpg - (CONFIRM) https://github.com/warp-tech/russh/security/advisories/GHSA-cqvm-j2r2-hwpg - Exploit, Vendor Advisory
References (MISC) https://github.com/warp-tech/russh/commit/d831a3716d3719dc76f091fcea9d94bd4ef97c6e - (MISC) https://github.com/warp-tech/russh/commit/d831a3716d3719dc76f091fcea9d94bd4ef97c6e - Patch
References (MISC) https://github.com/warp-tech/russh/releases/tag/v0.37.1 - (MISC) https://github.com/warp-tech/russh/releases/tag/v0.37.1 - Release Notes
References (MISC) https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L78-L81 - (MISC) https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L78-L81 - Product
References (MISC) https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L72-L76 - (MISC) https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L72-L76 - Product
References (MISC) https://github.com/warp-tech/russh/releases/tag/v0.36.2 - (MISC) https://github.com/warp-tech/russh/releases/tag/v0.36.2 - Release Notes

16 Mar 2023, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-03-16 21:15

Updated : 2023-12-10 14:48


NVD link : CVE-2023-28113

Mitre link : CVE-2023-28113

CVE.ORG link : CVE-2023-28113


JSON object : View

Products Affected

russh_project

  • russh
CWE
CWE-347

Improper Verification of Cryptographic Signature

CWE-20

Improper Input Validation

CWE-358

Improperly Implemented Security Check for Standard