Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2021-21284
Vulnerability from cvelistv5
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T18:09:15.042Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://docs.docker.com/engine/release-notes/#20103", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { name: "DSA-4865", tags: [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred", ], url: "https://www.debian.org/security/2021/dsa-4865", }, { name: "GLSA-202107-23", tags: [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred", ], url: "https://security.gentoo.org/glsa/202107-23", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "moby", vendor: "moby", versions: [ { status: "affected", version: "< 19.03.15", }, { status: "affected", version: ">= 20.0.0, < 20.10.3", }, ], }, ], descriptions: [ { lang: "en", value: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", }, ], metrics: [ { cvssV3_1: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-22", description: "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2021-07-10T04:06:25", orgId: "a0819718-46f1-4df5-94e2-005712e83aaa", shortName: "GitHub_M", }, references: [ { tags: [ "x_refsource_MISC", ], url: "https://docs.docker.com/engine/release-notes/#20103", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { tags: [ "x_refsource_CONFIRM", ], url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { tags: [ "x_refsource_CONFIRM", ], url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { name: "DSA-4865", tags: [ "vendor-advisory", "x_refsource_DEBIAN", ], url: "https://www.debian.org/security/2021/dsa-4865", }, { name: "GLSA-202107-23", tags: [ "vendor-advisory", "x_refsource_GENTOO", ], url: "https://security.gentoo.org/glsa/202107-23", }, ], source: { advisory: "GHSA-7452-xqpj-6rpc", discovery: "UNKNOWN", }, title: "privilege escalation in Moby", x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-21284", STATE: "PUBLIC", TITLE: "privilege escalation in Moby", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "moby", version: { version_data: [ { version_value: "< 19.03.15", }, { version_value: ">= 20.0.0, < 20.10.3", }, ], }, }, ], }, vendor_name: "moby", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, ], }, ], }, references: { reference_data: [ { name: "https://docs.docker.com/engine/release-notes/#20103", refsource: "MISC", url: "https://docs.docker.com/engine/release-notes/#20103", }, { name: "https://github.com/moby/moby/releases/tag/v20.10.3", refsource: "MISC", url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { name: "https://github.com/moby/moby/releases/tag/v19.03.15", refsource: "MISC", url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { name: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", refsource: "CONFIRM", url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { name: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", refsource: "MISC", url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { name: "https://security.netapp.com/advisory/ntap-20210226-0005/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { name: "DSA-4865", refsource: "DEBIAN", url: "https://www.debian.org/security/2021/dsa-4865", }, { name: "GLSA-202107-23", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202107-23", }, ], }, source: { advisory: "GHSA-7452-xqpj-6rpc", discovery: "UNKNOWN", }, }, }, }, cveMetadata: { assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa", assignerShortName: "GitHub_M", cveId: "CVE-2021-21284", datePublished: "2021-02-02T17:55:22", dateReserved: "2020-12-22T00:00:00", dateUpdated: "2024-08-03T18:09:15.042Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { fkie_nvd: { configurations: "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"19.03.15\", \"matchCriteriaId\": \"C6B22016-AB78-4E82-9F65-AEC2526F3EDF\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"20.0.0\", \"versionEndExcluding\": \"20.10.3\", \"matchCriteriaId\": \"B4427D14-D219-490B-8467-40FE253775A1\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"11.0.0\", \"versionEndIncluding\": \"11.60.3\", \"matchCriteriaId\": \"BD1E9594-C46F-40D1-8BC2-6B16635B55C4\"}]}]}]", descriptions: "[{\"lang\": \"en\", \"value\": \"In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \\\"--userns-remap\\\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \\\"/var/lib/docker/<remapping>\\\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.\"}, {\"lang\": \"es\", \"value\": \"En Docker versiones anteriores a 9.03.15, 20.10.3, se presenta una vulnerabilidad que involucra la opci\\u00f3n --userns-remap en la que un acceso a una root reasignada permite una escalada de privilegios a la root actual. Cuando se usa \\\"--userns-remap\\\", si el usuario root en el espacio de nombres reasignado tiene acceso al sistema de archivos del host, puede modificar archivos en \\\"/var/lib/docker/(remapping)\\\" que causa la escritura de archivos con privilegios extendidos. Las versiones 20.10.3 y 19.03.15 contienen parches que evitan una escalada de privilegios del usuario reasignado\"}]", id: "CVE-2021-21284", lastModified: "2024-11-21T05:47:55.867", metrics: "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N\", \"baseScore\": 6.8, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"ADJACENT_NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.3, \"impactScore\": 4.0}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N\", \"baseScore\": 6.8, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"ADJACENT_NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.3, \"impactScore\": 4.0}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:A/AC:L/Au:S/C:N/I:P/A:N\", \"baseScore\": 2.7, \"accessVector\": \"ADJACENT_NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"SINGLE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"LOW\", \"exploitabilityScore\": 5.1, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}", published: "2021-02-02T18:15:11.827", references: "[{\"url\": \"https://docs.docker.com/engine/release-notes/#20103\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\", \"Vendor Advisory\"]}, {\"url\": \"https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moby/moby/releases/tag/v19.03.15\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moby/moby/releases/tag/v20.10.3\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202107-23\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210226-0005/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-4865\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://docs.docker.com/engine/release-notes/#20103\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\", \"Vendor Advisory\"]}, {\"url\": \"https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moby/moby/releases/tag/v19.03.15\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moby/moby/releases/tag/v20.10.3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202107-23\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210226-0005/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-4865\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]", sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-22\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-22\"}]}]", }, nvd: "{\"cve\":{\"id\":\"CVE-2021-21284\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-02-02T18:15:11.827\",\"lastModified\":\"2024-11-21T05:47:55.867\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \\\"--userns-remap\\\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \\\"/var/lib/docker/<remapping>\\\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.\"},{\"lang\":\"es\",\"value\":\"En Docker versiones anteriores a 9.03.15, 20.10.3, se presenta una vulnerabilidad que involucra la opción --userns-remap en la que un acceso a una root reasignada permite una escalada de privilegios a la root actual. Cuando se usa \\\"--userns-remap\\\", si el usuario root en el espacio de nombres reasignado tiene acceso al sistema de archivos del host, puede modificar archivos en \\\"/var/lib/docker/(remapping)\\\" que causa la escritura de archivos con privilegios extendidos. Las versiones 20.10.3 y 19.03.15 contienen parches que evitan una escalada de privilegios del usuario reasignado\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N\",\"baseScore\":6.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.3,\"impactScore\":4.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N\",\"baseScore\":6.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.3,\"impactScore\":4.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:A/AC:L/Au:S/C:N/I:P/A:N\",\"baseScore\":2.7,\"accessVector\":\"ADJACENT_NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":5.1,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"19.03.15\",\"matchCriteriaId\":\"C6B22016-AB78-4E82-9F65-AEC2526F3EDF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"20.0.0\",\"versionEndExcluding\":\"20.10.3\",\"matchCriteriaId\":\"B4427D14-D219-490B-8467-40FE253775A1\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"11.0.0\",\"versionEndIncluding\":\"11.60.3\",\"matchCriteriaId\":\"BD1E9594-C46F-40D1-8BC2-6B16635B55C4\"}]}]}],\"references\":[{\"url\":\"https://docs.docker.com/engine/release-notes/#20103\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moby/moby/releases/tag/v19.03.15\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moby/moby/releases/tag/v20.10.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202107-23\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210226-0005/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4865\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://docs.docker.com/engine/release-notes/#20103\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moby/moby/releases/tag/v19.03.15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moby/moby/releases/tag/v20.10.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202107-23\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210226-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4865\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}", }, }
gsd-2021-21284
Vulnerability from gsd
{ GSD: { alias: "CVE-2021-21284", description: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", id: "GSD-2021-21284", references: [ "https://www.suse.com/security/cve/CVE-2021-21284.html", "https://www.debian.org/security/2021/dsa-4865", "https://security.archlinux.org/CVE-2021-21284", "https://alas.aws.amazon.com/cve/html/CVE-2021-21284.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2021-21284", ], details: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", id: "GSD-2021-21284", modified: "2023-12-13T01:23:10.576438Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-21284", STATE: "PUBLIC", TITLE: "privilege escalation in Moby", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "moby", version: { version_data: [ { version_value: "< 19.03.15", }, { version_value: ">= 20.0.0, < 20.10.3", }, ], }, }, ], }, vendor_name: "moby", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, ], }, ], }, references: { reference_data: [ { name: "https://docs.docker.com/engine/release-notes/#20103", refsource: "MISC", url: "https://docs.docker.com/engine/release-notes/#20103", }, { name: "https://github.com/moby/moby/releases/tag/v20.10.3", refsource: "MISC", url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { name: "https://github.com/moby/moby/releases/tag/v19.03.15", refsource: "MISC", url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { name: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", refsource: "CONFIRM", url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { name: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", refsource: "MISC", url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { name: "https://security.netapp.com/advisory/ntap-20210226-0005/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { name: "DSA-4865", refsource: "DEBIAN", url: "https://www.debian.org/security/2021/dsa-4865", }, { name: "GLSA-202107-23", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202107-23", }, ], }, source: { advisory: "GHSA-7452-xqpj-6rpc", discovery: "UNKNOWN", }, }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "20.10.3", versionStartIncluding: "20.0.0", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "19.03.15", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*", cpe_name: [], versionEndIncluding: "11.60.3", versionStartIncluding: "11.0.0", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-21284", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-22", }, { lang: "en", value: "CWE-22", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { name: "https://docs.docker.com/engine/release-notes/#20103", refsource: "MISC", tags: [ "Release Notes", "Vendor Advisory", ], url: "https://docs.docker.com/engine/release-notes/#20103", }, { name: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { name: "https://github.com/moby/moby/releases/tag/v19.03.15", refsource: "MISC", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { name: "https://github.com/moby/moby/releases/tag/v20.10.3", refsource: "MISC", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { name: "https://security.netapp.com/advisory/ntap-20210226-0005/", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { name: "DSA-4865", refsource: "DEBIAN", tags: [ "Third Party Advisory", ], url: "https://www.debian.org/security/2021/dsa-4865", }, { name: "GLSA-202107-23", refsource: "GENTOO", tags: [ "Patch", "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202107-23", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "LOW", accessVector: "ADJACENT_NETWORK", authentication: "SINGLE", availabilityImpact: "NONE", baseScore: 2.7, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:A/AC:L/Au:S/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 5.1, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "LOW", userInteractionRequired: false, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, exploitabilityScore: 2.3, impactScore: 4, }, }, lastModifiedDate: "2022-04-29T19:22Z", publishedDate: "2021-02-02T18:15Z", }, }, }
opensuse-su-2021:1954-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, runc", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, runc fixes the following issues:\n\nDocker was updated to 20.10.6-ce (bsc#1184768, bsc#1182947, bsc#1181594)\n\n* Switch version to use -ce suffix rather than _ce to avoid confusing other\n tools (bsc#1182476).\n* CVE-2021-21284: Fixed a potential privilege escalation when the root user in \n the remapped namespace has access to the host filesystem (bsc#1181732)\n* CVE-2021-21285: Fixed an issue where pulling a malformed Docker image manifest \n crashes the dockerd daemon (bsc#1181730). \n* btrfs quotas being removed by Docker regularly (bsc#1183855, bsc#1175081)\n\nrunc was updated to v1.0.0~rc93 (bsc#1182451, bsc#1175821 bsc#1184962).\n\n* Use the upstream runc package (bsc#1181641, bsc#1181677, bsc#1175821).\n* Fixed /dev/null is not available (bsc#1168481).\n* CVE-2021-30465: Fixed a symlink-exchange attack vulnarability (bsc#1185405).\n\ncontainerd was updated to v1.4.4\n\n* CVE-2021-21334: Fixed a potential information leak through environment variables (bsc#1183397).\n* Handle a requirement from docker (bsc#1181594).\n", title: "Description of the patch", }, { category: "details", text: "openSUSE-SLE-15.3-2021-1954", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_1954-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:1954-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OX775QFGRPXXX7W5FDFKP3V5KCNZYD7F/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:1954-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OX775QFGRPXXX7W5FDFKP3V5KCNZYD7F/", }, { category: "self", summary: "SUSE Bug 1168481", url: "https://bugzilla.suse.com/1168481", }, { category: "self", summary: "SUSE Bug 1175081", url: "https://bugzilla.suse.com/1175081", }, { category: "self", summary: "SUSE Bug 1175821", url: "https://bugzilla.suse.com/1175821", }, { category: "self", summary: "SUSE Bug 1181594", url: "https://bugzilla.suse.com/1181594", }, { category: "self", summary: "SUSE Bug 1181641", url: "https://bugzilla.suse.com/1181641", }, { category: "self", summary: "SUSE Bug 1181677", url: "https://bugzilla.suse.com/1181677", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE Bug 1181749", url: "https://bugzilla.suse.com/1181749", }, { category: "self", summary: "SUSE Bug 1182451", url: "https://bugzilla.suse.com/1182451", }, { category: "self", summary: "SUSE Bug 1182476", url: "https://bugzilla.suse.com/1182476", }, { category: "self", summary: "SUSE Bug 1182947", url: "https://bugzilla.suse.com/1182947", }, { category: "self", summary: "SUSE Bug 1183024", url: "https://bugzilla.suse.com/1183024", }, { category: "self", summary: "SUSE Bug 1183855", url: "https://bugzilla.suse.com/1183855", }, { category: "self", summary: "SUSE Bug 1184768", url: "https://bugzilla.suse.com/1184768", }, { category: "self", summary: "SUSE Bug 1184962", url: "https://bugzilla.suse.com/1184962", }, { category: "self", summary: "SUSE Bug 1185405", url: "https://bugzilla.suse.com/1185405", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, { category: "self", summary: "SUSE CVE CVE-2021-21334 page", url: "https://www.suse.com/security/cve/CVE-2021-21334/", }, { category: "self", summary: "SUSE CVE CVE-2021-30465 page", url: "https://www.suse.com/security/cve/CVE-2021-30465/", }, ], title: "Security update for containerd, docker, runc", tracking: { current_release_date: "2021-07-10T13:50:39Z", generator: { date: "2021-07-10T13:50:39Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:1954-1", initial_release_date: "2021-07-10T13:50:39Z", revision_history: [ { date: "2021-07-10T13:50:39Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.aarch64", product: { name: "containerd-1.4.4-5.32.1.aarch64", product_id: "containerd-1.4.4-5.32.1.aarch64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.aarch64", product: { name: "containerd-ctr-1.4.4-5.32.1.aarch64", product_id: "containerd-ctr-1.4.4-5.32.1.aarch64", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.aarch64", product: { name: "docker-20.10.6_ce-6.49.3.aarch64", product_id: "docker-20.10.6_ce-6.49.3.aarch64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.aarch64", product: { name: "runc-1.0.0~rc93-1.14.2.aarch64", product_id: "runc-1.0.0~rc93-1.14.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.ppc64le", product: { name: "containerd-1.4.4-5.32.1.ppc64le", product_id: "containerd-1.4.4-5.32.1.ppc64le", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.ppc64le", product: { name: "containerd-ctr-1.4.4-5.32.1.ppc64le", product_id: "containerd-ctr-1.4.4-5.32.1.ppc64le", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.ppc64le", product: { name: "docker-20.10.6_ce-6.49.3.ppc64le", product_id: "docker-20.10.6_ce-6.49.3.ppc64le", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.ppc64le", product: { name: "runc-1.0.0~rc93-1.14.2.ppc64le", product_id: "runc-1.0.0~rc93-1.14.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.s390x", product: { name: "containerd-1.4.4-5.32.1.s390x", product_id: "containerd-1.4.4-5.32.1.s390x", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.s390x", product: { name: "containerd-ctr-1.4.4-5.32.1.s390x", product_id: "containerd-ctr-1.4.4-5.32.1.s390x", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.s390x", product: { name: "docker-20.10.6_ce-6.49.3.s390x", product_id: "docker-20.10.6_ce-6.49.3.s390x", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.s390x", product: { name: "runc-1.0.0~rc93-1.14.2.s390x", product_id: "runc-1.0.0~rc93-1.14.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.x86_64", product: { name: "containerd-1.4.4-5.32.1.x86_64", product_id: "containerd-1.4.4-5.32.1.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.x86_64", product: { name: "containerd-ctr-1.4.4-5.32.1.x86_64", product_id: "containerd-ctr-1.4.4-5.32.1.x86_64", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.x86_64", product: { name: "docker-20.10.6_ce-6.49.3.x86_64", product_id: "docker-20.10.6_ce-6.49.3.x86_64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.x86_64", product: { name: "runc-1.0.0~rc93-1.14.2.x86_64", product_id: "runc-1.0.0~rc93-1.14.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.3", product: { name: "openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", }, product_reference: "containerd-1.4.4-5.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.4.4-5.32.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-ctr-1.4.4-5.32.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.4.4-5.32.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-ctr-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.4.4-5.32.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", }, product_reference: "containerd-ctr-1.4.4-5.32.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.4.4-5.32.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-ctr-1.4.4-5.32.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", }, product_reference: "docker-20.10.6_ce-6.49.3.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-6.49.3.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", }, product_reference: "runc-1.0.0~rc93-1.14.2.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-07-10T13:50:39Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-07-10T13:50:39Z", details: "moderate", }, ], title: "CVE-2021-21285", }, { cve: "CVE-2021-21334", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21334", }, ], notes: [ { category: "general", text: "In containerd (an industry-standard container runtime) before versions 1.3.10 and 1.4.4, containers launched through containerd's CRI implementation (through Kubernetes, crictl, or any other pod/container client that uses the containerd CRI service) that share the same image may receive incorrect environment variables, including values that are defined for other containers. If the affected containers have different security contexts, this may allow sensitive information to be unintentionally shared. If you are not using containerd's CRI implementation (through one of the mechanisms described above), you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image which have different environment variables, you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image in rapid succession, you have reduced likelihood of being vulnerable to this issue This vulnerability has been fixed in containerd 1.3.10 and containerd 1.4.4. Users should update to these versions.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21334", url: "https://www.suse.com/security/cve/CVE-2021-21334", }, { category: "external", summary: "SUSE Bug 1183397 for CVE-2021-21334", url: "https://bugzilla.suse.com/1183397", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-07-10T13:50:39Z", details: "moderate", }, ], title: "CVE-2021-21334", }, { cve: "CVE-2021-30465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-30465", }, ], notes: [ { category: "general", text: "runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-30465", url: "https://www.suse.com/security/cve/CVE-2021-30465", }, { category: "external", summary: "SUSE Bug 1185405 for CVE-2021-30465", url: "https://bugzilla.suse.com/1185405", }, { category: "external", summary: "SUSE Bug 1189161 for CVE-2021-30465", url: "https://bugzilla.suse.com/1189161", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.s390x", "openSUSE Leap 15.3:containerd-ctr-1.4.4-5.32.1.x86_64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.aarch64", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.ppc64le", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.s390x", "openSUSE Leap 15.3:docker-20.10.6_ce-6.49.3.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.6_ce-6.49.3.noarch", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.aarch64", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.ppc64le", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.s390x", "openSUSE Leap 15.3:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-07-10T13:50:39Z", details: "important", }, ], title: "CVE-2021-30465", }, ], }
opensuse-su-2021:0878-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, runc", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, runc fixes the following issues:\n\nDocker was updated to 20.10.6-ce (bsc#1184768, bsc#1182947, bsc#1181594)\n\n* Switch version to use -ce suffix rather than _ce to avoid confusing other\n tools (bsc#1182476).\n* CVE-2021-21284: Fixed a potential privilege escalation when the root user in \n the remapped namespace has access to the host filesystem (bsc#1181732)\n* CVE-2021-21285: Fixed an issue where pulling a malformed Docker image manifest \n crashes the dockerd daemon (bsc#1181730). \n* btrfs quotas being removed by Docker regularly (bsc#1183855, bsc#1175081)\n\nrunc was updated to v1.0.0~rc93 (bsc#1182451, bsc#1175821 bsc#1184962).\n\n* Use the upstream runc package (bsc#1181641, bsc#1181677, bsc#1175821).\n* Fixed /dev/null is not available (bsc#1168481).\n* CVE-2021-30465: Fixed a symlink-exchange attack vulnarability (bsc#1185405).\n\ncontainerd was updated to v1.4.4\n\n* CVE-2021-21334: Fixed a potential information leak through environment variables (bsc#1183397).\n* Handle a requirement from docker (bsc#1181594).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", title: "Description of the patch", }, { category: "details", text: "openSUSE-2021-878", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0878-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:0878-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/G76UZ7FY6VFG73EC6UUCBE46L3TAKR6G/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:0878-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/G76UZ7FY6VFG73EC6UUCBE46L3TAKR6G/", }, { category: "self", summary: "SUSE Bug 1168481", url: "https://bugzilla.suse.com/1168481", }, { category: "self", summary: "SUSE Bug 1175081", url: "https://bugzilla.suse.com/1175081", }, { category: "self", summary: "SUSE Bug 1175821", url: "https://bugzilla.suse.com/1175821", }, { category: "self", summary: "SUSE Bug 1181594", url: "https://bugzilla.suse.com/1181594", }, { category: "self", summary: "SUSE Bug 1181641", url: "https://bugzilla.suse.com/1181641", }, { category: "self", summary: "SUSE Bug 1181677", url: "https://bugzilla.suse.com/1181677", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE Bug 1181749", url: "https://bugzilla.suse.com/1181749", }, { category: "self", summary: "SUSE Bug 1182451", url: "https://bugzilla.suse.com/1182451", }, { category: "self", summary: "SUSE Bug 1182476", url: "https://bugzilla.suse.com/1182476", }, { category: "self", summary: "SUSE Bug 1182947", url: "https://bugzilla.suse.com/1182947", }, { category: "self", summary: "SUSE Bug 1183024", url: "https://bugzilla.suse.com/1183024", }, { category: "self", summary: "SUSE Bug 1183855", url: "https://bugzilla.suse.com/1183855", }, { category: "self", summary: "SUSE Bug 1184768", url: "https://bugzilla.suse.com/1184768", }, { category: "self", summary: "SUSE Bug 1184962", url: "https://bugzilla.suse.com/1184962", }, { category: "self", summary: "SUSE Bug 1185405", url: "https://bugzilla.suse.com/1185405", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, { category: "self", summary: "SUSE CVE CVE-2021-21334 page", url: "https://www.suse.com/security/cve/CVE-2021-21334/", }, { category: "self", summary: "SUSE CVE CVE-2021-30465 page", url: "https://www.suse.com/security/cve/CVE-2021-30465/", }, ], title: "Security update for containerd, docker, runc", tracking: { current_release_date: "2021-06-16T13:54:13Z", generator: { date: "2021-06-16T13:54:13Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:0878-1", initial_release_date: "2021-06-16T13:54:13Z", revision_history: [ { date: "2021-06-16T13:54:13Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", product: { name: "docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", product_id: "docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", product: { name: "docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", product_id: "docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", product: { name: "docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", product_id: "docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-lp152.2.6.1.x86_64", product: { name: "containerd-1.4.4-lp152.2.6.1.x86_64", product_id: "containerd-1.4.4-lp152.2.6.1.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-lp152.2.6.1.x86_64", product: { name: "containerd-ctr-1.4.4-lp152.2.6.1.x86_64", product_id: "containerd-ctr-1.4.4-lp152.2.6.1.x86_64", }, }, { category: "product_version", name: "docker-20.10.6_ce-lp152.2.12.1.x86_64", product: { name: "docker-20.10.6_ce-lp152.2.12.1.x86_64", product_id: "docker-20.10.6_ce-lp152.2.12.1.x86_64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-lp152.2.3.1.x86_64", product: { name: "runc-1.0.0~rc93-lp152.2.3.1.x86_64", product_id: "runc-1.0.0~rc93-lp152.2.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.2", product: { name: "openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-lp152.2.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", }, product_reference: "containerd-1.4.4-lp152.2.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.4.4-lp152.2.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", }, product_reference: "containerd-ctr-1.4.4-lp152.2.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-lp152.2.12.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", }, product_reference: "docker-20.10.6_ce-lp152.2.12.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", }, product_reference: "docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", }, product_reference: "docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", }, product_reference: "runc-1.0.0~rc93-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-16T13:54:13Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-16T13:54:13Z", details: "moderate", }, ], title: "CVE-2021-21285", }, { cve: "CVE-2021-21334", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21334", }, ], notes: [ { category: "general", text: "In containerd (an industry-standard container runtime) before versions 1.3.10 and 1.4.4, containers launched through containerd's CRI implementation (through Kubernetes, crictl, or any other pod/container client that uses the containerd CRI service) that share the same image may receive incorrect environment variables, including values that are defined for other containers. If the affected containers have different security contexts, this may allow sensitive information to be unintentionally shared. If you are not using containerd's CRI implementation (through one of the mechanisms described above), you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image which have different environment variables, you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image in rapid succession, you have reduced likelihood of being vulnerable to this issue This vulnerability has been fixed in containerd 1.3.10 and containerd 1.4.4. Users should update to these versions.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21334", url: "https://www.suse.com/security/cve/CVE-2021-21334", }, { category: "external", summary: "SUSE Bug 1183397 for CVE-2021-21334", url: "https://bugzilla.suse.com/1183397", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-16T13:54:13Z", details: "moderate", }, ], title: "CVE-2021-21334", }, { cve: "CVE-2021-30465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-30465", }, ], notes: [ { category: "general", text: "runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-30465", url: "https://www.suse.com/security/cve/CVE-2021-30465", }, { category: "external", summary: "SUSE Bug 1185405 for CVE-2021-30465", url: "https://bugzilla.suse.com/1185405", }, { category: "external", summary: "SUSE Bug 1189161 for CVE-2021-30465", url: "https://bugzilla.suse.com/1189161", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.4.4-lp152.2.6.1.x86_64", "openSUSE Leap 15.2:docker-20.10.6_ce-lp152.2.12.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:docker-zsh-completion-20.10.6_ce-lp152.2.12.1.noarch", "openSUSE Leap 15.2:runc-1.0.0~rc93-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-16T13:54:13Z", details: "important", }, ], title: "CVE-2021-30465", }, ], }
opensuse-su-2024:10722-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "docker-20.10.6_ce-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the docker-20.10.6_ce-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-10722", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10722-1.json", }, { category: "self", summary: "SUSE CVE CVE-2016-9962 page", url: "https://www.suse.com/security/cve/CVE-2016-9962/", }, { category: "self", summary: "SUSE CVE CVE-2017-14992 page", url: "https://www.suse.com/security/cve/CVE-2017-14992/", }, { category: "self", summary: "SUSE CVE CVE-2017-16539 page", url: "https://www.suse.com/security/cve/CVE-2017-16539/", }, { category: "self", summary: "SUSE CVE CVE-2018-10892 page", url: "https://www.suse.com/security/cve/CVE-2018-10892/", }, { category: "self", summary: "SUSE CVE CVE-2018-15664 page", url: "https://www.suse.com/security/cve/CVE-2018-15664/", }, { category: "self", summary: "SUSE CVE CVE-2018-16873 page", url: "https://www.suse.com/security/cve/CVE-2018-16873/", }, { category: "self", summary: "SUSE CVE CVE-2018-16874 page", url: "https://www.suse.com/security/cve/CVE-2018-16874/", }, { category: "self", summary: "SUSE CVE CVE-2018-16875 page", url: "https://www.suse.com/security/cve/CVE-2018-16875/", }, { category: "self", summary: "SUSE CVE CVE-2018-20699 page", url: "https://www.suse.com/security/cve/CVE-2018-20699/", }, { category: "self", summary: "SUSE CVE CVE-2019-13509 page", url: "https://www.suse.com/security/cve/CVE-2019-13509/", }, { category: "self", summary: "SUSE CVE CVE-2019-14271 page", url: "https://www.suse.com/security/cve/CVE-2019-14271/", }, { category: "self", summary: "SUSE CVE CVE-2020-13401 page", url: "https://www.suse.com/security/cve/CVE-2020-13401/", }, { category: "self", summary: "SUSE CVE CVE-2020-15257 page", url: "https://www.suse.com/security/cve/CVE-2020-15257/", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, ], title: "docker-20.10.6_ce-2.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:10722-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "docker-20.10.6_ce-2.1.aarch64", product: { name: "docker-20.10.6_ce-2.1.aarch64", product_id: "docker-20.10.6_ce-2.1.aarch64", }, }, { category: "product_version", name: "docker-bash-completion-20.10.6_ce-2.1.aarch64", product: { name: "docker-bash-completion-20.10.6_ce-2.1.aarch64", product_id: "docker-bash-completion-20.10.6_ce-2.1.aarch64", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-2.1.aarch64", product: { name: "docker-fish-completion-20.10.6_ce-2.1.aarch64", product_id: "docker-fish-completion-20.10.6_ce-2.1.aarch64", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-2.1.aarch64", product: { name: "docker-zsh-completion-20.10.6_ce-2.1.aarch64", product_id: "docker-zsh-completion-20.10.6_ce-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "docker-20.10.6_ce-2.1.ppc64le", product: { name: "docker-20.10.6_ce-2.1.ppc64le", product_id: "docker-20.10.6_ce-2.1.ppc64le", }, }, { category: "product_version", name: "docker-bash-completion-20.10.6_ce-2.1.ppc64le", product: { name: "docker-bash-completion-20.10.6_ce-2.1.ppc64le", product_id: "docker-bash-completion-20.10.6_ce-2.1.ppc64le", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-2.1.ppc64le", product: { name: "docker-fish-completion-20.10.6_ce-2.1.ppc64le", product_id: "docker-fish-completion-20.10.6_ce-2.1.ppc64le", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-2.1.ppc64le", product: { name: "docker-zsh-completion-20.10.6_ce-2.1.ppc64le", product_id: "docker-zsh-completion-20.10.6_ce-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "docker-20.10.6_ce-2.1.s390x", product: { name: "docker-20.10.6_ce-2.1.s390x", product_id: "docker-20.10.6_ce-2.1.s390x", }, }, { category: "product_version", name: "docker-bash-completion-20.10.6_ce-2.1.s390x", product: { name: "docker-bash-completion-20.10.6_ce-2.1.s390x", product_id: "docker-bash-completion-20.10.6_ce-2.1.s390x", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-2.1.s390x", product: { name: "docker-fish-completion-20.10.6_ce-2.1.s390x", product_id: "docker-fish-completion-20.10.6_ce-2.1.s390x", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-2.1.s390x", product: { name: "docker-zsh-completion-20.10.6_ce-2.1.s390x", product_id: "docker-zsh-completion-20.10.6_ce-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "docker-20.10.6_ce-2.1.x86_64", product: { name: "docker-20.10.6_ce-2.1.x86_64", product_id: "docker-20.10.6_ce-2.1.x86_64", }, }, { category: "product_version", name: "docker-bash-completion-20.10.6_ce-2.1.x86_64", product: { name: "docker-bash-completion-20.10.6_ce-2.1.x86_64", product_id: "docker-bash-completion-20.10.6_ce-2.1.x86_64", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-2.1.x86_64", product: { name: "docker-fish-completion-20.10.6_ce-2.1.x86_64", product_id: "docker-fish-completion-20.10.6_ce-2.1.x86_64", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-2.1.x86_64", product: { name: "docker-zsh-completion-20.10.6_ce-2.1.x86_64", product_id: "docker-zsh-completion-20.10.6_ce-2.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", }, product_reference: "docker-20.10.6_ce-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", }, product_reference: "docker-20.10.6_ce-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", }, product_reference: "docker-20.10.6_ce-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", }, product_reference: "docker-20.10.6_ce-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", }, product_reference: "docker-bash-completion-20.10.6_ce-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", }, product_reference: "docker-bash-completion-20.10.6_ce-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", }, product_reference: "docker-bash-completion-20.10.6_ce-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", }, product_reference: "docker-bash-completion-20.10.6_ce-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", }, product_reference: "docker-fish-completion-20.10.6_ce-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", }, product_reference: "docker-fish-completion-20.10.6_ce-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", }, product_reference: "docker-fish-completion-20.10.6_ce-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", }, product_reference: "docker-fish-completion-20.10.6_ce-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.6_ce-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", }, product_reference: "docker-zsh-completion-20.10.6_ce-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.6_ce-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", }, product_reference: "docker-zsh-completion-20.10.6_ce-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.6_ce-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", }, product_reference: "docker-zsh-completion-20.10.6_ce-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.6_ce-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", }, product_reference: "docker-zsh-completion-20.10.6_ce-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2016-9962", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2016-9962", }, ], notes: [ { category: "general", text: "RunC allowed additional container processes via 'runc exec' to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2016-9962", url: "https://www.suse.com/security/cve/CVE-2016-9962", }, { category: "external", summary: "SUSE Bug 1012568 for CVE-2016-9962", url: "https://bugzilla.suse.com/1012568", }, { category: "external", summary: "SUSE Bug 1173425 for CVE-2016-9962", url: "https://bugzilla.suse.com/1173425", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2016-9962", }, { cve: "CVE-2017-14992", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-14992", }, ], notes: [ { category: "general", text: "Lack of content verification in Docker-CE (Also known as Moby) versions 1.12.6-0, 1.10.3, 17.03.0, 17.03.1, 17.03.2, 17.06.0, 17.06.1, 17.06.2, 17.09.0, and earlier allows a remote attacker to cause a Denial of Service via a crafted image layer payload, aka gzip bombing.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-14992", url: "https://www.suse.com/security/cve/CVE-2017-14992", }, { category: "external", summary: "SUSE Bug 1066210 for CVE-2017-14992", url: "https://bugzilla.suse.com/1066210", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2017-14992", }, { cve: "CVE-2017-16539", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-16539", }, ], notes: [ { category: "general", text: "The DefaultLinuxSpec function in oci/defaults.go in Docker Moby through 17.03.2-ce does not block /proc/scsi pathnames, which allows attackers to trigger data loss (when certain older Linux kernels are used) by leveraging Docker container access to write a \"scsi remove-single-device\" line to /proc/scsi/scsi, aka SCSI MICDROP.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-16539", url: "https://www.suse.com/security/cve/CVE-2017-16539", }, { category: "external", summary: "SUSE Bug 1066801 for CVE-2017-16539", url: "https://bugzilla.suse.com/1066801", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2017-16539", }, { cve: "CVE-2018-10892", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-10892", }, ], notes: [ { category: "general", text: "The default OCI linux spec in oci/defaults{_linux}.go in Docker/Moby from 1.11 to current does not block /proc/acpi pathnames. The flaw allows an attacker to modify host's hardware like enabling/disabling bluetooth or turning up/down keyboard brightness.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-10892", url: "https://www.suse.com/security/cve/CVE-2018-10892", }, { category: "external", summary: "SUSE Bug 1100331 for CVE-2018-10892", url: "https://bugzilla.suse.com/1100331", }, { category: "external", summary: "SUSE Bug 1100838 for CVE-2018-10892", url: "https://bugzilla.suse.com/1100838", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-10892", }, { cve: "CVE-2018-15664", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-15664", }, ], notes: [ { category: "general", text: "In Docker through 18.06.1-ce-rc2, the API endpoints behind the 'docker cp' command are vulnerable to a symlink-exchange attack with Directory Traversal, giving attackers arbitrary read-write access to the host filesystem with root privileges, because daemon/archive.go does not do archive operations on a frozen filesystem (or from within a chroot).", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-15664", url: "https://www.suse.com/security/cve/CVE-2018-15664", }, { category: "external", summary: "SUSE Bug 1096726 for CVE-2018-15664", url: "https://bugzilla.suse.com/1096726", }, { category: "external", summary: "SUSE Bug 1139649 for CVE-2018-15664", url: "https://bugzilla.suse.com/1139649", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.1, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-15664", }, { cve: "CVE-2018-16873", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-16873", }, ], notes: [ { category: "general", text: "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it's possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-16873", url: "https://www.suse.com/security/cve/CVE-2018-16873", }, { category: "external", summary: "SUSE Bug 1118897 for CVE-2018-16873", url: "https://bugzilla.suse.com/1118897", }, { category: "external", summary: "SUSE Bug 1118898 for CVE-2018-16873", url: "https://bugzilla.suse.com/1118898", }, { category: "external", summary: "SUSE Bug 1118899 for CVE-2018-16873", url: "https://bugzilla.suse.com/1118899", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2018-16873", }, { cve: "CVE-2018-16874", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-16874", }, ], notes: [ { category: "general", text: "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both '{' and '}' characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-16874", url: "https://www.suse.com/security/cve/CVE-2018-16874", }, { category: "external", summary: "SUSE Bug 1118897 for CVE-2018-16874", url: "https://bugzilla.suse.com/1118897", }, { category: "external", summary: "SUSE Bug 1118898 for CVE-2018-16874", url: "https://bugzilla.suse.com/1118898", }, { category: "external", summary: "SUSE Bug 1118899 for CVE-2018-16874", url: "https://bugzilla.suse.com/1118899", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-16874", }, { cve: "CVE-2018-16875", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-16875", }, ], notes: [ { category: "general", text: "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-16875", url: "https://www.suse.com/security/cve/CVE-2018-16875", }, { category: "external", summary: "SUSE Bug 1118897 for CVE-2018-16875", url: "https://bugzilla.suse.com/1118897", }, { category: "external", summary: "SUSE Bug 1118898 for CVE-2018-16875", url: "https://bugzilla.suse.com/1118898", }, { category: "external", summary: "SUSE Bug 1118899 for CVE-2018-16875", url: "https://bugzilla.suse.com/1118899", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-16875", }, { cve: "CVE-2018-20699", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-20699", }, ], notes: [ { category: "general", text: "Docker Engine before 18.09 allows attackers to cause a denial of service (dockerd memory consumption) via a large integer in a --cpuset-mems or --cpuset-cpus value, related to daemon/daemon_unix.go, pkg/parsers/parsers.go, and pkg/sysinfo/sysinfo.go.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-20699", url: "https://www.suse.com/security/cve/CVE-2018-20699", }, { category: "external", summary: "SUSE Bug 1121768 for CVE-2018-20699", url: "https://bugzilla.suse.com/1121768", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-20699", }, { cve: "CVE-2019-13509", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-13509", }, ], notes: [ { category: "general", text: "In Docker CE and EE before 18.09.8 (as well as Docker EE before 17.06.2-ee-23 and 18.x before 18.03.1-ee-10), Docker Engine in debug mode may sometimes add secrets to the debug log. This applies to a scenario where docker stack deploy is run to redeploy a stack that includes (non external) secrets. It potentially applies to other API users of the stack API if they resend the secret.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-13509", url: "https://www.suse.com/security/cve/CVE-2019-13509", }, { category: "external", summary: "SUSE Bug 1142160 for CVE-2019-13509", url: "https://bugzilla.suse.com/1142160", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.0", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2019-13509", }, { cve: "CVE-2019-14271", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-14271", }, ], notes: [ { category: "general", text: "In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), code injection can occur when the nsswitch facility dynamically loads a library inside a chroot that contains the contents of the container.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-14271", url: "https://www.suse.com/security/cve/CVE-2019-14271", }, { category: "external", summary: "SUSE Bug 1143409 for CVE-2019-14271", url: "https://bugzilla.suse.com/1143409", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2019-14271", }, { cve: "CVE-2020-13401", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-13401", }, ], notes: [ { category: "general", text: "An issue was discovered in Docker Engine before 19.03.11. An attacker in a container, with the CAP_NET_RAW capability, can craft IPv6 router advertisements, and consequently spoof external IPv6 hosts, obtain sensitive information, or cause a denial of service.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-13401", url: "https://www.suse.com/security/cve/CVE-2020-13401", }, { category: "external", summary: "SUSE Bug 1172375 for CVE-2020-13401", url: "https://bugzilla.suse.com/1172375", }, { category: "external", summary: "SUSE Bug 1172377 for CVE-2020-13401", url: "https://bugzilla.suse.com/1172377", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2020-13401", }, { cve: "CVE-2020-15257", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-15257", }, ], notes: [ { category: "general", text: "containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim's API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the \"host\" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-15257", url: "https://www.suse.com/security/cve/CVE-2020-15257", }, { category: "external", summary: "SUSE Bug 1178969 for CVE-2020-15257", url: "https://bugzilla.suse.com/1178969", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2020-15257", }, { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-bash-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-fish-completion-20.10.6_ce-2.1.x86_64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.aarch64", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.ppc64le", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.s390x", "openSUSE Tumbleweed:docker-zsh-completion-20.10.6_ce-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "low", }, ], title: "CVE-2021-21284", }, ], }
opensuse-su-2021:0278-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, docker-runc, golang-github-docker-libnetwork", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2020-15257: Fixed a privilege escalation in containerd (bsc#1178969).\n- CVE-2021-21284: potential privilege escalation when the root user in the remapped namespace has access to the host filesystem (bsc#1181732)\n- CVE-2021-21285: pulling a malformed Docker image manifest crashes the dockerd daemon (bsc#1181730)\n\nNon-security issues fixed:\n\n- Update Docker to 19.03.15-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md. This update includes fixes for\n bsc#1181732 (CVE-2021-21284) and bsc#1181730 (CVE-2021-21285).\n\n- Only apply the boo#1178801 libnetwork patch to handle firewalld on openSUSE.\n It appears that SLES doesn't like the patch. (bsc#1180401)\n\n- Update to containerd v1.3.9, which is needed for Docker v19.03.14-ce and\n fixes CVE-2020-15257. bsc#1180243\n\n- Update to containerd v1.3.7, which is required for Docker 19.03.13-ce.\n bsc#1176708\n\n- Update to Docker 19.03.14-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md. CVE-2020-15257 bsc#1180243\n https://github.com/docker/docker-ce/releases/tag/v19.03.14\n\n- Enable fish-completion\n\n- Add a patch which makes Docker compatible with firewalld with\n nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548\n (bsc#1178801, SLE-16460)\n\n- Update to Docker 19.03.13-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1176708\n\n- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)\n\n- Emergency fix: %requires_eq does not work with provide symbols,\n only effective package names. Convert back to regular Requires.\n\n- Update to Docker 19.03.12-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md.\n- Use Go 1.13 instead of Go 1.14 because Go 1.14 can cause all sorts of\n spurrious errors due to Go returning -EINTR from I/O syscalls much more often\n (due to Go 1.14's pre-emptive goroutine support).\n- Add BuildRequires for all -git dependencies so that we catch missing\n dependencies much more quickly.\n\n- Update to libnetwork 55e924b8a842, which is required for Docker 19.03.14-ce.\n bsc#1180243\n\n- Add patch which makes libnetwork compatible with firewalld with\n nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548\n (bsc#1178801, SLE-16460)\n\nThis update was imported from the SUSE:SLE-15:Update update project.", title: "Description of the patch", }, { category: "details", text: "openSUSE-2021-278", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0278-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:0278-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UGKTLORCQ4MPZPDFGWKJEEPQRXFUTZYZ/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:0278-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UGKTLORCQ4MPZPDFGWKJEEPQRXFUTZYZ/", }, { category: "self", summary: "SUSE Bug 1174075", url: "https://bugzilla.suse.com/1174075", }, { category: "self", summary: "SUSE Bug 1176708", url: "https://bugzilla.suse.com/1176708", }, { category: "self", summary: "SUSE Bug 1178801", url: "https://bugzilla.suse.com/1178801", }, { category: "self", summary: "SUSE Bug 1178969", url: "https://bugzilla.suse.com/1178969", }, { category: "self", summary: "SUSE Bug 1180243", url: "https://bugzilla.suse.com/1180243", }, { category: "self", summary: "SUSE Bug 1180401", url: "https://bugzilla.suse.com/1180401", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE CVE CVE-2020-15257 page", url: "https://www.suse.com/security/cve/CVE-2020-15257/", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, ], title: "Security update for containerd, docker, docker-runc, golang-github-docker-libnetwork", tracking: { current_release_date: "2021-02-12T00:12:41Z", generator: { date: "2021-02-12T00:12:41Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:0278-1", initial_release_date: "2021-02-12T00:12:41Z", revision_history: [ { date: "2021-02-12T00:12:41Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", product: { name: "docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", product_id: "docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", }, }, { category: "product_version", name: "docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", product: { name: "docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", product_id: "docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", product: { name: "docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", product_id: "docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-lp152.2.3.1.x86_64", product: { name: "containerd-1.3.9-lp152.2.3.1.x86_64", product_id: "containerd-1.3.9-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-lp152.2.3.1.x86_64", product: { name: "containerd-ctr-1.3.9-lp152.2.3.1.x86_64", product_id: "containerd-ctr-1.3.9-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "docker-19.03.15_ce-lp152.2.3.1.x86_64", product: { name: "docker-19.03.15_ce-lp152.2.3.1.x86_64", product_id: "docker-19.03.15_ce-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-lp152.2.3.1.x86_64", product: { name: "docker-test-19.03.15_ce-lp152.2.3.1.x86_64", product_id: "docker-test-19.03.15_ce-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "fish-2.7.1-lp152.5.3.1.x86_64", product: { name: "fish-2.7.1-lp152.5.3.1.x86_64", product_id: "fish-2.7.1-lp152.5.3.1.x86_64", }, }, { category: "product_version", name: "fish-devel-2.7.1-lp152.5.3.1.x86_64", product: { name: "fish-devel-2.7.1-lp152.5.3.1.x86_64", product_id: "fish-devel-2.7.1-lp152.5.3.1.x86_64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.2", product: { name: "openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", }, product_reference: "containerd-1.3.9-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.3.9-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", }, product_reference: "containerd-ctr-1.3.9-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", }, product_reference: "docker-19.03.15_ce-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", }, product_reference: "docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-test-19.03.15_ce-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", }, product_reference: "docker-test-19.03.15_ce-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", }, product_reference: "docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "fish-2.7.1-lp152.5.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", }, product_reference: "fish-2.7.1-lp152.5.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "fish-devel-2.7.1-lp152.5.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", }, product_reference: "fish-devel-2.7.1-lp152.5.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", }, product_reference: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, ], }, vulnerabilities: [ { cve: "CVE-2020-15257", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-15257", }, ], notes: [ { category: "general", text: "containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim's API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the \"host\" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-15257", url: "https://www.suse.com/security/cve/CVE-2020-15257", }, { category: "external", summary: "SUSE Bug 1178969 for CVE-2020-15257", url: "https://bugzilla.suse.com/1178969", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-12T00:12:41Z", details: "important", }, ], title: "CVE-2020-15257", }, { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-12T00:12:41Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.2:containerd-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:containerd-ctr-1.3.9-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-bash-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-fish-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-test-19.03.15_ce-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:docker-zsh-completion-19.03.15_ce-lp152.2.3.1.noarch", "openSUSE Leap 15.2:fish-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:fish-devel-2.7.1-lp152.5.3.1.x86_64", "openSUSE Leap 15.2:golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-12T00:12:41Z", details: "moderate", }, ], title: "CVE-2021-21285", }, ], }
wid-sec-w-2023-2716
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Docker ist eine Open-Source-Software, die dazu verwendet werden kann, Anwendungen mithilfe von Betriebssystemvirtualisierung in Containern zu isolieren.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in docker ausnutzen, um seine Privilegien zu erhöhen und um einen Denial of Service Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- UNIX\n- Linux\n- MacOS X\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-2716 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2023-2716.json", }, { category: "self", summary: "WID-SEC-2023-2716 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2716", }, { category: "external", summary: "Amazon Linux Security Advisory ALASECS-2023-015 vom 2023-10-20", url: "https://alas.aws.amazon.com/AL2/ALASECS-2023-015.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:1954-1 vom 2021-06-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-June/008994.html", }, { category: "external", summary: "Github Advisory GHSA-7452-xqpj-6rpc vom 2021-02-02", url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { category: "external", summary: "Github Advisory GHSA-6fj5-m822-rqx8 vom 2021-02-02", url: "https://github.com/moby/moby/security/advisories/GHSA-6fj5-m822-rqx8", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202102-12 vom 2021-02-06", url: "https://security.archlinux.org/ASA-202102-12", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:0435-1 vom 2021-02-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008311.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:0445-1 vom 2021-02-12", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008318.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:1458-1 vom 2021-04-30", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-April/008717.html", }, { category: "external", summary: "Debian Security Advisory DSA-4865 vom 2021-02-28", url: "https://www.debian.org/security/2021/dsa-4865", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202107-23 vom 2021-07-10", url: "https://security.gentoo.org/glsa/202107-23", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2021-1550 vom 2021-11-15", url: "https://alas.aws.amazon.com/ALAS-2021-1550.html", }, { category: "external", summary: "Amazon Linux 2 Security Advisory", url: "https://alas.aws.amazon.com/AL2/ALASDOCKER-2021-001.html", }, ], source_lang: "en-US", title: "docker: Mehrere Schwachstellen", tracking: { current_release_date: "2023-10-19T22:00:00.000+00:00", generator: { date: "2024-08-15T18:00:19.111+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2023-2716", initial_release_date: "2021-02-02T23:00:00.000+00:00", revision_history: [ { date: "2021-02-02T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2021-02-07T23:00:00.000+00:00", number: "2", summary: "Neue Updates von Arch Linux aufgenommen", }, { date: "2021-02-11T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-02-14T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-02-28T23:00:00.000+00:00", number: "5", summary: "Neue Updates von Debian aufgenommen", }, { date: "2021-05-02T22:00:00.000+00:00", number: "6", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-06-13T22:00:00.000+00:00", number: "7", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-07-11T22:00:00.000+00:00", number: "8", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2021-11-15T23:00:00.000+00:00", number: "9", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2021-12-08T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2023-10-19T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Amazon aufgenommen", }, ], status: "final", version: "11", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { category: "product_name", name: "Open Source Arch Linux", product: { name: "Open Source Arch Linux", product_id: "T013312", product_identification_helper: { cpe: "cpe:/o:archlinux:archlinux:-", }, }, }, { branches: [ { category: "product_name", name: "Open Source docker < 20.10.3", product: { name: "Open Source docker < 20.10.3", product_id: "T018225", product_identification_helper: { cpe: "cpe:/a:docker:docker:20.10.3", }, }, }, { category: "product_name", name: "Open Source docker < 19.03.15", product: { name: "Open Source docker < 19.03.15", product_id: "T018226", product_identification_helper: { cpe: "cpe:/a:docker:docker:19.03.15", }, }, }, ], category: "product_name", name: "docker", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21284", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in docker, welche bei der Nutzung von \"--userns-remap\" auftritt. Ein authentisierter Angreifer im gleichen Netzbereich kann diese Schwachstelle durch das Senden eines speziellen Requests ausnutzen, um seine Privilegien zu eskalieren.", }, ], product_status: { known_affected: [ "2951", "T002207", "T013312", "398363", "T012167", ], }, release_date: "2021-02-02T23:00:00.000+00:00", title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in docker, welche auf eine fehlerhafte Eingabevalidierung zurückzuführen ist. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand zu verursachen. Zur erfolgreichen Ausnutzung dieser Schwachstelle muss der Angreifer den Benutzer dazu bringen ein modifiziertes Docker-Image zu benutzen.", }, ], product_status: { known_affected: [ "2951", "T002207", "T013312", "398363", "T012167", ], }, release_date: "2021-02-02T23:00:00.000+00:00", title: "CVE-2021-21285", }, ], }
WID-SEC-W-2023-2716
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Docker ist eine Open-Source-Software, die dazu verwendet werden kann, Anwendungen mithilfe von Betriebssystemvirtualisierung in Containern zu isolieren.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in docker ausnutzen, um seine Privilegien zu erhöhen und um einen Denial of Service Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- UNIX\n- Linux\n- MacOS X\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-2716 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2023-2716.json", }, { category: "self", summary: "WID-SEC-2023-2716 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2716", }, { category: "external", summary: "Amazon Linux Security Advisory ALASECS-2023-015 vom 2023-10-20", url: "https://alas.aws.amazon.com/AL2/ALASECS-2023-015.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:1954-1 vom 2021-06-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-June/008994.html", }, { category: "external", summary: "Github Advisory GHSA-7452-xqpj-6rpc vom 2021-02-02", url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { category: "external", summary: "Github Advisory GHSA-6fj5-m822-rqx8 vom 2021-02-02", url: "https://github.com/moby/moby/security/advisories/GHSA-6fj5-m822-rqx8", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202102-12 vom 2021-02-06", url: "https://security.archlinux.org/ASA-202102-12", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:0435-1 vom 2021-02-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008311.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:0445-1 vom 2021-02-12", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008318.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:1458-1 vom 2021-04-30", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-April/008717.html", }, { category: "external", summary: "Debian Security Advisory DSA-4865 vom 2021-02-28", url: "https://www.debian.org/security/2021/dsa-4865", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202107-23 vom 2021-07-10", url: "https://security.gentoo.org/glsa/202107-23", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2021-1550 vom 2021-11-15", url: "https://alas.aws.amazon.com/ALAS-2021-1550.html", }, { category: "external", summary: "Amazon Linux 2 Security Advisory", url: "https://alas.aws.amazon.com/AL2/ALASDOCKER-2021-001.html", }, ], source_lang: "en-US", title: "docker: Mehrere Schwachstellen", tracking: { current_release_date: "2023-10-19T22:00:00.000+00:00", generator: { date: "2024-08-15T18:00:19.111+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2023-2716", initial_release_date: "2021-02-02T23:00:00.000+00:00", revision_history: [ { date: "2021-02-02T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2021-02-07T23:00:00.000+00:00", number: "2", summary: "Neue Updates von Arch Linux aufgenommen", }, { date: "2021-02-11T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-02-14T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-02-28T23:00:00.000+00:00", number: "5", summary: "Neue Updates von Debian aufgenommen", }, { date: "2021-05-02T22:00:00.000+00:00", number: "6", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-06-13T22:00:00.000+00:00", number: "7", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-07-11T22:00:00.000+00:00", number: "8", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2021-11-15T23:00:00.000+00:00", number: "9", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2021-12-08T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2023-10-19T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Amazon aufgenommen", }, ], status: "final", version: "11", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { category: "product_name", name: "Open Source Arch Linux", product: { name: "Open Source Arch Linux", product_id: "T013312", product_identification_helper: { cpe: "cpe:/o:archlinux:archlinux:-", }, }, }, { branches: [ { category: "product_name", name: "Open Source docker < 20.10.3", product: { name: "Open Source docker < 20.10.3", product_id: "T018225", product_identification_helper: { cpe: "cpe:/a:docker:docker:20.10.3", }, }, }, { category: "product_name", name: "Open Source docker < 19.03.15", product: { name: "Open Source docker < 19.03.15", product_id: "T018226", product_identification_helper: { cpe: "cpe:/a:docker:docker:19.03.15", }, }, }, ], category: "product_name", name: "docker", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21284", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in docker, welche bei der Nutzung von \"--userns-remap\" auftritt. Ein authentisierter Angreifer im gleichen Netzbereich kann diese Schwachstelle durch das Senden eines speziellen Requests ausnutzen, um seine Privilegien zu eskalieren.", }, ], product_status: { known_affected: [ "2951", "T002207", "T013312", "398363", "T012167", ], }, release_date: "2021-02-02T23:00:00.000+00:00", title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in docker, welche auf eine fehlerhafte Eingabevalidierung zurückzuführen ist. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand zu verursachen. Zur erfolgreichen Ausnutzung dieser Schwachstelle muss der Angreifer den Benutzer dazu bringen ein modifiziertes Docker-Image zu benutzen.", }, ], product_status: { known_affected: [ "2951", "T002207", "T013312", "398363", "T012167", ], }, release_date: "2021-02-02T23:00:00.000+00:00", title: "CVE-2021-21285", }, ], }
suse-su-2021:1458-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, runc", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, runc fixes the following issues:\n\n- Docker was updated to 20.10.6-ce\n * Switch version to use -ce suffix rather than _ce to avoid confusing other\n tools (bsc#1182476).\n * CVE-2021-21284: Fixed a potential privilege escalation when the root user in \n the remapped namespace has access to the host filesystem (bsc#1181732)\n * CVE-2021-21285: Fixed an issue where pulling a malformed Docker image manifest \n crashes the dockerd daemon (bsc#1181730). \n\n- runc was updated to v1.0.0~rc93 (bsc#1182451 and bsc#1184962).\n * Use the upstream runc package (bsc#1181641, bsc#1181677, bsc#1175821).\n * Fixed /dev/null is not available (bsc#1168481).\n * Fixed an issue where podman hangs when spawned by salt-minion process (bsc#1149954).\n * CVE-2019-19921: Fixed a race condition with shared mounts (bsc#1160452).\n * CVE-2019-16884: Fixed an LSM bypass via malicious Docker image that mount \n over a /proc directory (bsc#1152308).\n * CVE-2019-5736: Fixed potential write attacks to the host runc binary (bsc#1121967).\n * Fixed an issue where after a kernel-update docker doesn't run (bsc#1131314 bsc#1131553)\n * Ensure that we always include the version information in runc (bsc#1053532).\n \n- Switch to Go 1.13 for build.\n * CVE-2018-16873: Fixed a potential remote code execution (bsc#1118897).\n * CVE-2018-16874: Fixed a directory traversal in 'go get' via curly braces \n in import paths (bsc#1118898).\n * CVE-2018-16875: Fixed a CPU denial of service (bsc#1118899).\n * Fixed an issue with building containers (bsc#1095817).\n\n- containerd was updated to v1.4.4\n * CVE-2021-21334: Fixed a potential information leak through environment variables (bsc#1183397).\n * Handle a requirement from docker (bsc#1181594).\n * Install the containerd-shim* binaries and stop creating (bsc#1183024).\n * update version to the one required by docker (bsc#1034053)\n\n- Use -buildmode=pie for tests and binary build (bsc#1048046, bsc#1051429)\n- Cleanup seccomp builds similar (bsc#1028638).\n- Update to handle the docker-runc removal, and drop the -kubic flavour (bsc#1181677, bsc#1181749)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-1458,SUSE-SLE-Module-Containers-12-2021-1458", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_1458-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:1458-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20211458-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:1458-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-April/008717.html", }, { category: "self", summary: "SUSE Bug 1028638", url: "https://bugzilla.suse.com/1028638", }, { category: "self", summary: "SUSE Bug 1034053", url: "https://bugzilla.suse.com/1034053", }, { category: "self", summary: "SUSE Bug 1048046", url: "https://bugzilla.suse.com/1048046", }, { category: "self", summary: "SUSE Bug 1051429", url: "https://bugzilla.suse.com/1051429", }, { category: "self", summary: "SUSE Bug 1053532", url: "https://bugzilla.suse.com/1053532", }, { category: "self", summary: "SUSE Bug 1095817", url: "https://bugzilla.suse.com/1095817", }, { category: "self", summary: "SUSE Bug 1118897", url: "https://bugzilla.suse.com/1118897", }, { category: "self", summary: "SUSE Bug 1118898", url: "https://bugzilla.suse.com/1118898", }, { category: "self", summary: "SUSE Bug 1118899", url: "https://bugzilla.suse.com/1118899", }, { category: "self", summary: "SUSE Bug 1121967", url: "https://bugzilla.suse.com/1121967", }, { category: "self", summary: "SUSE Bug 1131314", url: "https://bugzilla.suse.com/1131314", }, { category: "self", summary: "SUSE Bug 1131553", url: "https://bugzilla.suse.com/1131553", }, { category: "self", summary: "SUSE Bug 1149954", url: "https://bugzilla.suse.com/1149954", }, { category: "self", summary: "SUSE Bug 1152308", url: "https://bugzilla.suse.com/1152308", }, { category: "self", summary: "SUSE Bug 1160452", url: "https://bugzilla.suse.com/1160452", }, { category: "self", summary: "SUSE Bug 1168481", url: "https://bugzilla.suse.com/1168481", }, { category: "self", summary: "SUSE Bug 1175081", url: "https://bugzilla.suse.com/1175081", }, { category: "self", summary: "SUSE Bug 1175821", url: "https://bugzilla.suse.com/1175821", }, { category: "self", summary: "SUSE Bug 1181594", url: "https://bugzilla.suse.com/1181594", }, { category: "self", summary: "SUSE Bug 1181641", url: "https://bugzilla.suse.com/1181641", }, { category: "self", summary: "SUSE Bug 1181677", url: "https://bugzilla.suse.com/1181677", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE Bug 1181749", url: "https://bugzilla.suse.com/1181749", }, { category: "self", summary: "SUSE Bug 1182451", url: "https://bugzilla.suse.com/1182451", }, { category: "self", summary: "SUSE Bug 1182476", url: "https://bugzilla.suse.com/1182476", }, { category: "self", summary: "SUSE Bug 1182947", url: "https://bugzilla.suse.com/1182947", }, { category: "self", summary: "SUSE Bug 1183024", url: "https://bugzilla.suse.com/1183024", }, { category: "self", summary: "SUSE Bug 1183397", url: "https://bugzilla.suse.com/1183397", }, { category: "self", summary: "SUSE Bug 1183855", url: "https://bugzilla.suse.com/1183855", }, { category: "self", summary: "SUSE Bug 1184768", url: "https://bugzilla.suse.com/1184768", }, { category: "self", summary: "SUSE Bug 1184962", url: "https://bugzilla.suse.com/1184962", }, { category: "self", summary: "SUSE CVE CVE-2018-16873 page", url: "https://www.suse.com/security/cve/CVE-2018-16873/", }, { category: "self", summary: "SUSE CVE CVE-2018-16874 page", url: "https://www.suse.com/security/cve/CVE-2018-16874/", }, { category: "self", summary: "SUSE CVE CVE-2018-16875 page", url: "https://www.suse.com/security/cve/CVE-2018-16875/", }, { category: "self", summary: "SUSE CVE CVE-2019-16884 page", url: "https://www.suse.com/security/cve/CVE-2019-16884/", }, { category: "self", summary: "SUSE CVE CVE-2019-19921 page", url: "https://www.suse.com/security/cve/CVE-2019-19921/", }, { category: "self", summary: "SUSE CVE CVE-2019-5736 page", url: "https://www.suse.com/security/cve/CVE-2019-5736/", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, { category: "self", summary: "SUSE CVE CVE-2021-21334 page", url: "https://www.suse.com/security/cve/CVE-2021-21334/", }, ], title: "Security update for containerd, docker, runc", tracking: { current_release_date: "2021-04-30T10:58:51Z", generator: { date: "2021-04-30T10:58:51Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:1458-1", initial_release_date: "2021-04-30T10:58:51Z", revision_history: [ { date: "2021-04-30T10:58:51Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "containerd-1.4.4-16.38.1.aarch64", product: { name: "containerd-1.4.4-16.38.1.aarch64", product_id: "containerd-1.4.4-16.38.1.aarch64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-16.38.1.aarch64", product: { name: "containerd-ctr-1.4.4-16.38.1.aarch64", product_id: "containerd-ctr-1.4.4-16.38.1.aarch64", }, }, { category: "product_version", name: "docker-20.10.6_ce-98.66.1.aarch64", product: { name: "docker-20.10.6_ce-98.66.1.aarch64", product_id: "docker-20.10.6_ce-98.66.1.aarch64", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-98.66.1.aarch64", product: { name: "docker-kubic-20.10.6_ce-98.66.1.aarch64", product_id: "docker-kubic-20.10.6_ce-98.66.1.aarch64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.aarch64", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.aarch64", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.aarch64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-16.8.1.aarch64", product: { name: "runc-1.0.0~rc93-16.8.1.aarch64", product_id: "runc-1.0.0~rc93-16.8.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-16.38.1.i586", product: { name: "containerd-1.4.4-16.38.1.i586", product_id: "containerd-1.4.4-16.38.1.i586", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-16.38.1.i586", product: { name: "containerd-ctr-1.4.4-16.38.1.i586", product_id: "containerd-ctr-1.4.4-16.38.1.i586", }, }, { category: "product_version", name: "docker-20.10.6_ce-98.66.1.i586", product: { name: "docker-20.10.6_ce-98.66.1.i586", product_id: "docker-20.10.6_ce-98.66.1.i586", }, }, { category: "product_version", name: "runc-1.0.0~rc93-16.8.1.i586", product: { name: "runc-1.0.0~rc93-16.8.1.i586", product_id: "runc-1.0.0~rc93-16.8.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "docker-bash-completion-20.10.6_ce-98.66.1.noarch", product: { name: "docker-bash-completion-20.10.6_ce-98.66.1.noarch", product_id: "docker-bash-completion-20.10.6_ce-98.66.1.noarch", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-98.66.1.noarch", product: { name: "docker-fish-completion-20.10.6_ce-98.66.1.noarch", product_id: "docker-fish-completion-20.10.6_ce-98.66.1.noarch", }, }, { category: "product_version", name: "docker-kubic-bash-completion-20.10.6_ce-98.66.1.noarch", product: { name: "docker-kubic-bash-completion-20.10.6_ce-98.66.1.noarch", product_id: "docker-kubic-bash-completion-20.10.6_ce-98.66.1.noarch", }, }, { category: "product_version", name: "docker-kubic-fish-completion-20.10.6_ce-98.66.1.noarch", product: { name: "docker-kubic-fish-completion-20.10.6_ce-98.66.1.noarch", product_id: "docker-kubic-fish-completion-20.10.6_ce-98.66.1.noarch", }, }, { category: "product_version", name: "docker-kubic-zsh-completion-20.10.6_ce-98.66.1.noarch", product: { name: "docker-kubic-zsh-completion-20.10.6_ce-98.66.1.noarch", product_id: "docker-kubic-zsh-completion-20.10.6_ce-98.66.1.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-98.66.1.noarch", product: { name: "docker-zsh-completion-20.10.6_ce-98.66.1.noarch", product_id: "docker-zsh-completion-20.10.6_ce-98.66.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-16.38.1.ppc64le", product: { name: "containerd-1.4.4-16.38.1.ppc64le", product_id: "containerd-1.4.4-16.38.1.ppc64le", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-16.38.1.ppc64le", product: { name: "containerd-ctr-1.4.4-16.38.1.ppc64le", product_id: "containerd-ctr-1.4.4-16.38.1.ppc64le", }, }, { category: "product_version", name: "docker-20.10.6_ce-98.66.1.ppc64le", product: { name: "docker-20.10.6_ce-98.66.1.ppc64le", product_id: "docker-20.10.6_ce-98.66.1.ppc64le", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-98.66.1.ppc64le", product: { name: "docker-kubic-20.10.6_ce-98.66.1.ppc64le", product_id: "docker-kubic-20.10.6_ce-98.66.1.ppc64le", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.ppc64le", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.ppc64le", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.ppc64le", }, }, { category: "product_version", name: "runc-1.0.0~rc93-16.8.1.ppc64le", product: { name: "runc-1.0.0~rc93-16.8.1.ppc64le", product_id: "runc-1.0.0~rc93-16.8.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-16.38.1.s390x", product: { name: "containerd-1.4.4-16.38.1.s390x", product_id: "containerd-1.4.4-16.38.1.s390x", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-16.38.1.s390x", product: { name: "containerd-ctr-1.4.4-16.38.1.s390x", product_id: "containerd-ctr-1.4.4-16.38.1.s390x", }, }, { category: "product_version", name: "docker-20.10.6_ce-98.66.1.s390x", product: { name: "docker-20.10.6_ce-98.66.1.s390x", product_id: "docker-20.10.6_ce-98.66.1.s390x", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-98.66.1.s390x", product: { name: "docker-kubic-20.10.6_ce-98.66.1.s390x", product_id: "docker-kubic-20.10.6_ce-98.66.1.s390x", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.s390x", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.s390x", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.s390x", }, }, { category: "product_version", name: "runc-1.0.0~rc93-16.8.1.s390x", product: { name: "runc-1.0.0~rc93-16.8.1.s390x", product_id: "runc-1.0.0~rc93-16.8.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-16.38.1.x86_64", product: { name: "containerd-1.4.4-16.38.1.x86_64", product_id: "containerd-1.4.4-16.38.1.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-16.38.1.x86_64", product: { name: "containerd-ctr-1.4.4-16.38.1.x86_64", product_id: "containerd-ctr-1.4.4-16.38.1.x86_64", }, }, { category: "product_version", name: "docker-20.10.6_ce-98.66.1.x86_64", product: { name: "docker-20.10.6_ce-98.66.1.x86_64", product_id: "docker-20.10.6_ce-98.66.1.x86_64", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-98.66.1.x86_64", product: { name: "docker-kubic-20.10.6_ce-98.66.1.x86_64", product_id: "docker-kubic-20.10.6_ce-98.66.1.x86_64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.x86_64", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.x86_64", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-98.66.1.x86_64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-16.8.1.x86_64", product: { name: "runc-1.0.0~rc93-16.8.1.x86_64", product_id: "runc-1.0.0~rc93-16.8.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 12", product: { name: "SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:12", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-16.38.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", }, product_reference: "containerd-1.4.4-16.38.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-16.38.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", }, product_reference: "containerd-1.4.4-16.38.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-16.38.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", }, product_reference: "containerd-1.4.4-16.38.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-98.66.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", }, product_reference: "docker-20.10.6_ce-98.66.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-98.66.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", }, product_reference: "docker-20.10.6_ce-98.66.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-98.66.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", }, product_reference: "docker-20.10.6_ce-98.66.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-16.8.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", }, product_reference: "runc-1.0.0~rc93-16.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-16.8.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", }, product_reference: "runc-1.0.0~rc93-16.8.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-16.8.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", }, product_reference: "runc-1.0.0~rc93-16.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, ], }, vulnerabilities: [ { cve: "CVE-2018-16873", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-16873", }, ], notes: [ { category: "general", text: "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it's possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-16873", url: "https://www.suse.com/security/cve/CVE-2018-16873", }, { category: "external", summary: "SUSE Bug 1118897 for CVE-2018-16873", url: "https://bugzilla.suse.com/1118897", }, { category: "external", summary: "SUSE Bug 1118898 for CVE-2018-16873", url: "https://bugzilla.suse.com/1118898", }, { category: "external", summary: "SUSE Bug 1118899 for CVE-2018-16873", url: "https://bugzilla.suse.com/1118899", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "important", }, ], title: "CVE-2018-16873", }, { cve: "CVE-2018-16874", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-16874", }, ], notes: [ { category: "general", text: "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both '{' and '}' characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-16874", url: "https://www.suse.com/security/cve/CVE-2018-16874", }, { category: "external", summary: "SUSE Bug 1118897 for CVE-2018-16874", url: "https://bugzilla.suse.com/1118897", }, { category: "external", summary: "SUSE Bug 1118898 for CVE-2018-16874", url: "https://bugzilla.suse.com/1118898", }, { category: "external", summary: "SUSE Bug 1118899 for CVE-2018-16874", url: "https://bugzilla.suse.com/1118899", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "moderate", }, ], title: "CVE-2018-16874", }, { cve: "CVE-2018-16875", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-16875", }, ], notes: [ { category: "general", text: "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-16875", url: "https://www.suse.com/security/cve/CVE-2018-16875", }, { category: "external", summary: "SUSE Bug 1118897 for CVE-2018-16875", url: "https://bugzilla.suse.com/1118897", }, { category: "external", summary: "SUSE Bug 1118898 for CVE-2018-16875", url: "https://bugzilla.suse.com/1118898", }, { category: "external", summary: "SUSE Bug 1118899 for CVE-2018-16875", url: "https://bugzilla.suse.com/1118899", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "moderate", }, ], title: "CVE-2018-16875", }, { cve: "CVE-2019-16884", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-16884", }, ], notes: [ { category: "general", text: "runc through 1.0.0-rc8, as used in Docker through 19.03.2-ce and other products, allows AppArmor restriction bypass because libcontainer/rootfs_linux.go incorrectly checks mount targets, and thus a malicious Docker image can mount over a /proc directory.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-16884", url: "https://www.suse.com/security/cve/CVE-2019-16884", }, { category: "external", summary: "SUSE Bug 1152308 for CVE-2019-16884", url: "https://bugzilla.suse.com/1152308", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", version: "3.0", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "moderate", }, ], title: "CVE-2019-16884", }, { cve: "CVE-2019-19921", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-19921", }, ], notes: [ { category: "general", text: "runc through 1.0.0-rc9 has Incorrect Access Control leading to Escalation of Privileges, related to libcontainer/rootfs_linux.go. To exploit this, an attacker must be able to spawn two containers with custom volume-mount configurations, and be able to run custom images. (This vulnerability does not affect Docker due to an implementation detail that happens to block the attack.)", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-19921", url: "https://www.suse.com/security/cve/CVE-2019-19921", }, { category: "external", summary: "SUSE Bug 1160452 for CVE-2019-19921", url: "https://bugzilla.suse.com/1160452", }, { category: "external", summary: "SUSE Bug 1208962 for CVE-2019-19921", url: "https://bugzilla.suse.com/1208962", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "moderate", }, ], title: "CVE-2019-19921", }, { cve: "CVE-2019-5736", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-5736", }, ], notes: [ { category: "general", text: "runc through 1.0-rc6, as used in Docker before 18.09.2 and other products, allows attackers to overwrite the host runc binary (and consequently obtain host root access) by leveraging the ability to execute a command as root within one of these types of containers: (1) a new container with an attacker-controlled image, or (2) an existing container, to which the attacker previously had write access, that can be attached with docker exec. This occurs because of file-descriptor mishandling, related to /proc/self/exe.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-5736", url: "https://www.suse.com/security/cve/CVE-2019-5736", }, { category: "external", summary: "SUSE Bug 1121967 for CVE-2019-5736", url: "https://bugzilla.suse.com/1121967", }, { category: "external", summary: "SUSE Bug 1122185 for CVE-2019-5736", url: "https://bugzilla.suse.com/1122185", }, { category: "external", summary: "SUSE Bug 1173421 for CVE-2019-5736", url: "https://bugzilla.suse.com/1173421", }, { category: "external", summary: "SUSE Bug 1218894 for CVE-2019-5736", url: "https://bugzilla.suse.com/1218894", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", version: "3.0", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "important", }, ], title: "CVE-2019-5736", }, { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "moderate", }, ], title: "CVE-2021-21285", }, { cve: "CVE-2021-21334", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21334", }, ], notes: [ { category: "general", text: "In containerd (an industry-standard container runtime) before versions 1.3.10 and 1.4.4, containers launched through containerd's CRI implementation (through Kubernetes, crictl, or any other pod/container client that uses the containerd CRI service) that share the same image may receive incorrect environment variables, including values that are defined for other containers. If the affected containers have different security contexts, this may allow sensitive information to be unintentionally shared. If you are not using containerd's CRI implementation (through one of the mechanisms described above), you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image which have different environment variables, you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image in rapid succession, you have reduced likelihood of being vulnerable to this issue This vulnerability has been fixed in containerd 1.3.10 and containerd 1.4.4. Users should update to these versions.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21334", url: "https://www.suse.com/security/cve/CVE-2021-21334", }, { category: "external", summary: "SUSE Bug 1183397 for CVE-2021-21334", url: "https://bugzilla.suse.com/1183397", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.4.4-16.38.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-20.10.6_ce-98.66.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.0.0~rc93-16.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-04-30T10:58:51Z", details: "moderate", }, ], title: "CVE-2021-21334", }, ], }
suse-su-2021:1954-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, runc", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, runc fixes the following issues:\n\nDocker was updated to 20.10.6-ce (bsc#1184768, bsc#1182947, bsc#1181594)\n\n* Switch version to use -ce suffix rather than _ce to avoid confusing other\n tools (bsc#1182476).\n* CVE-2021-21284: Fixed a potential privilege escalation when the root user in \n the remapped namespace has access to the host filesystem (bsc#1181732)\n* CVE-2021-21285: Fixed an issue where pulling a malformed Docker image manifest \n crashes the dockerd daemon (bsc#1181730). \n* btrfs quotas being removed by Docker regularly (bsc#1183855, bsc#1175081)\n\nrunc was updated to v1.0.0~rc93 (bsc#1182451, bsc#1175821 bsc#1184962).\n\n* Use the upstream runc package (bsc#1181641, bsc#1181677, bsc#1175821).\n* Fixed /dev/null is not available (bsc#1168481).\n* CVE-2021-30465: Fixed a symlink-exchange attack vulnarability (bsc#1185405).\n\ncontainerd was updated to v1.4.4\n\n* CVE-2021-21334: Fixed a potential information leak through environment variables (bsc#1183397).\n* Handle a requirement from docker (bsc#1181594).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-1954,SUSE-SLE-Module-Containers-15-SP2-2021-1954,SUSE-SLE-Module-Containers-15-SP3-2021-1954,SUSE-SLE-Product-HPC-15-2021-1954,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-1954,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-1954,SUSE-SLE-Product-SLES-15-2021-1954,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-1954,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-1954,SUSE-SLE-Product-SLES_SAP-15-2021-1954,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-1954,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-1954,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-1954,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-1954,SUSE-SUSE-MicroOS-5.0-2021-1954,SUSE-Storage-6-2021-1954,SUSE-Storage-7-2021-1954", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_1954-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:1954-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20211954-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:1954-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-June/008994.html", }, { category: "self", summary: "SUSE Bug 1168481", url: "https://bugzilla.suse.com/1168481", }, { category: "self", summary: "SUSE Bug 1175081", url: "https://bugzilla.suse.com/1175081", }, { category: "self", summary: "SUSE Bug 1175821", url: "https://bugzilla.suse.com/1175821", }, { category: "self", summary: "SUSE Bug 1181594", url: "https://bugzilla.suse.com/1181594", }, { category: "self", summary: "SUSE Bug 1181641", url: "https://bugzilla.suse.com/1181641", }, { category: "self", summary: "SUSE Bug 1181677", url: "https://bugzilla.suse.com/1181677", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE Bug 1181749", url: "https://bugzilla.suse.com/1181749", }, { category: "self", summary: "SUSE Bug 1182451", url: "https://bugzilla.suse.com/1182451", }, { category: "self", summary: "SUSE Bug 1182476", url: "https://bugzilla.suse.com/1182476", }, { category: "self", summary: "SUSE Bug 1182947", url: "https://bugzilla.suse.com/1182947", }, { category: "self", summary: "SUSE Bug 1183024", url: "https://bugzilla.suse.com/1183024", }, { category: "self", summary: "SUSE Bug 1183855", url: "https://bugzilla.suse.com/1183855", }, { category: "self", summary: "SUSE Bug 1184768", url: "https://bugzilla.suse.com/1184768", }, { category: "self", summary: "SUSE Bug 1184962", url: "https://bugzilla.suse.com/1184962", }, { category: "self", summary: "SUSE Bug 1185405", url: "https://bugzilla.suse.com/1185405", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, { category: "self", summary: "SUSE CVE CVE-2021-21334 page", url: "https://www.suse.com/security/cve/CVE-2021-21334/", }, { category: "self", summary: "SUSE CVE CVE-2021-30465 page", url: "https://www.suse.com/security/cve/CVE-2021-30465/", }, ], title: "Security update for containerd, docker, runc", tracking: { current_release_date: "2021-06-11T08:45:35Z", generator: { date: "2021-06-11T08:45:35Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:1954-1", initial_release_date: "2021-06-11T08:45:35Z", revision_history: [ { date: "2021-06-11T08:45:35Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.aarch64", product: { name: "containerd-1.4.4-5.32.1.aarch64", product_id: "containerd-1.4.4-5.32.1.aarch64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.aarch64", product: { name: "containerd-ctr-1.4.4-5.32.1.aarch64", product_id: "containerd-ctr-1.4.4-5.32.1.aarch64", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.aarch64", product: { name: "docker-20.10.6_ce-6.49.3.aarch64", product_id: "docker-20.10.6_ce-6.49.3.aarch64", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-6.49.3.aarch64", product: { name: "docker-kubic-20.10.6_ce-6.49.3.aarch64", product_id: "docker-kubic-20.10.6_ce-6.49.3.aarch64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.aarch64", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.aarch64", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.aarch64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.aarch64", product: { name: "runc-1.0.0~rc93-1.14.2.aarch64", product_id: "runc-1.0.0~rc93-1.14.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.i586", product: { name: "containerd-1.4.4-5.32.1.i586", product_id: "containerd-1.4.4-5.32.1.i586", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.i586", product: { name: "containerd-ctr-1.4.4-5.32.1.i586", product_id: "containerd-ctr-1.4.4-5.32.1.i586", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.i586", product: { name: "docker-20.10.6_ce-6.49.3.i586", product_id: "docker-20.10.6_ce-6.49.3.i586", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.i586", product: { name: "runc-1.0.0~rc93-1.14.2.i586", product_id: "runc-1.0.0~rc93-1.14.2.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-kubic-bash-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-kubic-bash-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-kubic-bash-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-kubic-fish-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-kubic-fish-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-kubic-fish-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-kubic-zsh-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-kubic-zsh-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-kubic-zsh-completion-20.10.6_ce-6.49.3.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", product: { name: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", product_id: "docker-zsh-completion-20.10.6_ce-6.49.3.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.ppc64le", product: { name: "containerd-1.4.4-5.32.1.ppc64le", product_id: "containerd-1.4.4-5.32.1.ppc64le", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.ppc64le", product: { name: "containerd-ctr-1.4.4-5.32.1.ppc64le", product_id: "containerd-ctr-1.4.4-5.32.1.ppc64le", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.ppc64le", product: { name: "docker-20.10.6_ce-6.49.3.ppc64le", product_id: "docker-20.10.6_ce-6.49.3.ppc64le", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-6.49.3.ppc64le", product: { name: "docker-kubic-20.10.6_ce-6.49.3.ppc64le", product_id: "docker-kubic-20.10.6_ce-6.49.3.ppc64le", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.ppc64le", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.ppc64le", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.ppc64le", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.ppc64le", product: { name: "runc-1.0.0~rc93-1.14.2.ppc64le", product_id: "runc-1.0.0~rc93-1.14.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.s390x", product: { name: "containerd-1.4.4-5.32.1.s390x", product_id: "containerd-1.4.4-5.32.1.s390x", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.s390x", product: { name: "containerd-ctr-1.4.4-5.32.1.s390x", product_id: "containerd-ctr-1.4.4-5.32.1.s390x", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.s390x", product: { name: "docker-20.10.6_ce-6.49.3.s390x", product_id: "docker-20.10.6_ce-6.49.3.s390x", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-6.49.3.s390x", product: { name: "docker-kubic-20.10.6_ce-6.49.3.s390x", product_id: "docker-kubic-20.10.6_ce-6.49.3.s390x", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.s390x", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.s390x", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.s390x", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.s390x", product: { name: "runc-1.0.0~rc93-1.14.2.s390x", product_id: "runc-1.0.0~rc93-1.14.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "containerd-1.4.4-5.32.1.x86_64", product: { name: "containerd-1.4.4-5.32.1.x86_64", product_id: "containerd-1.4.4-5.32.1.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.4.4-5.32.1.x86_64", product: { name: "containerd-ctr-1.4.4-5.32.1.x86_64", product_id: "containerd-ctr-1.4.4-5.32.1.x86_64", }, }, { category: "product_version", name: "docker-20.10.6_ce-6.49.3.x86_64", product: { name: "docker-20.10.6_ce-6.49.3.x86_64", product_id: "docker-20.10.6_ce-6.49.3.x86_64", }, }, { category: "product_version", name: "docker-kubic-20.10.6_ce-6.49.3.x86_64", product: { name: "docker-kubic-20.10.6_ce-6.49.3.x86_64", product_id: "docker-kubic-20.10.6_ce-6.49.3.x86_64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.x86_64", product: { name: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.x86_64", product_id: "docker-kubic-kubeadm-criconfig-20.10.6_ce-6.49.3.x86_64", }, }, { category: "product_version", name: "runc-1.0.0~rc93-1.14.2.x86_64", product: { name: "runc-1.0.0~rc93-1.14.2.x86_64", product_id: "runc-1.0.0~rc93-1.14.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 15 SP2", product: { name: "SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 15 SP3", product: { name: "SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15-LTSS", product: { name: "SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP1-BCL", product: { name: "SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL", product_identification_helper: { cpe: "cpe:/o:suse:sles_bcl:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP1-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp1", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.0", product: { name: "SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.0", }, }, }, { category: "product_name", name: "SUSE Manager Retail Branch Server 4.0", product: { name: "SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-retail-branch-server:4.0", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.0", product: { name: "SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.0", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.0", product: { name: "SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.0", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 6", product: { name: "SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6", product_identification_helper: { cpe: "cpe:/o:suse:ses:6", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7", product: { name: "SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7", product_identification_helper: { cpe: "cpe:/o:suse:ses:7", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", }, product_reference: "containerd-1.4.4-5.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", }, product_reference: "docker-20.10.6_ce-6.49.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", }, product_reference: "runc-1.0.0~rc93-1.14.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", }, product_reference: "containerd-1.4.4-5.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", }, product_reference: "docker-20.10.6_ce-6.49.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-fish-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", }, product_reference: "runc-1.0.0~rc93-1.14.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", }, product_reference: "containerd-1.4.4-5.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", }, product_reference: "docker-20.10.6_ce-6.49.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", }, product_reference: "runc-1.0.0~rc93-1.14.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", }, product_reference: "containerd-1.4.4-5.32.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", }, product_reference: "docker-20.10.6_ce-6.49.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", }, product_reference: "runc-1.0.0~rc93-1.14.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", }, product_reference: "containerd-1.4.4-5.32.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", }, product_reference: "containerd-1.4.4-5.32.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", }, product_reference: "docker-20.10.6_ce-6.49.3.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", }, product_reference: "docker-20.10.6_ce-6.49.3.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", }, product_reference: "runc-1.0.0~rc93-1.14.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", }, product_reference: "runc-1.0.0~rc93-1.14.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.0", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.0", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Linux Enterprise Micro 5.0", product_id: "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", }, product_reference: "containerd-1.4.4-5.32.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "containerd-1.4.4-5.32.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", }, product_reference: "containerd-1.4.4-5.32.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", }, product_reference: "docker-20.10.6_ce-6.49.3.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.6_ce-6.49.3.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", }, product_reference: "docker-20.10.6_ce-6.49.3.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.6_ce-6.49.3.noarch as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", }, product_reference: "docker-bash-completion-20.10.6_ce-6.49.3.noarch", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.aarch64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", }, product_reference: "runc-1.0.0~rc93-1.14.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "runc-1.0.0~rc93-1.14.2.x86_64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", }, product_reference: "runc-1.0.0~rc93-1.14.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-11T08:45:35Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-11T08:45:35Z", details: "moderate", }, ], title: "CVE-2021-21285", }, { cve: "CVE-2021-21334", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21334", }, ], notes: [ { category: "general", text: "In containerd (an industry-standard container runtime) before versions 1.3.10 and 1.4.4, containers launched through containerd's CRI implementation (through Kubernetes, crictl, or any other pod/container client that uses the containerd CRI service) that share the same image may receive incorrect environment variables, including values that are defined for other containers. If the affected containers have different security contexts, this may allow sensitive information to be unintentionally shared. If you are not using containerd's CRI implementation (through one of the mechanisms described above), you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image which have different environment variables, you are not vulnerable to this issue. If you are not launching multiple containers or Kubernetes pods from the same image in rapid succession, you have reduced likelihood of being vulnerable to this issue This vulnerability has been fixed in containerd 1.3.10 and containerd 1.4.4. Users should update to these versions.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21334", url: "https://www.suse.com/security/cve/CVE-2021-21334", }, { category: "external", summary: "SUSE Bug 1183397 for CVE-2021-21334", url: "https://bugzilla.suse.com/1183397", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-11T08:45:35Z", details: "moderate", }, ], title: "CVE-2021-21334", }, { cve: "CVE-2021-30465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-30465", }, ], notes: [ { category: "general", text: "runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-30465", url: "https://www.suse.com/security/cve/CVE-2021-30465", }, { category: "external", summary: "SUSE Bug 1185405 for CVE-2021-30465", url: "https://bugzilla.suse.com/1185405", }, { category: "external", summary: "SUSE Bug 1189161 for CVE-2021-30465", url: "https://bugzilla.suse.com/1189161", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.aarch64", "SUSE Enterprise Storage 6:containerd-1.4.4-5.32.1.x86_64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Enterprise Storage 6:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 6:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Enterprise Storage 7:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Micro 5.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Micro 5.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Micro 5.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.4.4-5.32.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Proxy 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Proxy 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Proxy 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Retail Branch Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.ppc64le", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.s390x", "SUSE Manager Server 4.0:containerd-1.4.4-5.32.1.x86_64", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.ppc64le", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.s390x", "SUSE Manager Server 4.0:docker-20.10.6_ce-6.49.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-20.10.6_ce-6.49.3.noarch", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.ppc64le", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.s390x", "SUSE Manager Server 4.0:runc-1.0.0~rc93-1.14.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-06-11T08:45:35Z", details: "important", }, ], title: "CVE-2021-30465", }, ], }
suse-su-2021:0445-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, docker-runc, golang-github-docker-libnetwork", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:\n\nUpdate Docker to 19.03.15-ce:\n\n- CVE-2021-21284: potential privilege escalation when the root user in the remapped namespace has access to the host filesystem (bsc#1181732)\n- CVE-2021-21285: malformed Docker image manifest crashes the dockerd daemon (bsc#1181730)\n- CVE-2020-15157: containerd: credentials leaking during image pull (bsc#1177598)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-445,SUSE-SLE-Module-Containers-12-2021-445", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0445-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:0445-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20210445-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:0445-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008318.html", }, { category: "self", summary: "SUSE Bug 1065609", url: "https://bugzilla.suse.com/1065609", }, { category: "self", summary: "SUSE Bug 1153367", url: "https://bugzilla.suse.com/1153367", }, { category: "self", summary: "SUSE Bug 1157330", url: "https://bugzilla.suse.com/1157330", }, { category: "self", summary: "SUSE Bug 1158590", url: "https://bugzilla.suse.com/1158590", }, { category: "self", summary: "SUSE Bug 1176708", url: "https://bugzilla.suse.com/1176708", }, { category: "self", summary: "SUSE Bug 1177598", url: "https://bugzilla.suse.com/1177598", }, { category: "self", summary: "SUSE Bug 1178801", url: "https://bugzilla.suse.com/1178801", }, { category: "self", summary: "SUSE Bug 1180401", url: "https://bugzilla.suse.com/1180401", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE CVE CVE-2020-15157 page", url: "https://www.suse.com/security/cve/CVE-2020-15157/", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, ], title: "Security update for containerd, docker, docker-runc, golang-github-docker-libnetwork", tracking: { current_release_date: "2021-02-12T08:15:52Z", generator: { date: "2021-02-12T08:15:52Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:0445-1", initial_release_date: "2021-02-12T08:15:52Z", revision_history: [ { date: "2021-02-12T08:15:52Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "containerd-1.3.9-16.35.1.aarch64", product: { name: "containerd-1.3.9-16.35.1.aarch64", product_id: "containerd-1.3.9-16.35.1.aarch64", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-16.35.1.aarch64", product: { name: "containerd-ctr-1.3.9-16.35.1.aarch64", product_id: "containerd-ctr-1.3.9-16.35.1.aarch64", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-16.35.1.aarch64", product: { name: "containerd-kubic-1.3.9-16.35.1.aarch64", product_id: "containerd-kubic-1.3.9-16.35.1.aarch64", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-16.35.1.aarch64", product: { name: "containerd-kubic-ctr-1.3.9-16.35.1.aarch64", product_id: "containerd-kubic-ctr-1.3.9-16.35.1.aarch64", }, }, { category: "product_version", name: "docker-19.03.15_ce-98.60.2.aarch64", product: { name: "docker-19.03.15_ce-98.60.2.aarch64", product_id: "docker-19.03.15_ce-98.60.2.aarch64", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-98.60.2.aarch64", product: { name: "docker-kubic-19.03.15_ce-98.60.2.aarch64", product_id: "docker-kubic-19.03.15_ce-98.60.2.aarch64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.aarch64", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.aarch64", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.aarch64", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-98.60.2.aarch64", product: { name: "docker-kubic-test-19.03.15_ce-98.60.2.aarch64", product_id: "docker-kubic-test-19.03.15_ce-98.60.2.aarch64", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.aarch64", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.aarch64", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.aarch64", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.aarch64", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.aarch64", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.aarch64", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-98.60.2.aarch64", product: { name: "docker-test-19.03.15_ce-98.60.2.aarch64", product_id: "docker-test-19.03.15_ce-98.60.2.aarch64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-16.35.1.i586", product: { name: "containerd-1.3.9-16.35.1.i586", product_id: "containerd-1.3.9-16.35.1.i586", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-16.35.1.i586", product: { name: "containerd-ctr-1.3.9-16.35.1.i586", product_id: "containerd-ctr-1.3.9-16.35.1.i586", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-16.35.1.i586", product: { name: "containerd-kubic-1.3.9-16.35.1.i586", product_id: "containerd-kubic-1.3.9-16.35.1.i586", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-16.35.1.i586", product: { name: "containerd-kubic-ctr-1.3.9-16.35.1.i586", product_id: "containerd-kubic-ctr-1.3.9-16.35.1.i586", }, }, { category: "product_version", name: "docker-19.03.15_ce-98.60.2.i586", product: { name: "docker-19.03.15_ce-98.60.2.i586", product_id: "docker-19.03.15_ce-98.60.2.i586", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.i586", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.i586", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.i586", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.i586", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.i586", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.i586", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-98.60.2.i586", product: { name: "docker-test-19.03.15_ce-98.60.2.i586", product_id: "docker-test-19.03.15_ce-98.60.2.i586", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "docker-bash-completion-19.03.15_ce-98.60.2.noarch", product: { name: "docker-bash-completion-19.03.15_ce-98.60.2.noarch", product_id: "docker-bash-completion-19.03.15_ce-98.60.2.noarch", }, }, { category: "product_version", name: "docker-fish-completion-19.03.15_ce-98.60.2.noarch", product: { name: "docker-fish-completion-19.03.15_ce-98.60.2.noarch", product_id: "docker-fish-completion-19.03.15_ce-98.60.2.noarch", }, }, { category: "product_version", name: "docker-kubic-bash-completion-19.03.15_ce-98.60.2.noarch", product: { name: "docker-kubic-bash-completion-19.03.15_ce-98.60.2.noarch", product_id: "docker-kubic-bash-completion-19.03.15_ce-98.60.2.noarch", }, }, { category: "product_version", name: "docker-kubic-fish-completion-19.03.15_ce-98.60.2.noarch", product: { name: "docker-kubic-fish-completion-19.03.15_ce-98.60.2.noarch", product_id: "docker-kubic-fish-completion-19.03.15_ce-98.60.2.noarch", }, }, { category: "product_version", name: "docker-kubic-zsh-completion-19.03.15_ce-98.60.2.noarch", product: { name: "docker-kubic-zsh-completion-19.03.15_ce-98.60.2.noarch", product_id: "docker-kubic-zsh-completion-19.03.15_ce-98.60.2.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-19.03.15_ce-98.60.2.noarch", product: { name: "docker-zsh-completion-19.03.15_ce-98.60.2.noarch", product_id: "docker-zsh-completion-19.03.15_ce-98.60.2.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-16.35.1.ppc64le", product: { name: "containerd-1.3.9-16.35.1.ppc64le", product_id: "containerd-1.3.9-16.35.1.ppc64le", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-16.35.1.ppc64le", product: { name: "containerd-ctr-1.3.9-16.35.1.ppc64le", product_id: "containerd-ctr-1.3.9-16.35.1.ppc64le", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-16.35.1.ppc64le", product: { name: "containerd-kubic-1.3.9-16.35.1.ppc64le", product_id: "containerd-kubic-1.3.9-16.35.1.ppc64le", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-16.35.1.ppc64le", product: { name: "containerd-kubic-ctr-1.3.9-16.35.1.ppc64le", product_id: "containerd-kubic-ctr-1.3.9-16.35.1.ppc64le", }, }, { category: "product_version", name: "docker-19.03.15_ce-98.60.2.ppc64le", product: { name: "docker-19.03.15_ce-98.60.2.ppc64le", product_id: "docker-19.03.15_ce-98.60.2.ppc64le", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-98.60.2.ppc64le", product: { name: "docker-kubic-19.03.15_ce-98.60.2.ppc64le", product_id: "docker-kubic-19.03.15_ce-98.60.2.ppc64le", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.ppc64le", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.ppc64le", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.ppc64le", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-98.60.2.ppc64le", product: { name: "docker-kubic-test-19.03.15_ce-98.60.2.ppc64le", product_id: "docker-kubic-test-19.03.15_ce-98.60.2.ppc64le", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-98.60.2.ppc64le", product: { name: "docker-test-19.03.15_ce-98.60.2.ppc64le", product_id: "docker-test-19.03.15_ce-98.60.2.ppc64le", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-16.35.1.s390x", product: { name: "containerd-1.3.9-16.35.1.s390x", product_id: "containerd-1.3.9-16.35.1.s390x", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-16.35.1.s390x", product: { name: "containerd-ctr-1.3.9-16.35.1.s390x", product_id: "containerd-ctr-1.3.9-16.35.1.s390x", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-16.35.1.s390x", product: { name: "containerd-kubic-1.3.9-16.35.1.s390x", product_id: "containerd-kubic-1.3.9-16.35.1.s390x", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-16.35.1.s390x", product: { name: "containerd-kubic-ctr-1.3.9-16.35.1.s390x", product_id: "containerd-kubic-ctr-1.3.9-16.35.1.s390x", }, }, { category: "product_version", name: "docker-19.03.15_ce-98.60.2.s390x", product: { name: "docker-19.03.15_ce-98.60.2.s390x", product_id: "docker-19.03.15_ce-98.60.2.s390x", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-98.60.2.s390x", product: { name: "docker-kubic-19.03.15_ce-98.60.2.s390x", product_id: "docker-kubic-19.03.15_ce-98.60.2.s390x", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.s390x", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.s390x", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.s390x", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-98.60.2.s390x", product: { name: "docker-kubic-test-19.03.15_ce-98.60.2.s390x", product_id: "docker-kubic-test-19.03.15_ce-98.60.2.s390x", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-98.60.2.s390x", product: { name: "docker-test-19.03.15_ce-98.60.2.s390x", product_id: "docker-test-19.03.15_ce-98.60.2.s390x", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-16.35.1.x86_64", product: { name: "containerd-1.3.9-16.35.1.x86_64", product_id: "containerd-1.3.9-16.35.1.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-16.35.1.x86_64", product: { name: "containerd-ctr-1.3.9-16.35.1.x86_64", product_id: "containerd-ctr-1.3.9-16.35.1.x86_64", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-16.35.1.x86_64", product: { name: "containerd-kubic-1.3.9-16.35.1.x86_64", product_id: "containerd-kubic-1.3.9-16.35.1.x86_64", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-16.35.1.x86_64", product: { name: "containerd-kubic-ctr-1.3.9-16.35.1.x86_64", product_id: "containerd-kubic-ctr-1.3.9-16.35.1.x86_64", }, }, { category: "product_version", name: "docker-19.03.15_ce-98.60.2.x86_64", product: { name: "docker-19.03.15_ce-98.60.2.x86_64", product_id: "docker-19.03.15_ce-98.60.2.x86_64", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-98.60.2.x86_64", product: { name: "docker-kubic-19.03.15_ce-98.60.2.x86_64", product_id: "docker-kubic-19.03.15_ce-98.60.2.x86_64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.x86_64", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.x86_64", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-98.60.2.x86_64", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-98.60.2.x86_64", product: { name: "docker-kubic-test-19.03.15_ce-98.60.2.x86_64", product_id: "docker-kubic-test-19.03.15_ce-98.60.2.x86_64", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-98.60.2.x86_64", product: { name: "docker-test-19.03.15_ce-98.60.2.x86_64", product_id: "docker-test-19.03.15_ce-98.60.2.x86_64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 12", product: { name: "SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:12", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-16.35.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", }, product_reference: "containerd-1.3.9-16.35.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-16.35.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", }, product_reference: "containerd-1.3.9-16.35.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-16.35.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", }, product_reference: "containerd-1.3.9-16.35.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-98.60.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", }, product_reference: "docker-19.03.15_ce-98.60.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-98.60.2.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", }, product_reference: "docker-19.03.15_ce-98.60.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-98.60.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", }, product_reference: "docker-19.03.15_ce-98.60.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, ], }, vulnerabilities: [ { cve: "CVE-2020-15157", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-15157", }, ], notes: [ { category: "general", text: "In containerd (an industry-standard container runtime) before version 1.2.14 there is a credential leaking vulnerability. If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer (otherwise known as a \"foreign layer\"), the default containerd resolver will follow that URL to attempt to download it. In v1.2.x but not 1.3.0 or later, the default containerd resolver will provide its authentication credentials if the server where the URL is located presents an HTTP 401 status code along with registry-specific HTTP headers. If an attacker publishes a public image with a manifest that directs one of the layers to be fetched from a web server they control and they trick a user or system into pulling the image, they can obtain the credentials used for pulling that image. In some cases, this may be the user's username and password for the registry. In other cases, this may be the credentials attached to the cloud virtual instance which can grant access to other cloud resources in the account. The default containerd resolver is used by the cri-containerd plugin (which can be used by Kubernetes), the ctr development tool, and other client programs that have explicitly linked against it. This vulnerability has been fixed in containerd 1.2.14. containerd 1.3 and later are not affected. If you are using containerd 1.3 or later, you are not affected. If you are using cri-containerd in the 1.2 series or prior, you should ensure you only pull images from trusted sources. Other container runtimes built on top of containerd but not using the default resolver (such as Docker) are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-15157", url: "https://www.suse.com/security/cve/CVE-2020-15157", }, { category: "external", summary: "SUSE Bug 1177598 for CVE-2020-15157", url: "https://bugzilla.suse.com/1177598", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-12T08:15:52Z", details: "moderate", }, ], title: "CVE-2020-15157", }, { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-12T08:15:52Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.s390x", "SUSE Linux Enterprise Module for Containers 12:containerd-1.3.9-16.35.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-19.03.15_ce-98.60.2.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-37.1.x86_64", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.s390x", "SUSE Linux Enterprise Module for Containers 12:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-1.52.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-12T08:15:52Z", details: "moderate", }, ], title: "CVE-2021-21285", }, ], }
suse-su-2021:0435-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker, docker-runc, golang-github-docker-libnetwork", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2020-15257: Fixed a privilege escalation in containerd (bsc#1178969).\n- CVE-2021-21284: potential privilege escalation when the root user in the remapped namespace has access to the host filesystem (bsc#1181732)\n- CVE-2021-21285: pulling a malformed Docker image manifest crashes the dockerd daemon (bsc#1181730)\n\nNon-security issues fixed:\n\n- Update Docker to 19.03.15-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md. This update includes fixes for\n bsc#1181732 (CVE-2021-21284) and bsc#1181730 (CVE-2021-21285).\n\n- Only apply the boo#1178801 libnetwork patch to handle firewalld on openSUSE.\n It appears that SLES doesn't like the patch. (bsc#1180401)\n\n- Update to containerd v1.3.9, which is needed for Docker v19.03.14-ce and\n fixes CVE-2020-15257. bsc#1180243\n\n- Update to containerd v1.3.7, which is required for Docker 19.03.13-ce.\n bsc#1176708\n\n- Update to Docker 19.03.14-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md. CVE-2020-15257 bsc#1180243\n https://github.com/docker/docker-ce/releases/tag/v19.03.14\n\n- Enable fish-completion\n\n- Add a patch which makes Docker compatible with firewalld with\n nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548\n (bsc#1178801, SLE-16460)\n\n- Update to Docker 19.03.13-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1176708\n\n- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)\n\n- Emergency fix: %requires_eq does not work with provide symbols,\n only effective package names. Convert back to regular Requires.\n\n- Update to Docker 19.03.12-ce. See upstream changelog in the packaged\n /usr/share/doc/packages/docker/CHANGELOG.md.\n- Use Go 1.13 instead of Go 1.14 because Go 1.14 can cause all sorts of\n spurrious errors due to Go returning -EINTR from I/O syscalls much more often\n (due to Go 1.14's pre-emptive goroutine support).\n- Add BuildRequires for all -git dependencies so that we catch missing\n dependencies much more quickly.\n\n- Update to libnetwork 55e924b8a842, which is required for Docker 19.03.14-ce.\n bsc#1180243\n\n- Add patch which makes libnetwork compatible with firewalld with\n nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548\n (bsc#1178801, SLE-16460)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-435,SUSE-SLE-Module-Containers-15-SP2-2021-435,SUSE-SLE-Module-Containers-15-SP3-2021-435,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-435,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-435,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-435,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-435,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-435,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-435,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-435,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-435,SUSE-Storage-6-2021-435", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0435-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:0435-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20210435-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:0435-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008311.html", }, { category: "self", summary: "SUSE Bug 1174075", url: "https://bugzilla.suse.com/1174075", }, { category: "self", summary: "SUSE Bug 1176708", url: "https://bugzilla.suse.com/1176708", }, { category: "self", summary: "SUSE Bug 1178801", url: "https://bugzilla.suse.com/1178801", }, { category: "self", summary: "SUSE Bug 1178969", url: "https://bugzilla.suse.com/1178969", }, { category: "self", summary: "SUSE Bug 1180243", url: "https://bugzilla.suse.com/1180243", }, { category: "self", summary: "SUSE Bug 1180401", url: "https://bugzilla.suse.com/1180401", }, { category: "self", summary: "SUSE Bug 1181730", url: "https://bugzilla.suse.com/1181730", }, { category: "self", summary: "SUSE Bug 1181732", url: "https://bugzilla.suse.com/1181732", }, { category: "self", summary: "SUSE CVE CVE-2020-15257 page", url: "https://www.suse.com/security/cve/CVE-2020-15257/", }, { category: "self", summary: "SUSE CVE CVE-2021-21284 page", url: "https://www.suse.com/security/cve/CVE-2021-21284/", }, { category: "self", summary: "SUSE CVE CVE-2021-21285 page", url: "https://www.suse.com/security/cve/CVE-2021-21285/", }, ], title: "Security update for containerd, docker, docker-runc, golang-github-docker-libnetwork", tracking: { current_release_date: "2021-02-11T13:47:59Z", generator: { date: "2021-02-11T13:47:59Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:0435-1", initial_release_date: "2021-02-11T13:47:59Z", revision_history: [ { date: "2021-02-11T13:47:59Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "containerd-1.3.9-5.29.3.aarch64", product: { name: "containerd-1.3.9-5.29.3.aarch64", product_id: "containerd-1.3.9-5.29.3.aarch64", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-5.29.3.aarch64", product: { name: "containerd-ctr-1.3.9-5.29.3.aarch64", product_id: "containerd-ctr-1.3.9-5.29.3.aarch64", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-5.29.3.aarch64", product: { name: "containerd-kubic-1.3.9-5.29.3.aarch64", product_id: "containerd-kubic-1.3.9-5.29.3.aarch64", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-5.29.3.aarch64", product: { name: "containerd-kubic-ctr-1.3.9-5.29.3.aarch64", product_id: "containerd-kubic-ctr-1.3.9-5.29.3.aarch64", }, }, { category: "product_version", name: "docker-19.03.15_ce-6.43.3.aarch64", product: { name: "docker-19.03.15_ce-6.43.3.aarch64", product_id: "docker-19.03.15_ce-6.43.3.aarch64", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-6.43.3.aarch64", product: { name: "docker-kubic-19.03.15_ce-6.43.3.aarch64", product_id: "docker-kubic-19.03.15_ce-6.43.3.aarch64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.aarch64", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.aarch64", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.aarch64", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-6.43.3.aarch64", product: { name: "docker-kubic-test-19.03.15_ce-6.43.3.aarch64", product_id: "docker-kubic-test-19.03.15_ce-6.43.3.aarch64", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-6.43.3.aarch64", product: { name: "docker-test-19.03.15_ce-6.43.3.aarch64", product_id: "docker-test-19.03.15_ce-6.43.3.aarch64", }, }, { category: "product_version", name: "fish-2.7.1-1.3.8.aarch64", product: { name: "fish-2.7.1-1.3.8.aarch64", product_id: "fish-2.7.1-1.3.8.aarch64", }, }, { category: "product_version", name: "fish-devel-2.7.1-1.3.8.aarch64", product: { name: "fish-devel-2.7.1-1.3.8.aarch64", product_id: "fish-devel-2.7.1-1.3.8.aarch64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-5.29.3.i586", product: { name: "containerd-1.3.9-5.29.3.i586", product_id: "containerd-1.3.9-5.29.3.i586", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-5.29.3.i586", product: { name: "containerd-ctr-1.3.9-5.29.3.i586", product_id: "containerd-ctr-1.3.9-5.29.3.i586", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-5.29.3.i586", product: { name: "containerd-kubic-1.3.9-5.29.3.i586", product_id: "containerd-kubic-1.3.9-5.29.3.i586", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-5.29.3.i586", product: { name: "containerd-kubic-ctr-1.3.9-5.29.3.i586", product_id: "containerd-kubic-ctr-1.3.9-5.29.3.i586", }, }, { category: "product_version", name: "docker-19.03.15_ce-6.43.3.i586", product: { name: "docker-19.03.15_ce-6.43.3.i586", product_id: "docker-19.03.15_ce-6.43.3.i586", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.i586", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.i586", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.i586", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.i586", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.i586", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.i586", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-6.43.3.i586", product: { name: "docker-test-19.03.15_ce-6.43.3.i586", product_id: "docker-test-19.03.15_ce-6.43.3.i586", }, }, { category: "product_version", name: "fish-2.7.1-1.3.8.i586", product: { name: "fish-2.7.1-1.3.8.i586", product_id: "fish-2.7.1-1.3.8.i586", }, }, { category: "product_version", name: "fish-devel-2.7.1-1.3.8.i586", product: { name: "fish-devel-2.7.1-1.3.8.i586", product_id: "fish-devel-2.7.1-1.3.8.i586", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", product: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", product_id: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, }, { category: "product_version", name: "docker-fish-completion-19.03.15_ce-6.43.3.noarch", product: { name: "docker-fish-completion-19.03.15_ce-6.43.3.noarch", product_id: "docker-fish-completion-19.03.15_ce-6.43.3.noarch", }, }, { category: "product_version", name: "docker-kubic-bash-completion-19.03.15_ce-6.43.3.noarch", product: { name: "docker-kubic-bash-completion-19.03.15_ce-6.43.3.noarch", product_id: "docker-kubic-bash-completion-19.03.15_ce-6.43.3.noarch", }, }, { category: "product_version", name: "docker-kubic-fish-completion-19.03.15_ce-6.43.3.noarch", product: { name: "docker-kubic-fish-completion-19.03.15_ce-6.43.3.noarch", product_id: "docker-kubic-fish-completion-19.03.15_ce-6.43.3.noarch", }, }, { category: "product_version", name: "docker-kubic-zsh-completion-19.03.15_ce-6.43.3.noarch", product: { name: "docker-kubic-zsh-completion-19.03.15_ce-6.43.3.noarch", product_id: "docker-kubic-zsh-completion-19.03.15_ce-6.43.3.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-19.03.15_ce-6.43.3.noarch", product: { name: "docker-zsh-completion-19.03.15_ce-6.43.3.noarch", product_id: "docker-zsh-completion-19.03.15_ce-6.43.3.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-5.29.3.ppc64le", product: { name: "containerd-1.3.9-5.29.3.ppc64le", product_id: "containerd-1.3.9-5.29.3.ppc64le", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-5.29.3.ppc64le", product: { name: "containerd-ctr-1.3.9-5.29.3.ppc64le", product_id: "containerd-ctr-1.3.9-5.29.3.ppc64le", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-5.29.3.ppc64le", product: { name: "containerd-kubic-1.3.9-5.29.3.ppc64le", product_id: "containerd-kubic-1.3.9-5.29.3.ppc64le", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-5.29.3.ppc64le", product: { name: "containerd-kubic-ctr-1.3.9-5.29.3.ppc64le", product_id: "containerd-kubic-ctr-1.3.9-5.29.3.ppc64le", }, }, { category: "product_version", name: "docker-19.03.15_ce-6.43.3.ppc64le", product: { name: "docker-19.03.15_ce-6.43.3.ppc64le", product_id: "docker-19.03.15_ce-6.43.3.ppc64le", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-6.43.3.ppc64le", product: { name: "docker-kubic-19.03.15_ce-6.43.3.ppc64le", product_id: "docker-kubic-19.03.15_ce-6.43.3.ppc64le", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.ppc64le", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.ppc64le", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.ppc64le", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-6.43.3.ppc64le", product: { name: "docker-kubic-test-19.03.15_ce-6.43.3.ppc64le", product_id: "docker-kubic-test-19.03.15_ce-6.43.3.ppc64le", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-6.43.3.ppc64le", product: { name: "docker-test-19.03.15_ce-6.43.3.ppc64le", product_id: "docker-test-19.03.15_ce-6.43.3.ppc64le", }, }, { category: "product_version", name: "fish-2.7.1-1.3.8.ppc64le", product: { name: "fish-2.7.1-1.3.8.ppc64le", product_id: "fish-2.7.1-1.3.8.ppc64le", }, }, { category: "product_version", name: "fish-devel-2.7.1-1.3.8.ppc64le", product: { name: "fish-devel-2.7.1-1.3.8.ppc64le", product_id: "fish-devel-2.7.1-1.3.8.ppc64le", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-5.29.3.s390x", product: { name: "containerd-1.3.9-5.29.3.s390x", product_id: "containerd-1.3.9-5.29.3.s390x", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-5.29.3.s390x", product: { name: "containerd-ctr-1.3.9-5.29.3.s390x", product_id: "containerd-ctr-1.3.9-5.29.3.s390x", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-5.29.3.s390x", product: { name: "containerd-kubic-1.3.9-5.29.3.s390x", product_id: "containerd-kubic-1.3.9-5.29.3.s390x", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-5.29.3.s390x", product: { name: "containerd-kubic-ctr-1.3.9-5.29.3.s390x", product_id: "containerd-kubic-ctr-1.3.9-5.29.3.s390x", }, }, { category: "product_version", name: "docker-19.03.15_ce-6.43.3.s390x", product: { name: "docker-19.03.15_ce-6.43.3.s390x", product_id: "docker-19.03.15_ce-6.43.3.s390x", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-6.43.3.s390x", product: { name: "docker-kubic-19.03.15_ce-6.43.3.s390x", product_id: "docker-kubic-19.03.15_ce-6.43.3.s390x", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.s390x", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.s390x", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.s390x", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-6.43.3.s390x", product: { name: "docker-kubic-test-19.03.15_ce-6.43.3.s390x", product_id: "docker-kubic-test-19.03.15_ce-6.43.3.s390x", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-6.43.3.s390x", product: { name: "docker-test-19.03.15_ce-6.43.3.s390x", product_id: "docker-test-19.03.15_ce-6.43.3.s390x", }, }, { category: "product_version", name: "fish-2.7.1-1.3.8.s390x", product: { name: "fish-2.7.1-1.3.8.s390x", product_id: "fish-2.7.1-1.3.8.s390x", }, }, { category: "product_version", name: "fish-devel-2.7.1-1.3.8.s390x", product: { name: "fish-devel-2.7.1-1.3.8.s390x", product_id: "fish-devel-2.7.1-1.3.8.s390x", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "containerd-1.3.9-5.29.3.x86_64", product: { name: "containerd-1.3.9-5.29.3.x86_64", product_id: "containerd-1.3.9-5.29.3.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.3.9-5.29.3.x86_64", product: { name: "containerd-ctr-1.3.9-5.29.3.x86_64", product_id: "containerd-ctr-1.3.9-5.29.3.x86_64", }, }, { category: "product_version", name: "containerd-kubic-1.3.9-5.29.3.x86_64", product: { name: "containerd-kubic-1.3.9-5.29.3.x86_64", product_id: "containerd-kubic-1.3.9-5.29.3.x86_64", }, }, { category: "product_version", name: "containerd-kubic-ctr-1.3.9-5.29.3.x86_64", product: { name: "containerd-kubic-ctr-1.3.9-5.29.3.x86_64", product_id: "containerd-kubic-ctr-1.3.9-5.29.3.x86_64", }, }, { category: "product_version", name: "docker-19.03.15_ce-6.43.3.x86_64", product: { name: "docker-19.03.15_ce-6.43.3.x86_64", product_id: "docker-19.03.15_ce-6.43.3.x86_64", }, }, { category: "product_version", name: "docker-kubic-19.03.15_ce-6.43.3.x86_64", product: { name: "docker-kubic-19.03.15_ce-6.43.3.x86_64", product_id: "docker-kubic-19.03.15_ce-6.43.3.x86_64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.x86_64", product: { name: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.x86_64", product_id: "docker-kubic-kubeadm-criconfig-19.03.15_ce-6.43.3.x86_64", }, }, { category: "product_version", name: "docker-kubic-test-19.03.15_ce-6.43.3.x86_64", product: { name: "docker-kubic-test-19.03.15_ce-6.43.3.x86_64", product_id: "docker-kubic-test-19.03.15_ce-6.43.3.x86_64", }, }, { category: "product_version", name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product_id: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, }, { category: "product_version", name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product: { name: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product_id: "docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, }, { category: "product_version", name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", product: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", product_id: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, }, { category: "product_version", name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", product: { name: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", product_id: "docker-runc-kubic-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, }, { category: "product_version", name: "docker-test-19.03.15_ce-6.43.3.x86_64", product: { name: "docker-test-19.03.15_ce-6.43.3.x86_64", product_id: "docker-test-19.03.15_ce-6.43.3.x86_64", }, }, { category: "product_version", name: "fish-2.7.1-1.3.8.x86_64", product: { name: "fish-2.7.1-1.3.8.x86_64", product_id: "fish-2.7.1-1.3.8.x86_64", }, }, { category: "product_version", name: "fish-devel-2.7.1-1.3.8.x86_64", product: { name: "fish-devel-2.7.1-1.3.8.x86_64", product_id: "fish-devel-2.7.1-1.3.8.x86_64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product: { name: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product_id: "golang-github-docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, }, { category: "product_version", name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product: { name: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", product_id: "golang-github-docker-libnetwork-kubic-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 15 SP2", product: { name: "SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP1-BCL", product: { name: "SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL", product_identification_helper: { cpe: "cpe:/o:suse:sles_bcl:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP1-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp1", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.0", product: { name: "SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.0", }, }, }, { category: "product_name", name: "SUSE Manager Retail Branch Server 4.0", product: { name: "SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-retail-branch-server:4.0", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.0", product: { name: "SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.0", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 6", product: { name: "SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6", product_identification_helper: { cpe: "cpe:/o:suse:ses:6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", }, product_reference: "containerd-1.3.9-5.29.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", }, product_reference: "containerd-1.3.9-5.29.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", }, product_reference: "containerd-1.3.9-5.29.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", }, product_reference: "docker-19.03.15_ce-6.43.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", }, product_reference: "docker-19.03.15_ce-6.43.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", }, product_reference: "docker-19.03.15_ce-6.43.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP2", product_id: "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", }, product_reference: "containerd-1.3.9-5.29.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", }, product_reference: "docker-19.03.15_ce-6.43.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", }, product_reference: "containerd-1.3.9-5.29.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", }, product_reference: "docker-19.03.15_ce-6.43.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", }, product_reference: "containerd-1.3.9-5.29.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", }, product_reference: "containerd-1.3.9-5.29.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", }, product_reference: "containerd-1.3.9-5.29.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", }, product_reference: "docker-19.03.15_ce-6.43.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", }, product_reference: "docker-19.03.15_ce-6.43.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", }, product_reference: "docker-19.03.15_ce-6.43.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", }, product_reference: "containerd-1.3.9-5.29.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", }, product_reference: "docker-19.03.15_ce-6.43.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Manager Proxy 4.0", product_id: "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Manager Retail Branch Server 4.0", product_id: "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", }, product_reference: "containerd-1.3.9-5.29.3.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", }, product_reference: "containerd-1.3.9-5.29.3.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", }, product_reference: "docker-19.03.15_ce-6.43.3.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", }, product_reference: "docker-19.03.15_ce-6.43.3.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Manager Server 4.0", product_id: "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Manager Server 4.0", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", }, product_reference: "containerd-1.3.9-5.29.3.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "containerd-1.3.9-5.29.3.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", }, product_reference: "containerd-1.3.9-5.29.3.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", }, product_reference: "docker-19.03.15_ce-6.43.3.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-19.03.15_ce-6.43.3.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", }, product_reference: "docker-19.03.15_ce-6.43.3.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-19.03.15_ce-6.43.3.noarch as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", }, product_reference: "docker-bash-completion-19.03.15_ce-6.43.3.noarch", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", }, product_reference: "docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", }, product_reference: "docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, ], }, vulnerabilities: [ { cve: "CVE-2020-15257", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-15257", }, ], notes: [ { category: "general", text: "containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim's API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the \"host\" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2020-15257", url: "https://www.suse.com/security/cve/CVE-2020-15257", }, { category: "external", summary: "SUSE Bug 1178969 for CVE-2020-15257", url: "https://bugzilla.suse.com/1178969", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-11T13:47:59Z", details: "important", }, ], title: "CVE-2020-15257", }, { cve: "CVE-2021-21284", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21284", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21284", url: "https://www.suse.com/security/cve/CVE-2021-21284", }, { category: "external", summary: "SUSE Bug 1181732 for CVE-2021-21284", url: "https://bugzilla.suse.com/1181732", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.5, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-11T13:47:59Z", details: "low", }, ], title: "CVE-2021-21284", }, { cve: "CVE-2021-21285", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21285", }, ], notes: [ { category: "general", text: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21285", url: "https://www.suse.com/security/cve/CVE-2021-21285", }, { category: "external", summary: "SUSE Bug 1181730 for CVE-2021-21285", url: "https://bugzilla.suse.com/1181730", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.aarch64", "SUSE Enterprise Storage 6:containerd-1.3.9-5.29.3.x86_64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Enterprise Storage 6:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Enterprise Storage 6:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Enterprise Storage 6:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Module for Containers 15 SP2:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.3.9-5.29.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Proxy 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Proxy 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Proxy 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Proxy 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Proxy 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Retail Branch Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Retail Branch Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Retail Branch Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.ppc64le", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.s390x", "SUSE Manager Server 4.0:containerd-1.3.9-5.29.3.x86_64", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.ppc64le", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.s390x", "SUSE Manager Server 4.0:docker-19.03.15_ce-6.43.3.x86_64", "SUSE Manager Server 4.0:docker-bash-completion-19.03.15_ce-6.43.3.noarch", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.ppc64le", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.s390x", "SUSE Manager Server 4.0:docker-libnetwork-0.7.0.1+gitr2908_55e924b8a842-4.28.3.x86_64", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.ppc64le", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.s390x", "SUSE Manager Server 4.0:docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-02-11T13:47:59Z", details: "moderate", }, ], title: "CVE-2021-21285", }, ], }
ghsa-7452-xqpj-6rpc
Vulnerability from github
Impact
When using --userns-remap
, if the root user in the remapped namespace has access to the host filesystem they can modify files under /var/lib/docker/<remapping>
that cause writing files with extended privileges.
Patches
Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.
Credits
Maintainers would like to thank Alex Chapman for discovering the vulnerability; @awprice, @nathanburrell, @raulgomis, @chris-walz, @erin-jensby, @bassmatt, @mark-adams, @dbaxa for working on it and Zac Ellis for responsibly disclosing it to security@docker.com
{ affected: [ { package: { ecosystem: "Go", name: "github.com/moby/moby", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "19.3.15", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "Go", name: "github.com/moby/moby", }, ranges: [ { events: [ { introduced: "20.10.0-beta1", }, { fixed: "20.10.3", }, ], type: "ECOSYSTEM", }, ], }, ], aliases: [ "CVE-2021-21284", ], database_specific: { cwe_ids: [ "CWE-22", ], github_reviewed: true, github_reviewed_at: "2024-01-31T23:14:25Z", nvd_published_at: "2021-02-02T18:15:00Z", severity: "MODERATE", }, details: "### Impact\n\nWhen using `--userns-remap`, if the root user in the remapped namespace has access to the host filesystem they can modify files under `/var/lib/docker/<remapping>` that cause writing files with extended privileges.\n\n### Patches\n\nVersions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.\n\n### Credits\n\nMaintainers would like to thank Alex Chapman for discovering the vulnerability; @awprice, @nathanburrell, @raulgomis, @chris-walz, @erin-jensby, @bassmatt, @mark-adams, @dbaxa for working on it and Zac Ellis for responsibly disclosing it to security@docker.com", id: "GHSA-7452-xqpj-6rpc", modified: "2024-06-10T18:39:17Z", published: "2024-01-31T23:14:25Z", references: [ { type: "WEB", url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21284", }, { type: "WEB", url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { type: "WEB", url: "https://docs.docker.com/engine/release-notes/#20103", }, { type: "WEB", url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { type: "WEB", url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { type: "WEB", url: "https://security.gentoo.org/glsa/202107-23", }, { type: "WEB", url: "https://security.netapp.com/advisory/ntap-20210226-0005", }, { type: "WEB", url: "https://www.debian.org/security/2021/dsa-4865", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", type: "CVSS_V3", }, ], summary: "moby Access to remapped root allows privilege escalation to real root", }
fkie_cve-2021-21284
Vulnerability from fkie_nvd
6.8 (Medium) - CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N
Vendor | Product | Version | |
---|---|---|---|
docker | docker | * | |
docker | docker | * | |
debian | debian_linux | 10.0 | |
netapp | e-series_santricity_os_controller | * |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*", matchCriteriaId: "C6B22016-AB78-4E82-9F65-AEC2526F3EDF", versionEndExcluding: "19.03.15", vulnerable: true, }, { criteria: "cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*", matchCriteriaId: "B4427D14-D219-490B-8467-40FE253775A1", versionEndExcluding: "20.10.3", versionStartIncluding: "20.0.0", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", matchCriteriaId: "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*", matchCriteriaId: "BD1E9594-C46F-40D1-8BC2-6B16635B55C4", versionEndIncluding: "11.60.3", versionStartIncluding: "11.0.0", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/<remapping>\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.", }, { lang: "es", value: "En Docker versiones anteriores a 9.03.15, 20.10.3, se presenta una vulnerabilidad que involucra la opción --userns-remap en la que un acceso a una root reasignada permite una escalada de privilegios a la root actual. Cuando se usa \"--userns-remap\", si el usuario root en el espacio de nombres reasignado tiene acceso al sistema de archivos del host, puede modificar archivos en \"/var/lib/docker/(remapping)\" que causa la escritura de archivos con privilegios extendidos. Las versiones 20.10.3 y 19.03.15 contienen parches que evitan una escalada de privilegios del usuario reasignado", }, ], id: "CVE-2021-21284", lastModified: "2024-11-21T05:47:55.867", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "LOW", cvssData: { accessComplexity: "LOW", accessVector: "ADJACENT_NETWORK", authentication: "SINGLE", availabilityImpact: "NONE", baseScore: 2.7, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:A/AC:L/Au:S/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 5.1, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, exploitabilityScore: 2.3, impactScore: 4, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 6.8, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, exploitabilityScore: 2.3, impactScore: 4, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2021-02-02T18:15:11.827", references: [ { source: "security-advisories@github.com", tags: [ "Release Notes", "Vendor Advisory", ], url: "https://docs.docker.com/engine/release-notes/#20103", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { source: "security-advisories@github.com", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { source: "security-advisories@github.com", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202107-23", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://www.debian.org/security/2021/dsa-4865", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Release Notes", "Vendor Advisory", ], url: "https://docs.docker.com/engine/release-notes/#20103", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/moby/moby/commit/64bd4485b3a66a597c02c95f5776395e540b2c7c", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/moby/moby/releases/tag/v19.03.15", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/moby/moby/releases/tag/v20.10.3", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://github.com/moby/moby/security/advisories/GHSA-7452-xqpj-6rpc", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202107-23", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20210226-0005/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://www.debian.org/security/2021/dsa-4865", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-22", }, ], source: "security-advisories@github.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-22", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.