GHSA-69p3-xp37-f692
Vulnerability from github
Published
2022-03-26 00:00
Modified
2022-04-08 21:45
Severity ?
Summary
Improper Certificate Validation in kubeclient
Details
A flaw was found in all versions of kubeclient up to (but not including) v4.9.3, the Ruby client for Kubernetes REST API, in the way it parsed kubeconfig files. When the kubeconfig file does not configure custom CA to verify certs, kubeclient ends up accepting any certificate (it wrongly returns VERIFY_NONE). Ruby applications that leverage kubeclient to parse kubeconfig files are susceptible to Man-in-the-middle attacks (MITM).
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "kubeclient" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.9.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-0759" ], "database_specific": { "cwe_ids": [ "CWE-295" ], "github_reviewed": true, "github_reviewed_at": "2022-03-30T13:12:44Z", "nvd_published_at": "2022-03-25T19:15:00Z", "severity": "HIGH" }, "details": "A flaw was found in all versions of kubeclient up to (but not including) v4.9.3, the Ruby client for Kubernetes REST API, in the way it parsed kubeconfig files. When the kubeconfig file does not configure custom CA to verify certs, kubeclient ends up accepting any certificate (it wrongly returns VERIFY_NONE). Ruby applications that leverage kubeclient to parse kubeconfig files are susceptible to Man-in-the-middle attacks (MITM).", "id": "GHSA-69p3-xp37-f692", "modified": "2022-04-08T21:45:06Z", "published": "2022-03-26T00:00:29Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0759" }, { "type": "WEB", "url": "https://github.com/ManageIQ/kubeclient/issues/554" }, { "type": "WEB", "url": "https://github.com/ManageIQ/kubeclient/issues/555" }, { "type": "WEB", "url": "https://github.com/ManageIQ/kubeclient/pull/556" }, { "type": "WEB", "url": "https://github.com/ManageIQ/kubeclient/commit/109ea71de5a8881748f03ebbe103b49f0f1c7887" }, { "type": "PACKAGE", "url": "https://github.com/ManageIQ/kubeclient" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/kubeclient/CVE-2022-0759.yml" } ], "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": "Improper Certificate Validation in kubeclient" }
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.