Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for russh by warp-tech

    CVE-2023-28113 (GCVE-0-2023-28113)

    Vulnerability from nvd – Published: 2023-03-16 00:00 – Updated: 2025-02-25 14:55
    VLAI
    Title
    russh may use insecure Diffie-Hellman keys
    Summary
    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
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-20 - Improper Input Validation
    • CWE-358 - Improperly Implemented Security Check for Standard
    Assigner
    Impacted products
    Vendor Product Version
    warp-tech russh Affected: 0.34.0 , < 0.34.0* (custom)
    Affected: 0.36.2 , < 0.36.2 (custom)
    Affected: 0.37.0 , < 0.37.0* (custom)
    Affected: 0.37.1 , < 0.37.1 (custom)
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-02T12:30:24.345Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/commit/d831a3716d3719dc76f091fcea9d94bd4ef97c6e"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L72-L76"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L78-L81"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/releases/tag/v0.36.2"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/releases/tag/v0.37.1"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/security/advisories/GHSA-cqvm-j2r2-hwpg"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2023-28113",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-02-25T14:29:28.461323Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-02-25T14:55:51.611Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "russh",
              "vendor": "warp-tech",
              "versions": [
                {
                  "lessThan": "0.34.0*",
                  "status": "affected",
                  "version": "0.34.0",
                  "versionType": "custom"
                },
                {
                  "lessThan": "0.36.2",
                  "status": "affected",
                  "version": "0.36.2",
                  "versionType": "custom"
                },
                {
                  "lessThan": "0.37.0*",
                  "status": "affected",
                  "version": "0.37.0",
                  "versionType": "custom"
                },
                {
                  "lessThan": "0.37.1",
                  "status": "affected",
                  "version": "0.37.1",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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"
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 5.9,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-20",
                  "description": "CWE-20 Improper Input Validation",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-358",
                  "description": "CWE-358 Improperly Implemented Security Check for Standard",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2023-03-16T00:00:00.000Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "url": "https://github.com/warp-tech/russh/commit/d831a3716d3719dc76f091fcea9d94bd4ef97c6e"
            },
            {
              "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L72-L76"
            },
            {
              "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L78-L81"
            },
            {
              "url": "https://github.com/warp-tech/russh/releases/tag/v0.36.2"
            },
            {
              "url": "https://github.com/warp-tech/russh/releases/tag/v0.37.1"
            },
            {
              "url": "https://github.com/warp-tech/russh/security/advisories/GHSA-cqvm-j2r2-hwpg"
            }
          ],
          "source": {
            "advisory": "GHSA-cqvm-j2r2-hwpg",
            "defect": [
              "GHSA-cqvm-j2r2-hwpg"
            ],
            "discovery": "UNKNOWN"
          },
          "title": "russh may use insecure Diffie-Hellman keys",
          "x_generator": {
            "engine": "Vulnogram 0.0.9"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2023-28113",
        "datePublished": "2023-03-16T00:00:00.000Z",
        "dateReserved": "2023-03-10T00:00:00.000Z",
        "dateUpdated": "2025-02-25T14:55:51.611Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2023-28113 (GCVE-0-2023-28113)

    Vulnerability from cvelistv5 – Published: 2023-03-16 00:00 – Updated: 2025-02-25 14:55
    VLAI
    Title
    russh may use insecure Diffie-Hellman keys
    Summary
    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
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-20 - Improper Input Validation
    • CWE-358 - Improperly Implemented Security Check for Standard
    Assigner
    Impacted products
    Vendor Product Version
    warp-tech russh Affected: 0.34.0 , < 0.34.0* (custom)
    Affected: 0.36.2 , < 0.36.2 (custom)
    Affected: 0.37.0 , < 0.37.0* (custom)
    Affected: 0.37.1 , < 0.37.1 (custom)
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-02T12:30:24.345Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/commit/d831a3716d3719dc76f091fcea9d94bd4ef97c6e"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L72-L76"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L78-L81"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/releases/tag/v0.36.2"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/releases/tag/v0.37.1"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/warp-tech/russh/security/advisories/GHSA-cqvm-j2r2-hwpg"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2023-28113",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-02-25T14:29:28.461323Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-02-25T14:55:51.611Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "russh",
              "vendor": "warp-tech",
              "versions": [
                {
                  "lessThan": "0.34.0*",
                  "status": "affected",
                  "version": "0.34.0",
                  "versionType": "custom"
                },
                {
                  "lessThan": "0.36.2",
                  "status": "affected",
                  "version": "0.36.2",
                  "versionType": "custom"
                },
                {
                  "lessThan": "0.37.0*",
                  "status": "affected",
                  "version": "0.37.0",
                  "versionType": "custom"
                },
                {
                  "lessThan": "0.37.1",
                  "status": "affected",
                  "version": "0.37.1",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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"
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 5.9,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-20",
                  "description": "CWE-20 Improper Input Validation",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-358",
                  "description": "CWE-358 Improperly Implemented Security Check for Standard",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2023-03-16T00:00:00.000Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "url": "https://github.com/warp-tech/russh/commit/d831a3716d3719dc76f091fcea9d94bd4ef97c6e"
            },
            {
              "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L72-L76"
            },
            {
              "url": "https://github.com/warp-tech/russh/blob/master/russh/src/kex/dh/groups.rs#L78-L81"
            },
            {
              "url": "https://github.com/warp-tech/russh/releases/tag/v0.36.2"
            },
            {
              "url": "https://github.com/warp-tech/russh/releases/tag/v0.37.1"
            },
            {
              "url": "https://github.com/warp-tech/russh/security/advisories/GHSA-cqvm-j2r2-hwpg"
            }
          ],
          "source": {
            "advisory": "GHSA-cqvm-j2r2-hwpg",
            "defect": [
              "GHSA-cqvm-j2r2-hwpg"
            ],
            "discovery": "UNKNOWN"
          },
          "title": "russh may use insecure Diffie-Hellman keys",
          "x_generator": {
            "engine": "Vulnogram 0.0.9"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2023-28113",
        "datePublished": "2023-03-16T00:00:00.000Z",
        "dateReserved": "2023-03-10T00:00:00.000Z",
        "dateUpdated": "2025-02-25T14:55:51.611Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }