gsd-2019-11250
Vulnerability from gsd
Modified
2023-12-13 01:24
Details
The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-11250", "description": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.", "id": "GSD-2019-11250", "references": [ "https://www.suse.com/security/cve/CVE-2019-11250.html", "https://access.redhat.com/errata/RHSA-2019:4087", "https://access.redhat.com/errata/RHSA-2019:4052" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-11250" ], "details": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.", "id": "GSD-2019-11250", "modified": "2023-12-13T01:24:02.324213Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "AKA": "", "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2019-08-12", "ID": "CVE-2019-11250", "STATE": "PUBLIC", "TITLE": "Kubernetes client-go logs authorization headers at debug verbosity levels" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "version_value": "prior to 1.16" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "configuration": [], "credit": [], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected." } ] }, "exploit": [], "generator": { "engine": "Vulnogram 0.0.7" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-532: Inclusion of Sensitive Information in Log Files" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/81114", "refsource": "CONFIRM", "url": "https://github.com/kubernetes/kubernetes/issues/81114" }, { "name": "https://security.netapp.com/advisory/ntap-20190919-0003/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" }, { "name": "RHSA-2019:4052", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:4052" }, { "name": "RHSA-2019:4087", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:4087" }, { "name": "[oss-security] 20201016 Kubernetes: Multiple secret leaks when verbose logging is enabled", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2020/10/16/2" } ] }, "solution": [], "source": { "advisory": "", "defect": [ "https://github.com/kubernetes/kubernetes/issues/81114" ], "discovery": "EXTERNAL" }, "work_around": [ { "lang": "eng", "value": "lower log verbosity levels to \u003c= 6" } ] }, "gitlab.com": { "advisories": [ { "_git_import_path": "go/github.com/kubernetes/client-go", "affected_range": "\u003cv1.15.4", "affected_versions": "All versions before 1.15.4", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2019-09-19", "description": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output.", "fixed_versions": [ "v1.15.4" ], "identifier": "CVE-2019-11250", "identifiers": [ "CVE-2019-11250" ], "not_impacted": "All versions starting from 1.15.4", "package_slug": "go/github.com/kubernetes/client-go", "pubdate": "2019-08-29", "solution": "Upgrade to version 1.15.4 or above.", "title": "Credentials Management", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11250" ], "uuid": "c6a5085f-96cf-406a-b1c8-23429860ff72", "versions": [ { "commit": { "sha": "09d62bc8583f533658b712c0d6e9fd62770f2161", "tags": [ "kubernetes-1.15.4" ], "timestamp": "20190918220256" }, "number": "v1.15.4" } ] }, { "_git_import_path": "go/k8s.io/client-go", "affected_range": "\u003cv0.16.4", "affected_versions": "All versions before v0.16.4", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2019-09-19", "description": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.", "fixed_versions": [ "v0.16.4" ], "identifier": "CVE-2019-11250", "identifiers": [ "CVE-2019-11250" ], "not_impacted": "All versions starting from v0.16.4", "package_slug": "go/k8s.io/client-go", "pubdate": "2019-08-29", "solution": "Upgrade to versions v0.16.4 or above.", "title": "Credentials Management", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11250" ], "uuid": "1c25a628-bd98-4001-a3c5-3cfe0561e7ef" }, { "affected_range": "\u003c0.17.0", "affected_versions": "All versions before 0.17.0", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2023-02-08", "description": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.", "fixed_versions": [ "0.17.0" ], "identifier": "CVE-2019-11250", "identifiers": [ "GHSA-jmrx-5g74-6v2f", "CVE-2019-11250" ], "not_impacted": "All versions starting from 0.17.0", "package_slug": "go/k8s.io/client-go/transport", "pubdate": "2022-05-24", "solution": "Upgrade to version 0.17.0 or above.", "title": "Insertion of Sensitive Information into Log File", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11250", "https://github.com/kubernetes/kubernetes/issues/81114", "https://access.redhat.com/errata/RHSA-2019:4052", "https://security.netapp.com/advisory/ntap-20190919-0003/", "http://www.openwall.com/lists/oss-security/2020/10/16/2", "https://github.com/kubernetes/kubernetes/pull/81330", "https://github.com/kubernetes/kubernetes/commit/4441f1d9c3e94d9a3d93b4f184a591cab02a5245", "https://access.redhat.com/errata/RHSA-2019:4087https://nvd.nist.gov/vuln/detail/CVE-2019-11250", "https://pkg.go.dev/vuln/GO-2021-0065", "https://github.com/advisories/GHSA-jmrx-5g74-6v2f" ], "uuid": "b2b80825-84f6-4a80-b9d9-ee754f7fb373" }, { "affected_range": "\u003c1.16.0-beta.1", "affected_versions": "All versions before 1.16.0-beta.1", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2023-02-24", "description": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.", "fixed_versions": [ "1.16.0-beta.1" ], "identifier": "CVE-2019-11250", "identifiers": [ "GHSA-jmrx-5g74-6v2f", "CVE-2019-11250" ], "not_impacted": "All versions starting from 1.16.0-beta.1", "package_slug": "go/k8s.io/kubernetes", "pubdate": "2022-05-24", "solution": "Upgrade to version 1.16.0-beta.1 or above. *Note*: 1.16.0-beta.1 may be an unstable version. Use caution.", "title": "Insertion of Sensitive Information into Log File", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11250", "https://github.com/kubernetes/kubernetes/issues/81114", "https://access.redhat.com/errata/RHSA-2019:4052", "https://security.netapp.com/advisory/ntap-20190919-0003/", "http://www.openwall.com/lists/oss-security/2020/10/16/2", "https://github.com/kubernetes/kubernetes/pull/81330", "https://github.com/kubernetes/kubernetes/commit/4441f1d9c3e94d9a3d93b4f184a591cab02a5245", "https://access.redhat.com/errata/RHSA-2019:4087https://nvd.nist.gov/vuln/detail/CVE-2019-11250", "https://pkg.go.dev/vuln/GO-2021-0065", "https://github.com/advisories/GHSA-jmrx-5g74-6v2f" ], "uuid": "fef44368-1a0a-43e9-beec-8f0c87e01bc1" }, { "affected_range": "\u003c1.16.0-beta.1", "affected_versions": "All versions before 1.16.0-beta.1", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2023-02-08", "description": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.", "fixed_versions": [ "1.16.0-beta.1" ], "identifier": "CVE-2019-11250", "identifiers": [ "GHSA-jmrx-5g74-6v2f", "CVE-2019-11250" ], "not_impacted": "All versions starting from 1.16.0-beta.1", "package_slug": "go/k8s.io/kubernetes/staging/src/k8s.io/client-go/transport", "pubdate": "2022-05-24", "solution": "Upgrade to version 1.16.0-beta.1 or above. *Note*: 1.16.0-beta.1 may be an unstable version. Use caution.", "title": "Insertion of Sensitive Information into Log File", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11250", "https://github.com/kubernetes/kubernetes/issues/81114", "https://access.redhat.com/errata/RHSA-2019:4052", "https://security.netapp.com/advisory/ntap-20190919-0003/", "http://www.openwall.com/lists/oss-security/2020/10/16/2", "https://github.com/kubernetes/kubernetes/pull/81330", "https://github.com/kubernetes/kubernetes/commit/4441f1d9c3e94d9a3d93b4f184a591cab02a5245", "https://access.redhat.com/errata/RHSA-2019:4087https://nvd.nist.gov/vuln/detail/CVE-2019-11250", "https://pkg.go.dev/vuln/GO-2021-0065", "https://github.com/advisories/GHSA-jmrx-5g74-6v2f" ], "uuid": "a01b6dfe-d240-426e-8438-ec59a74ed31d" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha2:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha3:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.16.0:beta1:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.16.0:beta2:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.15.3", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.15.4:beta0:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.15.3:-:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha1:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openshift_container_platform:4.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "ID": "CVE-2019-11250" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-532" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/81114", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/81114" }, { "name": "https://security.netapp.com/advisory/ntap-20190919-0003/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" }, { "name": "RHSA-2019:4052", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:4052" }, { "name": "RHSA-2019:4087", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:4087" }, { "name": "[oss-security] 20201016 Kubernetes: Multiple secret leaks when verbose logging is enabled", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2020/10/16/2" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6 } }, "lastModifiedDate": "2020-10-16T09:15Z", "publishedDate": "2019-08-29T01:15Z" } } }
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.