Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-11250 (GCVE-0-2019-11250)
Vulnerability from cvelistv5 – Published: 2019-08-29 00:40 – Updated: 2024-09-17 02:06- CWE-532 - Inclusion of Sensitive Information in Log Files
| URL | Tags |
|---|---|
| https://github.com/kubernetes/kubernetes/issues/81114 | x_refsource_CONFIRM |
| https://security.netapp.com/advisory/ntap-2019091… | x_refsource_CONFIRM |
| https://access.redhat.com/errata/RHSA-2019:4052 | vendor-advisoryx_refsource_REDHAT |
| https://access.redhat.com/errata/RHSA-2019:4087 | vendor-advisoryx_refsource_REDHAT |
| http://www.openwall.com/lists/oss-security/2020/10/16/2 | mailing-listx_refsource_MLIST |
| Vendor | Product | Version | |
|---|---|---|---|
| Kubernetes | Kubernetes |
Affected:
prior to 1.16
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T22:48:09.024Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/kubernetes/kubernetes/issues/81114"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20190919-0003/"
},
{
"name": "RHSA-2019:4052",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2019:4052"
},
{
"name": "RHSA-2019:4087",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
},
{
"name": "[oss-security] 20201016 Kubernetes: Multiple secret leaks when verbose logging is enabled",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2020/10/16/2"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Kubernetes",
"vendor": "Kubernetes",
"versions": [
{
"status": "affected",
"version": "prior to 1.16"
}
]
}
],
"datePublic": "2019-08-12T00:00:00.000Z",
"descriptions": [
{
"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."
}
],
"metrics": [
{
"cvssV3_0": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-532",
"description": "CWE-532: Inclusion of Sensitive Information in Log Files",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-10-16T08:06:12.000Z",
"orgId": "a6081bf6-c852-4425-ad4f-a67919267565",
"shortName": "kubernetes"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/kubernetes/kubernetes/issues/81114"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20190919-0003/"
},
{
"name": "RHSA-2019:4052",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2019:4052"
},
{
"name": "RHSA-2019:4087",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
},
{
"name": "[oss-security] 20201016 Kubernetes: Multiple secret leaks when verbose logging is enabled",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2020/10/16/2"
}
],
"source": {
"defect": [
"https://github.com/kubernetes/kubernetes/issues/81114"
],
"discovery": "EXTERNAL"
},
"title": "Kubernetes client-go logs authorization headers at debug verbosity levels",
"workarounds": [
{
"lang": "en",
"value": "lower log verbosity levels to \u003c= 6"
}
],
"x_generator": {
"engine": "Vulnogram 0.0.7"
},
"x_legacyV4Record": {
"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": "en",
"value": "lower log verbosity levels to \u003c= 6"
}
]
}
}
},
"cveMetadata": {
"assignerOrgId": "a6081bf6-c852-4425-ad4f-a67919267565",
"assignerShortName": "kubernetes",
"cveId": "CVE-2019-11250",
"datePublished": "2019-08-29T00:40:43.341Z",
"dateReserved": "2019-04-17T00:00:00.000Z",
"dateUpdated": "2024-09-17T02:06:55.457Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-11250",
"date": "2026-05-30",
"epss": "0.0081",
"percentile": "0.74531"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.15.3\", \"matchCriteriaId\": \"470C9C75-4582-4D15-8B34-07889BF9C24F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.15.3:-:*:*:*:*:*:*\", \"matchCriteriaId\": \"6281DC26-9400-481C-9C6E-8A28F63B0E3B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.15.4:beta0:*:*:*:*:*:*\", \"matchCriteriaId\": \"E39F27C0-6ED8-4E02-A659-6BF62152614D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha1:*:*:*:*:*:*\", \"matchCriteriaId\": \"07455E9D-4A96-461E-A570-F759E5962A32\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha2:*:*:*:*:*:*\", \"matchCriteriaId\": \"F8A6A1E7-D383-46F6-BB5A-1EF060EF3528\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha3:*:*:*:*:*:*\", \"matchCriteriaId\": \"30E428E5-411E-4E97-99AB-AC2E92BF1800\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.16.0:beta1:*:*:*:*:*:*\", \"matchCriteriaId\": \"C584B1E1-C5EE-4FBF-87A8-C8D57E899E49\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:kubernetes:kubernetes:1.16.0:beta2:*:*:*:*:*:*\", \"matchCriteriaId\": \"853095C6-7832-4542-A6C5-8074AC5C217F\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2F87326E-0B56-4356-A889-73D026DB1D4B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:openshift_container_platform:4.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"064E7BDD-4EF0-4A0D-A38D-8C75BAFEDCEF\"}]}]}]",
"descriptions": "[{\"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.\"}, {\"lang\": \"es\", \"value\": \"La biblioteca de servicio de cliente de Kubernetes registra los encabezados de solicitud en niveles de detalle de 7 o superior. Esto puede revelar las credenciales a los usuarios no autorizados a trav\\u00e9s de los registros o la salida del comando. Los componentes de Kubernetes (como kube-apiserver) anteriores a v1.16.0, que utilizan la autenticaci\\u00f3n de token b\\u00e1sica o portadora y se ejecutan en niveles de detalle elevados, se ven afectados.\"}]",
"id": "CVE-2019-11250",
"lastModified": "2024-11-21T04:20:48.343",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 3.6}], \"cvssMetricV30\": [{\"source\": \"jordan@liggitt.net\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.0\", \"vectorString\": \"CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 4.7, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.0, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:S/C:P/I:N/A:N\", \"baseScore\": 3.5, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"SINGLE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"LOW\", \"exploitabilityScore\": 6.8, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2019-08-29T01:15:11.523",
"references": "[{\"url\": \"http://www.openwall.com/lists/oss-security/2020/10/16/2\", \"source\": \"jordan@liggitt.net\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:4052\", \"source\": \"jordan@liggitt.net\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:4087\", \"source\": \"jordan@liggitt.net\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/kubernetes/kubernetes/issues/81114\", \"source\": \"jordan@liggitt.net\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190919-0003/\", \"source\": \"jordan@liggitt.net\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2020/10/16/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:4052\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:4087\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/kubernetes/kubernetes/issues/81114\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190919-0003/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "jordan@liggitt.net",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"jordan@liggitt.net\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-532\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-532\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-11250\",\"sourceIdentifier\":\"jordan@liggitt.net\",\"published\":\"2019-08-29T01:15:11.523\",\"lastModified\":\"2024-11-21T04:20:48.343\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"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.\"},{\"lang\":\"es\",\"value\":\"La biblioteca de servicio de cliente de Kubernetes registra los encabezados de solicitud en niveles de detalle de 7 o superior. Esto puede revelar las credenciales a los usuarios no autorizados a trav\u00e9s de los registros o la salida del comando. Los componentes de Kubernetes (como kube-apiserver) anteriores a v1.16.0, que utilizan la autenticaci\u00f3n de token b\u00e1sica o portadora y se ejecutan en niveles de detalle elevados, se ven afectados.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}],\"cvssMetricV30\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:S/C:P/I:N/A:N\",\"baseScore\":3.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":6.8,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-532\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-532\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.15.3\",\"matchCriteriaId\":\"470C9C75-4582-4D15-8B34-07889BF9C24F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.15.3:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"6281DC26-9400-481C-9C6E-8A28F63B0E3B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.15.4:beta0:*:*:*:*:*:*\",\"matchCriteriaId\":\"E39F27C0-6ED8-4E02-A659-6BF62152614D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"07455E9D-4A96-461E-A570-F759E5962A32\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha2:*:*:*:*:*:*\",\"matchCriteriaId\":\"F8A6A1E7-D383-46F6-BB5A-1EF060EF3528\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.16.0:alpha3:*:*:*:*:*:*\",\"matchCriteriaId\":\"30E428E5-411E-4E97-99AB-AC2E92BF1800\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.16.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"C584B1E1-C5EE-4FBF-87A8-C8D57E899E49\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.16.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"853095C6-7832-4542-A6C5-8074AC5C217F\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2F87326E-0B56-4356-A889-73D026DB1D4B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openshift_container_platform:4.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"064E7BDD-4EF0-4A0D-A38D-8C75BAFEDCEF\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2020/10/16/2\",\"source\":\"jordan@liggitt.net\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:4052\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:4087\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/kubernetes/kubernetes/issues/81114\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190919-0003/\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2020/10/16/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:4052\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:4087\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/kubernetes/kubernetes/issues/81114\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190919-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
RHSA-2019:4052
Vulnerability from csaf_redhat - Published: 2019-12-16 13:53 - Updated: 2026-01-13 21:27The 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for atomic-openshift is now available for Red Hat OpenShift Container Platform 3.11.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\n\n* kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7) (CVE-2019-11250)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2019:4052",
"url": "https://access.redhat.com/errata/RHSA-2019:4052"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_4052.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 3.11 atomic-openshift security update",
"tracking": {
"current_release_date": "2026-01-13T21:27:05+00:00",
"generator": {
"date": "2026-01-13T21:27:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2019:4052",
"initial_release_date": "2019-12-16T13:53:11+00:00",
"revision_history": [
{
"date": "2019-12-16T13:53:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2019-12-16T13:53:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-13T21:27:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 3.11",
"product": {
"name": "Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:3.11::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients-redistributable@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"product": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"product_id": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.157-1.git.0.dfe38da.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product": {
"name": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_id": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-docker-excluder@3.11.157-1.git.0.dfe38da.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product": {
"name": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_id": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-excluder@3.11.157-1.git.0.dfe38da.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src"
},
"product_reference": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch"
},
"product_reference": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch"
},
"product_reference": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11250",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2019-08-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1740434"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11250"
},
{
"category": "external",
"summary": "RHBZ#1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11250",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11250"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250"
}
],
"release_date": "2019-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-12-16T13:53:11+00:00",
"details": "See the following documentation, which will be updated shortly for release 3.11.157, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:4052"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)"
}
]
}
RHSA-2019:4087
Vulnerability from csaf_redhat - Published: 2019-12-17 02:18 - Updated: 2026-02-27 07:49libseccomp-golang 0.9.0 and earlier incorrectly generates BPFs that OR multiple arguments rather than ANDing them. A process running under a restrictive seccomp filter that specified multiple syscall arguments could bypass intended access restrictions by specifying a single matching argument.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openshift is now available for Red Hat OpenShift Container Platform 4.1.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\n\n* libseccomp-golang: mishandling of multiple argument rules leading to a bypass of intended access restrictions (CVE-2017-18367)\n\n* kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7) (CVE-2019-11250)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2019:4087",
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1706826",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1706826"
},
{
"category": "external",
"summary": "1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_4087.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.1 openshift security update",
"tracking": {
"current_release_date": "2026-02-27T07:49:18+00:00",
"generator": {
"date": "2026-02-27T07:49:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2019:4087",
"initial_release_date": "2019-12-17T02:18:46+00:00",
"revision_history": [
{
"date": "2019-12-17T02:18:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2019-12-17T02:18:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-27T07:49:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.1",
"product": {
"name": "Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.1",
"product": {
"name": "Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.1::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"product": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"product_id": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.1.27-201912021146.git.0.a40116f.el8_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"product": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"product_id": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.1.27-201912021146.git.0.a40116f.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_id": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.1.27-201912021146.git.0.a40116f.el8_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_id": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.1.27-201912021146.git.0.a40116f.el8_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_id": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.1.27-201912021146.git.0.a40116f.el8_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_id": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.1.27-201912021146.git.0.a40116f.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_id": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.1.27-201912021146.git.0.a40116f.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_id": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.1.27-201912021146.git.0.a40116f.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src"
},
"product_reference": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64"
},
"product_reference": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src"
},
"product_reference": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"relates_to_product_reference": "8Base-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
},
"product_reference": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18367",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2019-04-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1706826"
}
],
"notes": [
{
"category": "description",
"text": "libseccomp-golang 0.9.0 and earlier incorrectly generates BPFs that OR multiple arguments rather than ANDing them. A process running under a restrictive seccomp filter that specified multiple syscall arguments could bypass intended access restrictions by specifying a single matching argument.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libseccomp-golang: mishandling of multiple argument rules leading to a bypass of intended access restrictions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue may affect OpenShift Container Platform 3.x and 4.x if you are providing a custom Seccomp profile using Security Context Constraints [1]. The custom Seccomp profile would need to specify multiple arguments, such as below, from [2].\n\n{\n \"names\": [\n \"socketcall\"\n ],\n \"action\": \"SCMP_ACT_ALLOW\",\n \"args\": [\n {\n \"index\": 0,\n \"value\": 1,\n \"valueTwo\": 0,\n \"op\": \"SCMP_CMP_EQ\"\n },\n {\n \"index\": 1,\n \"value\": 1,\n \"valueTwo\": 0,\n \"op\": \"SCMP_CMP_EQ\"\n }\n ],\n \"comment\": \"\",\n \"includes\": {},\n \"excludes\": {}\n},\n\nIf such a profile was used the arguments could be combined as an OR rule, not AND, as the user might expect from Seccomp.\n\n[1] https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html\n\n[2] https://github.com/moby/moby/issues/32714#issuecomment-295532163",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18367"
},
{
"category": "external",
"summary": "RHBZ#1706826",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1706826"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18367",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18367"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18367",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18367"
}
],
"release_date": "2019-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-12-17T02:18:46+00:00",
"details": "For OpenShift Container Platform 4.1 see the following documentation, which will be updated shortly for release 4.1.27, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.1/release_notes/ocp-4-1-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.1/updating/updating-cluster-cli.html.",
"product_ids": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libseccomp-golang: mishandling of multiple argument rules leading to a bypass of intended access restrictions"
},
{
"cve": "CVE-2019-11250",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2019-08-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1740434"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11250"
},
{
"category": "external",
"summary": "RHBZ#1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11250",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11250"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250"
}
],
"release_date": "2019-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-12-17T02:18:46+00:00",
"details": "For OpenShift Container Platform 4.1 see the following documentation, which will be updated shortly for release 4.1.27, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.1/release_notes/ocp-4-1-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.1/updating/updating-cluster-cli.html.",
"product_ids": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)"
}
]
}
RHSA-2019_4052
Vulnerability from csaf_redhat - Published: 2019-12-16 13:53 - Updated: 2024-11-22 14:16The 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for atomic-openshift is now available for Red Hat OpenShift Container Platform 3.11.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\n\n* kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7) (CVE-2019-11250)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2019:4052",
"url": "https://access.redhat.com/errata/RHSA-2019:4052"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_4052.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 3.11 atomic-openshift security update",
"tracking": {
"current_release_date": "2024-11-22T14:16:49+00:00",
"generator": {
"date": "2024-11-22T14:16:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2019:4052",
"initial_release_date": "2019-12-16T13:53:11+00:00",
"revision_history": [
{
"date": "2019-12-16T13:53:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2019-12-16T13:53:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T14:16:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 3.11",
"product": {
"name": "Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:3.11::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_id": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.157-1.git.0.dfe38da.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients-redistributable@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_id": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.157-1.git.0.dfe38da.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"product": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"product_id": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.157-1.git.0.dfe38da.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product": {
"name": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_id": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-docker-excluder@3.11.157-1.git.0.dfe38da.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product": {
"name": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_id": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-excluder@3.11.157-1.git.0.dfe38da.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src"
},
"product_reference": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch"
},
"product_reference": "atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch"
},
"product_reference": "atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le"
},
"product_reference": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
},
"product_reference": "atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11250",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2019-08-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1740434"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11250"
},
{
"category": "external",
"summary": "RHBZ#1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11250",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11250"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250"
}
],
"release_date": "2019-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-12-16T13:53:11+00:00",
"details": "See the following documentation, which will be updated shortly for release 3.11.157, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:4052"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.157-1.git.0.dfe38da.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.157-1.git.0.dfe38da.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.157-1.git.0.dfe38da.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)"
}
]
}
RHSA-2019_4087
Vulnerability from csaf_redhat - Published: 2019-12-17 02:18 - Updated: 2024-11-22 14:16libseccomp-golang 0.9.0 and earlier incorrectly generates BPFs that OR multiple arguments rather than ANDing them. A process running under a restrictive seccomp filter that specified multiple syscall arguments could bypass intended access restrictions by specifying a single matching argument.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openshift is now available for Red Hat OpenShift Container Platform 4.1.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\n\n* libseccomp-golang: mishandling of multiple argument rules leading to a bypass of intended access restrictions (CVE-2017-18367)\n\n* kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7) (CVE-2019-11250)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2019:4087",
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1706826",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1706826"
},
{
"category": "external",
"summary": "1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_4087.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.1 openshift security update",
"tracking": {
"current_release_date": "2024-11-22T14:16:55+00:00",
"generator": {
"date": "2024-11-22T14:16:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2019:4087",
"initial_release_date": "2019-12-17T02:18:46+00:00",
"revision_history": [
{
"date": "2019-12-17T02:18:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2019-12-17T02:18:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T14:16:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.1",
"product": {
"name": "Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.1",
"product": {
"name": "Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.1::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"product": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"product_id": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.1.27-201912021146.git.0.a40116f.el8_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"product": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"product_id": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.1.27-201912021146.git.0.a40116f.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_id": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.1.27-201912021146.git.0.a40116f.el8_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_id": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.1.27-201912021146.git.0.a40116f.el8_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_id": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.1.27-201912021146.git.0.a40116f.el8_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_id": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.1.27-201912021146.git.0.a40116f.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_id": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.1.27-201912021146.git.0.a40116f.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_id": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.1.27-201912021146.git.0.a40116f.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src"
},
"product_reference": "openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64"
},
"product_reference": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src"
},
"product_reference": "openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"relates_to_product_reference": "8Base-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
},
"product_reference": "openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64 as a component of Red Hat OpenShift Container Platform 4.1",
"product_id": "8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18367",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2019-04-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1706826"
}
],
"notes": [
{
"category": "description",
"text": "libseccomp-golang 0.9.0 and earlier incorrectly generates BPFs that OR multiple arguments rather than ANDing them. A process running under a restrictive seccomp filter that specified multiple syscall arguments could bypass intended access restrictions by specifying a single matching argument.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libseccomp-golang: mishandling of multiple argument rules leading to a bypass of intended access restrictions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue may affect OpenShift Container Platform 3.x and 4.x if you are providing a custom Seccomp profile using Security Context Constraints [1]. The custom Seccomp profile would need to specify multiple arguments, such as below, from [2].\n\n{\n \"names\": [\n \"socketcall\"\n ],\n \"action\": \"SCMP_ACT_ALLOW\",\n \"args\": [\n {\n \"index\": 0,\n \"value\": 1,\n \"valueTwo\": 0,\n \"op\": \"SCMP_CMP_EQ\"\n },\n {\n \"index\": 1,\n \"value\": 1,\n \"valueTwo\": 0,\n \"op\": \"SCMP_CMP_EQ\"\n }\n ],\n \"comment\": \"\",\n \"includes\": {},\n \"excludes\": {}\n},\n\nIf such a profile was used the arguments could be combined as an OR rule, not AND, as the user might expect from Seccomp.\n\n[1] https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html\n\n[2] https://github.com/moby/moby/issues/32714#issuecomment-295532163",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18367"
},
{
"category": "external",
"summary": "RHBZ#1706826",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1706826"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18367",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18367"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18367",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18367"
}
],
"release_date": "2019-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-12-17T02:18:46+00:00",
"details": "For OpenShift Container Platform 4.1 see the following documentation, which will be updated shortly for release 4.1.27, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.1/release_notes/ocp-4-1-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.1/updating/updating-cluster-cli.html.",
"product_ids": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libseccomp-golang: mishandling of multiple argument rules leading to a bypass of intended access restrictions"
},
{
"cve": "CVE-2019-11250",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2019-08-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1740434"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11250"
},
{
"category": "external",
"summary": "RHBZ#1740434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740434"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11250",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11250"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11250"
}
],
"release_date": "2019-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2019-12-17T02:18:46+00:00",
"details": "For OpenShift Container Platform 4.1 see the following documentation, which will be updated shortly for release 4.1.27, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.1/release_notes/ocp-4-1-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.1/updating/updating-cluster-cli.html.",
"product_ids": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2019:4087"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el7.src",
"7Server-RH7-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"7Server-RH7-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el7.x86_64",
"8Base-RHOSE-4.1:openshift-0:4.1.27-201912021146.git.0.a40116f.el8_0.src",
"8Base-RHOSE-4.1:openshift-clients-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-clients-redistributable-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64",
"8Base-RHOSE-4.1:openshift-hyperkube-0:4.1.27-201912021146.git.0.a40116f.el8_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: Bearer tokens written to logs at high verbosity levels (\u003e= 7)"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.