{ "schema_version": "1.4.0", "id": "GHSA-9xjr-m6f3-v5wm", "modified": "2023-06-13T17:38:19Z", "published": "2021-08-25T20:43:06Z", "aliases": [ "CVE-2016-10932" ], "summary": "HTTPS MitM vulnerability due to lack of hostname verification", "details": "When used on Windows platforms, all versions of Hyper prior to 0.9.4 did not perform hostname verification when making HTTPS requests.\n\nThis allows an attacker to perform MitM attacks by preventing any valid CA-issued certificate, even if there's a hostname mismatch.\n\nThe problem was addressed by leveraging rust-openssl's built-in support for hostname verification.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "hyper" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.9.4" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10932" }, { "type": "WEB", "url": "https://github.com/hyperium/hyper/issues/472" }, { "type": "WEB", "url": "https://github.com/hyperium/hyper/commit/01160abd92956e5f995cc45790df7a2b86c8989f" }, { "type": "WEB", "url": "https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v094-2016-05-09" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2016-0002.html" } ], "database_specific": { "cwe_ids": [ "CWE-347" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-19T21:25:12Z", "nvd_published_at": null } }