Lucene search

K
cvelistGitHub_MCVELIST:CVE-2023-28113
HistoryMar 16, 2023 - 12:00 a.m.

CVE-2023-28113 russh may use insecure Diffie-Hellman keys

2023-03-1600:00:00
CWE-358
CWE-20
GitHub_M
www.cve.org
3
cve-2023-28113; russh; diffie-hellman keys; insecure; confidentiality; eavesdropping; interoperability; vulnerability; ssh; library; rust; security; version; patch

CVSS3

5.9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

EPSS

0.002

Percentile

53.4%

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

CNA Affected

[
  {
    "vendor": "warp-tech",
    "product": "russh",
    "versions": [
      {
        "version": "0.34.0",
        "status": "affected",
        "lessThan": "0.34.0*",
        "versionType": "custom"
      },
      {
        "version": "0.36.2",
        "status": "affected",
        "lessThan": "0.36.2",
        "versionType": "custom"
      },
      {
        "version": "0.37.0",
        "status": "affected",
        "lessThan": "0.37.0*",
        "versionType": "custom"
      },
      {
        "version": "0.37.1",
        "status": "affected",
        "lessThan": "0.37.1",
        "versionType": "custom"
      }
    ]
  }
]

CVSS3

5.9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

EPSS

0.002

Percentile

53.4%

Related for CVELIST:CVE-2023-28113