ghsa-xhjq-w7xm-p8qj
Vulnerability from github
Published
2023-02-07 22:39
Modified
2024-04-19 21:43
Summary
golang.org/x/crypto/ssh Man-in-the-Middle attack
Details

The Go SSH library (golang.org/x/crypto/ssh) by default does not verify host keys, facilitating man-in-the-middle attacks if ClientConfig.HostKeyCallback is not set. Default behavior changed in commit e4e2799 to require explicitly registering a hostkey verification mechanism.

Show details on source website


{
  "affected": [
    {
      "package": {
        "ecosystem": "Go",
        "name": "golang.org/x/crypto"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.0.0-20170330155735-e4e2799dd7aa"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2017-3204"
  ],
  "database_specific": {
    "cwe_ids": [],
    "github_reviewed": true,
    "github_reviewed_at": "2023-02-07T22:39:34Z",
    "nvd_published_at": null,
    "severity": "HIGH"
  },
  "details": "The Go SSH library (golang.org/x/crypto/ssh) by default does not verify host keys, facilitating man-in-the-middle attacks if ClientConfig.HostKeyCallback is not set. Default behavior changed in commit e4e2799 to require explicitly registering a hostkey verification mechanism.",
  "id": "GHSA-xhjq-w7xm-p8qj",
  "modified": "2024-04-19T21:43:20Z",
  "published": "2023-02-07T22:39:34Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-3204"
    },
    {
      "type": "WEB",
      "url": "https://github.com/golang/go/issues/19767"
    },
    {
      "type": "WEB",
      "url": "https://github.com/golang/crypto/commit/e4e2799dd7aab89f583e1d898300d96367750991"
    },
    {
      "type": "WEB",
      "url": "https://bridge.grumpy-troll.org/2017/04/golang-ssh-security"
    },
    {
      "type": "WEB",
      "url": "https://go.dev/cl/340830"
    },
    {
      "type": "WEB",
      "url": "https://go.dev/cl/38701"
    },
    {
      "type": "WEB",
      "url": "https://go.dev/issue/19767"
    },
    {
      "type": "WEB",
      "url": "https://go.googlesource.com/crypto/+/e4e2799dd7aab89f583e1d898300d96367750991"
    },
    {
      "type": "WEB",
      "url": "https://godoc.org/golang.org/x/crypto/ssh"
    },
    {
      "type": "WEB",
      "url": "https://pkg.go.dev/vuln/GO-2020-0013"
    },
    {
      "type": "WEB",
      "url": "https://web.archive.org/web/20170423080311/https://www.securityfocus.com/bid/97481"
    },
    {
      "type": "WEB",
      "url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-3204"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "golang.org/x/crypto/ssh Man-in-the-Middle attack"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.