Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-1002102 (GCVE-0-2018-1002102)
Vulnerability from cvelistv5
Published
2019-12-05 16:05
Modified
2024-09-17 00:56
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-601 - URL Redirection to Untrusted Site ('Open Redirect')
Summary
Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Kubernetes | Kubernetes |
Version: v1.14 < v1.14.0 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T12:47:57.456Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"name": "FEDORA-2020-943f4b03d2",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Kubernetes",
"vendor": "Kubernetes",
"versions": [
{
"lessThan": "v1.14.0",
"status": "affected",
"version": "v1.14",
"versionType": "custom"
}
]
}
],
"datePublic": "2018-09-26T00:00:00",
"descriptions": [
{
"lang": "en",
"value": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-601",
"description": "CWE-601 URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-01-12T03:06:08",
"orgId": "a6081bf6-c852-4425-ad4f-a67919267565",
"shortName": "kubernetes"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"name": "FEDORA-2020-943f4b03d2",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
}
],
"source": {
"defect": [
"https://github.com/kubernetes/kubernetes/issues/85867"
],
"discovery": "USER"
},
"title": "Kubernetes API server follows unvalidated redirects from streaming Kubelet endpoints",
"workarounds": [
{
"lang": "en",
"value": "For Kubernetes versions \u003e= v1.10.0, the ValidateProxyRedirects feature can be manually enabled with the kube-apiserver flag --feature-gates=ValidateProxyRedirects=true"
}
],
"x_generator": {
"engine": "Vulnogram 0.0.9"
},
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@kubernetes.io",
"DATE_PUBLIC": "2018-09-26",
"ID": "CVE-2018-1002102",
"STATE": "PUBLIC",
"TITLE": "Kubernetes API server follows unvalidated redirects from streaming Kubelet endpoints"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Kubernetes",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "v1.14",
"version_value": "v1.14.0"
}
]
}
}
]
},
"vendor_name": "Kubernetes"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601 URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/kubernetes/kubernetes/issues/85867",
"refsource": "CONFIRM",
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"name": "FEDORA-2020-943f4b03d2",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
}
]
},
"source": {
"defect": [
"https://github.com/kubernetes/kubernetes/issues/85867"
],
"discovery": "USER"
},
"work_around": [
{
"lang": "en",
"value": "For Kubernetes versions \u003e= v1.10.0, the ValidateProxyRedirects feature can be manually enabled with the kube-apiserver flag --feature-gates=ValidateProxyRedirects=true"
}
]
}
}
},
"cveMetadata": {
"assignerOrgId": "a6081bf6-c852-4425-ad4f-a67919267565",
"assignerShortName": "kubernetes",
"cveId": "CVE-2018-1002102",
"datePublished": "2019-12-05T16:05:18.042235Z",
"dateReserved": "2018-12-05T00:00:00",
"dateUpdated": "2024-09-17T00:56:37.681Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2018-1002102\",\"sourceIdentifier\":\"jordan@liggitt.net\",\"published\":\"2019-12-05T16:15:10.427\",\"lastModified\":\"2024-11-21T03:40:38.570\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.\"},{\"lang\":\"es\",\"value\":\"Una comprobaci\u00f3n inapropiada de un redireccionamiento de URL en el servidor Kubernetes API en versiones anteriores a v1.14.0, permite que un Kubelet controlado por el atacante redireccione las peticiones del servidor API desde endpoints de transmisi\u00f3n hacia hosts arbitrarios. Los servidores API impactados seguir\u00e1n el redireccionamiento como una petici\u00f3n GET con credenciales de certificado del cliente para autenticarse en el Kubelet.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N\",\"baseScore\":2.6,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.0,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N\",\"baseScore\":2.6,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.0,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:H/Au:S/C:P/I:N/A:N\",\"baseScore\":2.1,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"HIGH\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.9,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.10.0\",\"versionEndIncluding\":\"1.13.13\",\"matchCriteriaId\":\"1774C3E1-5BE8-4DC0-8A61-39B183C36F96\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha0:*:*:*:*:*:*\",\"matchCriteriaId\":\"34A6AC2D-82C4-4E1F-8D9A-159E31A4F790\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"002991E8-6CC8-4F58-89B3-0B1AF2447DD5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"}]}]}],\"references\":[{\"url\":\"https://github.com/kubernetes/kubernetes/issues/85867\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Issue Tracking\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/\",\"source\":\"jordan@liggitt.net\"},{\"url\":\"https://github.com/kubernetes/kubernetes/issues/85867\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
gsd-2018-1002102
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2018-1002102",
"description": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.",
"id": "GSD-2018-1002102",
"references": [
"https://www.suse.com/security/cve/CVE-2018-1002102.html",
"https://access.redhat.com/errata/RHSA-2020:5363"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2018-1002102"
],
"details": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.",
"id": "GSD-2018-1002102",
"modified": "2023-12-13T01:22:37.810150Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@kubernetes.io",
"DATE_PUBLIC": "2018-09-26",
"ID": "CVE-2018-1002102",
"STATE": "PUBLIC",
"TITLE": "Kubernetes API server follows unvalidated redirects from streaming Kubelet endpoints"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Kubernetes",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "v1.14",
"version_value": "v1.14.0"
}
]
}
}
]
},
"vendor_name": "Kubernetes"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601 URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/kubernetes/kubernetes/issues/85867",
"refsource": "CONFIRM",
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"name": "FEDORA-2020-943f4b03d2",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
}
]
},
"source": {
"defect": [
"https://github.com/kubernetes/kubernetes/issues/85867"
],
"discovery": "USER"
},
"work_around": [
{
"lang": "eng",
"value": "For Kubernetes versions \u003e= v1.10.0, the ValidateProxyRedirects feature can be manually enabled with the kube-apiserver flag --feature-gates=ValidateProxyRedirects=true"
}
]
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003e=v1.10.1 \u003cv1.14.0",
"affected_versions": "All versions starting from 1.10.1 up 1.14.0",
"cvss_v2": "AV:N/AC:H/Au:S/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-601",
"CWE-937"
],
"date": "2020-01-16",
"description": "Improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.",
"fixed_versions": [
"v1.14.0"
],
"identifier": "CVE-2018-1002102",
"identifiers": [
"CVE-2018-1002102"
],
"not_impacted": "All versions before 1.10.1, all versions after 1.14.0.",
"package_slug": "go/github.com/kubernetes/kubernetes",
"pubdate": "2019-12-05",
"solution": "Upgrade to versions 1.14.0 or above.",
"title": "URL Redirection to Untrusted Site (Open Redirect)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2018-1002102",
"https://github.com/kubernetes/kubernetes/issues/85867"
],
"uuid": "43813e6a-dd88-42c9-a70f-78b3557bf142"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "1.13.13",
"versionStartIncluding": "1.10.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha0:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha1:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@kubernetes.io",
"ID": "CVE-2018-1002102"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-601"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/kubernetes/kubernetes/issues/85867",
"refsource": "CONFIRM",
"tags": [
"Issue Tracking",
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"name": "FEDORA-2020-943f4b03d2",
"refsource": "FEDORA",
"tags": [
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "NONE",
"baseScore": 2.1,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:H/Au:S/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "LOW",
"userInteractionRequired": true
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 1.4
}
},
"lastModifiedDate": "2020-01-16T17:16Z",
"publishedDate": "2019-12-05T16:15Z"
}
}
}
rhsa-2020_5363
Vulnerability from csaf_redhat
Published
2020-12-16 12:36
Modified
2025-01-05 19:12
Summary
Red Hat Security Advisory: OpenShift Container Platform 3.11.346 security and bug fix update
Notes
Topic
Red Hat OpenShift Container Platform release 3.11.346 is now available with
updates to packages and images that fix several bugs.
This release includes a security update for Kubernetes for Red Hat
OpenShift Container Platform 3.11.
Red 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.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
Security Fix(es):
* kubernetes: compromised node could escalate to cluster level privileges (CVE-2020-8559)
* kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints (CVE-2018-1002102)
For 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.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 3.11.346. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHBA-2020:5362
All OpenShift Container Platform 3.11 users are advised to upgrade to these
updated packages and images.
Terms of Use
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.
{
"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": "Red Hat OpenShift Container Platform release 3.11.346 is now available with\nupdates to packages and images that fix several bugs.\n\nThis release includes a security update for Kubernetes for Red Hat\nOpenShift 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\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nSecurity Fix(es):\n\n* kubernetes: compromised node could escalate to cluster level privileges (CVE-2020-8559)\n\n* kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints (CVE-2018-1002102)\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.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 3.11.346. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2020:5362\n\nAll OpenShift Container Platform 3.11 users are advised to upgrade to these\nupdated packages and images.",
"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-2020:5363",
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1784602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784602"
},
{
"category": "external",
"summary": "1851422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851422"
},
{
"category": "external",
"summary": "1860906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1860906"
},
{
"category": "external",
"summary": "1880784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1880784"
},
{
"category": "external",
"summary": "1895445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1895445"
},
{
"category": "external",
"summary": "1896696",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1896696"
},
{
"category": "external",
"summary": "1898906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1898906"
},
{
"category": "external",
"summary": "1899609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899609"
},
{
"category": "external",
"summary": "1903524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903524"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5363.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 3.11.346 security and bug fix update",
"tracking": {
"current_release_date": "2025-01-05T19:12:45+00:00",
"generator": {
"date": "2025-01-05T19:12:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2020:5363",
"initial_release_date": "2020-12-16T12:36:42+00:00",
"revision_history": [
{
"date": "2020-12-16T12:36:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-02-04T09:02:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-05T19:12:45+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-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product_id": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.346-1.git.481.1a70926.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product": {
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product_id": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product": {
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product_id": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-node_exporter@3.11.346-1.git.1062.c498733.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product": {
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product_id": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product": {
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product_id": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@3.11.346-1.git.1478.b99caab.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product_id": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@3.11.346-1.git.0.f65cc70.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.346-1.git.1675.f80310c.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product_id": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.346-1.git.481.1a70926.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product_id": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product_id": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.346-1.git.1062.c498733.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product_id": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients-redistributable@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.346-1.git.1675.f80310c.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product_id": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product_id": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.346-1.git.1062.c498733.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product_id": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-kuryr-kubernetes@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product": {
"name": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_id": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-docker-excluder@3.11.346-1.git.0.ea10721.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product": {
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_id": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-excluder@3.11.346-1.git.0.ea10721.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-docs@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-playbooks@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-roles@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le"
},
"product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64"
},
"product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.src"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.noarch"
},
"product_reference": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src"
},
"product_reference": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64"
},
"product_reference": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.noarch"
},
"product_reference": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src"
},
"product_reference": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src"
},
"product_reference": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src"
},
"product_reference": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src"
},
"product_reference": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src"
},
"product_reference": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le"
},
"product_reference": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64"
},
"product_reference": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le"
},
"product_reference": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64"
},
"product_reference": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le"
},
"product_reference": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64"
},
"product_reference": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-1002102",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2019-12-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1784602"
}
],
"notes": [
{
"category": "description",
"text": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform 4 is not affected by this flaw as it has included the upstream patch since version 4.1.0.",
"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-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"known_not_affected": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1002102"
},
{
"category": "external",
"summary": "RHBZ#1784602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784602"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1002102",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1002102"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102"
}
],
"release_date": "2019-12-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-16T12:36:42+00:00",
"details": "See the following documentation, which will be updated shortly for release\n3.11.346, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints"
},
{
"acknowledgments": [
{
"names": [
"the Kubernetes Product Security Committee"
]
},
{
"names": [
"Wouter ter Maat"
],
"organization": "Offensi",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2020-8559",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2020-06-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1851422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Kubernetes API server, where it allows an attacker to escalate their privileges from a compromised node. This flaw allows an attacker who can intercept requests on a compromised node, to redirect those requests, along with their credentials, to perform actions on other endpoints that trust those credentials (including other clusters), allowing for escalation of privileges. The highest threat from this vulnerability is to confidentiality, integrity, and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: compromised node could escalate to cluster level privileges",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Kubernetes is embedded in the version of heketi shipped with Red Hat Gluster Storage 3. However, it does not use Kubernetes API server part and only uses client side bits. Hence, this flaw does not affect heketi.",
"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-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"known_not_affected": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-8559"
},
{
"category": "external",
"summary": "RHBZ#1851422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-8559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8559"
},
{
"category": "external",
"summary": "https://groups.google.com/g/kubernetes-security-announce/c/JAIGG5yNROs",
"url": "https://groups.google.com/g/kubernetes-security-announce/c/JAIGG5yNROs"
}
],
"release_date": "2020-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-16T12:36:42+00:00",
"details": "See the following documentation, which will be updated shortly for release\n3.11.346, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
},
{
"category": "workaround",
"details": "No mitigation is known.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: compromised node could escalate to cluster level privileges"
}
]
}
rhsa-2020:5363
Vulnerability from csaf_redhat
Published
2020-12-16 12:36
Modified
2025-10-09 18:26
Summary
Red Hat Security Advisory: OpenShift Container Platform 3.11.346 security and bug fix update
Notes
Topic
Red Hat OpenShift Container Platform release 3.11.346 is now available with
updates to packages and images that fix several bugs.
This release includes a security update for Kubernetes for Red Hat
OpenShift Container Platform 3.11.
Red 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.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
Security Fix(es):
* kubernetes: compromised node could escalate to cluster level privileges (CVE-2020-8559)
* kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints (CVE-2018-1002102)
For 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.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 3.11.346. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHBA-2020:5362
All OpenShift Container Platform 3.11 users are advised to upgrade to these
updated packages and images.
Terms of Use
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.
{
"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": "Red Hat OpenShift Container Platform release 3.11.346 is now available with\nupdates to packages and images that fix several bugs.\n\nThis release includes a security update for Kubernetes for Red Hat\nOpenShift 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\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nSecurity Fix(es):\n\n* kubernetes: compromised node could escalate to cluster level privileges (CVE-2020-8559)\n\n* kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints (CVE-2018-1002102)\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.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 3.11.346. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2020:5362\n\nAll OpenShift Container Platform 3.11 users are advised to upgrade to these\nupdated packages and images.",
"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-2020:5363",
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1784602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784602"
},
{
"category": "external",
"summary": "1851422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851422"
},
{
"category": "external",
"summary": "1860906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1860906"
},
{
"category": "external",
"summary": "1880784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1880784"
},
{
"category": "external",
"summary": "1895445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1895445"
},
{
"category": "external",
"summary": "1896696",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1896696"
},
{
"category": "external",
"summary": "1898906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1898906"
},
{
"category": "external",
"summary": "1899609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899609"
},
{
"category": "external",
"summary": "1903524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903524"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5363.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 3.11.346 security and bug fix update",
"tracking": {
"current_release_date": "2025-10-09T18:26:59+00:00",
"generator": {
"date": "2025-10-09T18:26:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2020:5363",
"initial_release_date": "2020-12-16T12:36:42+00:00",
"revision_history": [
{
"date": "2020-12-16T12:36:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-02-04T09:02:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T18:26:59+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-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product_id": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.346-1.git.481.1a70926.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product": {
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product_id": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product": {
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product_id": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-node_exporter@3.11.346-1.git.1062.c498733.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product": {
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product_id": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product": {
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product_id": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@3.11.346-1.git.1478.b99caab.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product_id": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@3.11.346-1.git.0.f65cc70.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.346-1.git.1675.f80310c.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product_id": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.346-1.git.481.1a70926.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product_id": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product_id": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.346-1.git.1062.c498733.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product_id": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients-redistributable@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.346-1.git.1675.f80310c.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product_id": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product_id": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.346-1.git.1062.c498733.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product_id": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-kuryr-kubernetes@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product": {
"name": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_id": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-docker-excluder@3.11.346-1.git.0.ea10721.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product": {
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_id": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-excluder@3.11.346-1.git.0.ea10721.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-docs@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-playbooks@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-roles@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le"
},
"product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64"
},
"product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.src"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.noarch"
},
"product_reference": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src"
},
"product_reference": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64"
},
"product_reference": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.noarch"
},
"product_reference": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src"
},
"product_reference": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src"
},
"product_reference": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src"
},
"product_reference": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src"
},
"product_reference": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src"
},
"product_reference": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le"
},
"product_reference": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64"
},
"product_reference": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le"
},
"product_reference": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64"
},
"product_reference": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le"
},
"product_reference": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64"
},
"product_reference": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-1002102",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2019-12-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1784602"
}
],
"notes": [
{
"category": "description",
"text": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform 4 is not affected by this flaw as it has included the upstream patch since version 4.1.0.",
"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-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"known_not_affected": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1002102"
},
{
"category": "external",
"summary": "RHBZ#1784602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784602"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1002102",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1002102"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102"
}
],
"release_date": "2019-12-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-16T12:36:42+00:00",
"details": "See the following documentation, which will be updated shortly for release\n3.11.346, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints"
},
{
"acknowledgments": [
{
"names": [
"the Kubernetes Product Security Committee"
]
},
{
"names": [
"Wouter ter Maat"
],
"organization": "Offensi",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2020-8559",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2020-06-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1851422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Kubernetes API server, where it allows an attacker to escalate their privileges from a compromised node. This flaw allows an attacker who can intercept requests on a compromised node, to redirect those requests, along with their credentials, to perform actions on other endpoints that trust those credentials (including other clusters), allowing for escalation of privileges. The highest threat from this vulnerability is to confidentiality, integrity, and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: compromised node could escalate to cluster level privileges",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Kubernetes is embedded in the version of heketi shipped with Red Hat Gluster Storage 3. However, it does not use Kubernetes API server part and only uses client side bits. Hence, this flaw does not affect heketi.",
"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-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"known_not_affected": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-8559"
},
{
"category": "external",
"summary": "RHBZ#1851422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-8559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8559"
},
{
"category": "external",
"summary": "https://groups.google.com/g/kubernetes-security-announce/c/JAIGG5yNROs",
"url": "https://groups.google.com/g/kubernetes-security-announce/c/JAIGG5yNROs"
}
],
"release_date": "2020-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-16T12:36:42+00:00",
"details": "See the following documentation, which will be updated shortly for release\n3.11.346, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
},
{
"category": "workaround",
"details": "No mitigation is known.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: compromised node could escalate to cluster level privileges"
}
]
}
RHSA-2020:5363
Vulnerability from csaf_redhat
Published
2020-12-16 12:36
Modified
2025-10-09 18:26
Summary
Red Hat Security Advisory: OpenShift Container Platform 3.11.346 security and bug fix update
Notes
Topic
Red Hat OpenShift Container Platform release 3.11.346 is now available with
updates to packages and images that fix several bugs.
This release includes a security update for Kubernetes for Red Hat
OpenShift Container Platform 3.11.
Red 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.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
Security Fix(es):
* kubernetes: compromised node could escalate to cluster level privileges (CVE-2020-8559)
* kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints (CVE-2018-1002102)
For 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.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 3.11.346. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHBA-2020:5362
All OpenShift Container Platform 3.11 users are advised to upgrade to these
updated packages and images.
Terms of Use
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.
{
"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": "Red Hat OpenShift Container Platform release 3.11.346 is now available with\nupdates to packages and images that fix several bugs.\n\nThis release includes a security update for Kubernetes for Red Hat\nOpenShift 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\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nSecurity Fix(es):\n\n* kubernetes: compromised node could escalate to cluster level privileges (CVE-2020-8559)\n\n* kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints (CVE-2018-1002102)\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.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 3.11.346. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2020:5362\n\nAll OpenShift Container Platform 3.11 users are advised to upgrade to these\nupdated packages and images.",
"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-2020:5363",
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1784602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784602"
},
{
"category": "external",
"summary": "1851422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851422"
},
{
"category": "external",
"summary": "1860906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1860906"
},
{
"category": "external",
"summary": "1880784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1880784"
},
{
"category": "external",
"summary": "1895445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1895445"
},
{
"category": "external",
"summary": "1896696",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1896696"
},
{
"category": "external",
"summary": "1898906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1898906"
},
{
"category": "external",
"summary": "1899609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899609"
},
{
"category": "external",
"summary": "1903524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903524"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5363.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 3.11.346 security and bug fix update",
"tracking": {
"current_release_date": "2025-10-09T18:26:59+00:00",
"generator": {
"date": "2025-10-09T18:26:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2020:5363",
"initial_release_date": "2020-12-16T12:36:42+00:00",
"revision_history": [
{
"date": "2020-12-16T12:36:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-02-04T09:02:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T18:26:59+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-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product_id": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.346-1.git.481.1a70926.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product": {
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product_id": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product": {
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product_id": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-node_exporter@3.11.346-1.git.1062.c498733.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product": {
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product_id": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product": {
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product_id": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@3.11.346-1.git.1478.b99caab.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product_id": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@3.11.346-1.git.0.f65cc70.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.346-1.git.1675.f80310c.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product_id": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.346-1.git.481.1a70926.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product_id": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product_id": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.346-1.git.1062.c498733.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product_id": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients-redistributable@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product": {
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_id": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.346-1.git.0.ea10721.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product_id": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.346-1.git.0.d16fdd8.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product_id": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.346-1.git.619.3bb8f35.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_id": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.346-1.git.1675.f80310c.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.346-1.git.1675.f80310c.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product_id": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.346-1.git.15.35bbcf7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product_id": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.346-1.git.53.f310e77.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product_id": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.346-1.git.299.eda6813.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product_id": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.346-1.git.379.a389b99.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product_id": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.346-1.git.218.08313c9.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product_id": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus@3.11.346-1.git.5026.2eafa83.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product_id": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.346-1.git.263.335bb76.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product_id": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.346-1.git.439.d3d1b1e.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product_id": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.346-1.git.1062.c498733.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product_id": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.346-1.git.0.c2f0036.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product": {
"name": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_id": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.346-1.git.0.ea10721.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product": {
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_id": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-kuryr-kubernetes@3.11.346-1.git.1478.b99caab.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product": {
"name": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_id": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-docker-excluder@3.11.346-1.git.0.ea10721.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product": {
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_id": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-excluder@3.11.346-1.git.0.ea10721.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-docs@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-playbooks@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-roles@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product": {
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_id": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@3.11.346-1.git.0.f65cc70.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64"
},
"product_reference": "atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le"
},
"product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64"
},
"product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.src"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64"
},
"product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64"
},
"product_reference": "atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.noarch"
},
"product_reference": "atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src"
},
"product_reference": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64"
},
"product_reference": "atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.noarch"
},
"product_reference": "atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64"
},
"product_reference": "atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64"
},
"product_reference": "atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.ppc64le"
},
"product_reference": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.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.346-1.git.0.ea10721.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.346-1.git.0.ea10721.el7.x86_64"
},
"product_reference": "atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64"
},
"product_reference": "atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64"
},
"product_reference": "golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src"
},
"product_reference": "golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src"
},
"product_reference": "golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src"
},
"product_reference": "golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src"
},
"product_reference": "openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch"
},
"product_reference": "openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64"
},
"product_reference": "openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64"
},
"product_reference": "openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src"
},
"product_reference": "openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le"
},
"product_reference": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64"
},
"product_reference": "prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le"
},
"product_reference": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64"
},
"product_reference": "prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le"
},
"product_reference": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64"
},
"product_reference": "prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11",
"product_id": "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
},
"product_reference": "python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"relates_to_product_reference": "7Server-RH7-RHOSE-3.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-1002102",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2019-12-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1784602"
}
],
"notes": [
{
"category": "description",
"text": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform 4 is not affected by this flaw as it has included the upstream patch since version 4.1.0.",
"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-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"known_not_affected": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1002102"
},
{
"category": "external",
"summary": "RHBZ#1784602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784602"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1002102",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1002102"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102"
}
],
"release_date": "2019-12-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-16T12:36:42+00:00",
"details": "See the following documentation, which will be updated shortly for release\n3.11.346, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kubernetes: improper validation of URL redirection in the Kubernetes API server allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints"
},
{
"acknowledgments": [
{
"names": [
"the Kubernetes Product Security Committee"
]
},
{
"names": [
"Wouter ter Maat"
],
"organization": "Offensi",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2020-8559",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2020-06-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1851422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Kubernetes API server, where it allows an attacker to escalate their privileges from a compromised node. This flaw allows an attacker who can intercept requests on a compromised node, to redirect those requests, along with their credentials, to perform actions on other endpoints that trust those credentials (including other clusters), allowing for escalation of privileges. The highest threat from this vulnerability is to confidentiality, integrity, and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: compromised node could escalate to cluster level privileges",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Kubernetes is embedded in the version of heketi shipped with Red Hat Gluster Storage 3. However, it does not use Kubernetes API server part and only uses client side bits. Hence, this flaw does not affect heketi.",
"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-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"known_not_affected": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-8559"
},
{
"category": "external",
"summary": "RHBZ#1851422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-8559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8559"
},
{
"category": "external",
"summary": "https://groups.google.com/g/kubernetes-security-announce/c/JAIGG5yNROs",
"url": "https://groups.google.com/g/kubernetes-security-announce/c/JAIGG5yNROs"
}
],
"release_date": "2020-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-16T12:36:42+00:00",
"details": "See the following documentation, which will be updated shortly for release\n3.11.346, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5363"
},
{
"category": "workaround",
"details": "No mitigation is known.",
"product_ids": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.346-1.git.1675.f80310c.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.346-1.git.0.d16fdd8.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.346-1.git.299.eda6813.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.346-1.git.481.1a70926.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.346-1.git.0.ea10721.el7.noarch",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.346-1.git.53.f310e77.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.346-1.git.263.335bb76.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.346-1.git.15.35bbcf7.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.346-1.git.0.ea10721.el7.x86_64",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.src",
"7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.346-1.git.619.3bb8f35.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.346-1.git.439.d3d1b1e.el7.x86_64",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.346-1.git.1062.c498733.el7.src",
"7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.346-1.git.5026.2eafa83.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.346-1.git.0.f65cc70.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.346-1.git.0.f65cc70.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.346-1.git.218.08313c9.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.346-1.git.379.a389b99.el7.x86_64",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.346-1.git.1478.b99caab.el7.src",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.346-1.git.1478.b99caab.el7.noarch",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-0:3.11.346-1.git.5026.2eafa83.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.346-1.git.0.c2f0036.el7.x86_64",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.ppc64le",
"7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.346-1.git.1062.c498733.el7.x86_64",
"7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.346-1.git.1478.b99caab.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: compromised node could escalate to cluster level privileges"
}
]
}
fkie_cve-2018-1002102
Vulnerability from fkie_nvd
Published
2019-12-05 16:15
Modified
2024-11-21 03:40
Severity ?
2.6 (Low) - CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N
2.6 (Low) - CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N
2.6 (Low) - CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N
Summary
Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.
References
| URL | Tags | ||
|---|---|---|---|
| jordan@liggitt.net | https://github.com/kubernetes/kubernetes/issues/85867 | Issue Tracking, Mitigation, Third Party Advisory | |
| jordan@liggitt.net | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/kubernetes/kubernetes/issues/85867 | Issue Tracking, Mitigation, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/ |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| kubernetes | kubernetes | * | |
| kubernetes | kubernetes | 1.14.0 | |
| kubernetes | kubernetes | 1.14.0 | |
| fedoraproject | fedora | 31 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1774C3E1-5BE8-4DC0-8A61-39B183C36F96",
"versionEndIncluding": "1.13.13",
"versionStartIncluding": "1.10.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha0:*:*:*:*:*:*",
"matchCriteriaId": "34A6AC2D-82C4-4E1F-8D9A-159E31A4F790",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha1:*:*:*:*:*:*",
"matchCriteriaId": "002991E8-6CC8-4F58-89B3-0B1AF2447DD5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*",
"matchCriteriaId": "80F0FA5D-8D3B-4C0E-81E2-87998286AF33",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet."
},
{
"lang": "es",
"value": "Una comprobaci\u00f3n inapropiada de un redireccionamiento de URL en el servidor Kubernetes API en versiones anteriores a v1.14.0, permite que un Kubelet controlado por el atacante redireccione las peticiones del servidor API desde endpoints de transmisi\u00f3n hacia hosts arbitrarios. Los servidores API impactados seguir\u00e1n el redireccionamiento como una petici\u00f3n GET con credenciales de certificado del cliente para autenticarse en el Kubelet."
}
],
"id": "CVE-2018-1002102",
"lastModified": "2024-11-21T03:40:38.570",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "LOW",
"cvssData": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "NONE",
"baseScore": 2.1,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:H/Au:S/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": true
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 1.4,
"source": "jordan@liggitt.net",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 1.4,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2019-12-05T16:15:10.427",
"references": [
{
"source": "jordan@liggitt.net",
"tags": [
"Issue Tracking",
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"source": "jordan@liggitt.net",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking",
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/"
}
],
"sourceIdentifier": "jordan@liggitt.net",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-601"
}
],
"source": "jordan@liggitt.net",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-601"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
cnvd-2020-02991
Vulnerability from cnvd
Title
Google Kubernetes API重定向漏洞
Description
Google Kubernetes是一套开源的Docker容器集群管理系统。
Google Kubernetes API存在重定向漏洞,远程攻击者可以利用漏洞提交特殊的请求,将API服务器请求重定向到任意主机。
Severity
低
VLAI Severity ?
Patch Name
Google Kubernetes API重定向漏洞的补丁
Patch Description
Google Kubernetes是一套开源的Docker容器集群管理系统。
Google Kubernetes API存在重定向漏洞,远程攻击者可以利用漏洞提交特殊的请求,将API服务器请求重定向到任意主机。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description
厂商已发布相关漏洞补丁链接,请及时更新: https://github.com/kubernetes/kubernetes/issues/85867
Reference
https://github.com/kubernetes/kubernetes/issues/85867
Impacted products
| Name | Google Kubernetes <1.14.0 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2018-1002102",
"cveUrl": "https://nvd.nist.gov/vuln/detail/CVE-2018-1002102"
}
},
"description": "Google Kubernetes\u662f\u4e00\u5957\u5f00\u6e90\u7684Docker\u5bb9\u5668\u96c6\u7fa4\u7ba1\u7406\u7cfb\u7edf\u3002\n\nGoogle Kubernetes API\u5b58\u5728\u91cd\u5b9a\u5411\u6f0f\u6d1e\uff0c\u8fdc\u7a0b\u653b\u51fb\u8005\u53ef\u4ee5\u5229\u7528\u6f0f\u6d1e\u63d0\u4ea4\u7279\u6b8a\u7684\u8bf7\u6c42\uff0c\u5c06API\u670d\u52a1\u5668\u8bf7\u6c42\u91cd\u5b9a\u5411\u5230\u4efb\u610f\u4e3b\u673a\u3002",
"formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u76f8\u5173\u6f0f\u6d1e\u8865\u4e01\u94fe\u63a5\uff0c\u8bf7\u53ca\u65f6\u66f4\u65b0\uff1a\r\nhttps://github.com/kubernetes/kubernetes/issues/85867",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2020-02991",
"openTime": "2020-01-21",
"patchDescription": "Google Kubernetes\u662f\u4e00\u5957\u5f00\u6e90\u7684Docker\u5bb9\u5668\u96c6\u7fa4\u7ba1\u7406\u7cfb\u7edf\u3002\r\n\r\nGoogle Kubernetes API\u5b58\u5728\u91cd\u5b9a\u5411\u6f0f\u6d1e\uff0c\u8fdc\u7a0b\u653b\u51fb\u8005\u53ef\u4ee5\u5229\u7528\u6f0f\u6d1e\u63d0\u4ea4\u7279\u6b8a\u7684\u8bf7\u6c42\uff0c\u5c06API\u670d\u52a1\u5668\u8bf7\u6c42\u91cd\u5b9a\u5411\u5230\u4efb\u610f\u4e3b\u673a\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Google Kubernetes API\u91cd\u5b9a\u5411\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Google Kubernetes \u003c1.14.0"
},
"referenceLink": "https://github.com/kubernetes/kubernetes/issues/85867",
"serverity": "\u4f4e",
"submitTime": "2019-12-09",
"title": "Google Kubernetes API\u91cd\u5b9a\u5411\u6f0f\u6d1e"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…