Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2021-21261
Vulnerability from cvelistv5
Published
2021-01-14 19:40
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.
References
Impacted products
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T18:09:14.989Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { name: "DSA-4830", tags: [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred", ], url: "https://www.debian.org/security/2021/dsa-4830", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { name: "GLSA-202101-21", tags: [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred", ], url: "https://security.gentoo.org/glsa/202101-21", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "flatpak", vendor: "flatpak", versions: [ { status: "affected", version: ">= 0.11.4, < 1.8.5", }, { status: "affected", version: ">= 1.9.0, < 1.10.0", }, ], }, ], descriptions: [ { lang: "en", value: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", }, ], metrics: [ { cvssV3_1: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-74", description: "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2021-01-25T02:06:26", orgId: "a0819718-46f1-4df5-94e2-005712e83aaa", shortName: "GitHub_M", }, references: [ { tags: [ "x_refsource_CONFIRM", ], url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { name: "DSA-4830", tags: [ "vendor-advisory", "x_refsource_DEBIAN", ], url: "https://www.debian.org/security/2021/dsa-4830", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { name: "GLSA-202101-21", tags: [ "vendor-advisory", "x_refsource_GENTOO", ], url: "https://security.gentoo.org/glsa/202101-21", }, ], source: { advisory: "GHSA-4ppf-fxf6-vxg2", discovery: "UNKNOWN", }, title: "Flatpak sandbox escape via spawn portal", x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-21261", STATE: "PUBLIC", TITLE: "Flatpak sandbox escape via spawn portal", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "flatpak", version: { version_data: [ { version_value: ">= 0.11.4, < 1.8.5", }, { version_value: ">= 1.9.0, < 1.10.0", }, ], }, }, ], }, vendor_name: "flatpak", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", refsource: "CONFIRM", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { name: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", refsource: "MISC", url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { name: "DSA-4830", refsource: "DEBIAN", url: "https://www.debian.org/security/2021/dsa-4830", }, { name: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { name: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { name: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { name: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { name: "GLSA-202101-21", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202101-21", }, ], }, source: { advisory: "GHSA-4ppf-fxf6-vxg2", discovery: "UNKNOWN", }, }, }, }, cveMetadata: { assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa", assignerShortName: "GitHub_M", cveId: "CVE-2021-21261", datePublished: "2021-01-14T19:40:21", dateReserved: "2020-12-22T00:00:00", dateUpdated: "2024-08-03T18:09:14.989Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2021-21261\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-01-14T20:15:12.360\",\"lastModified\":\"2024-11-21T05:47:53.037\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.\"},{\"lang\":\"es\",\"value\":\"Flatpak es un sistema para crear, distribuir y ejecutar aplicaciones de escritorio en sandbox en Linux. Se detectó un fallo en el servicio \\\"flatpak-portal\\\" que puede permitir que las aplicaciones en sandbox ejecuten código arbitrario en el sistema host (un escape del sandbox). Este fallo de escape del sandbox está presente en las versiones 0.11.4 y anteriores a las versiones reparadas 1.8.5 y 1.10.0. El servicio D-Bus del portal Flatpak (\\\"flatpak-portal\\\", también conocido por su nombre de servicio D-Bus \\\"org.freedesktop.portal.Flatpak\\\") permite que las aplicaciones en un sandbox de Flatpak inicien sus propios subprocesos en una nueva instancia del sandbox, ya sea con la misma configuración de seguridad que la persona que llama o con una configuración de seguridad más restrictiva. Por ejemplo, esto se usa en navegadores web empaquetados con Flatpak, como Chromium, para iniciar subprocesos que procesarán contenido web no confiable. y dar a esos subprocesos un sandbox más restrictivo que el propio navegador. En versiones vulnerables, el servicio del portal Flatpak pasa las variables de entorno especificadas por la persona que llama hacia procesos que no están en el sandbox en el sistema host y, en particular, al comando \\\"flatpak run\\\" que se usa para iniciar la nueva instancia del sandbox. Una aplicación Flatpak maliciosa o comprometida podría establecer variables de entorno en las que confíe el comando \\\"flatpak run\\\" y usarlas para ejecutar código arbitrario que no se encuentra en un sandbox. Como solución alternativa, esta vulnerabilidad puede ser mitigada evitando que se inicie el servicio \\\"flatpak-portal\\\", pero esa mitigación impedirá que muchas aplicaciones de Flatpak funcionen correctamente. Esto se corrige en las versiones 1.8.5 y 1.10.0\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.0,\"impactScore\":4.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:C/I:C/A:C\",\"baseScore\":7.2,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":3.9,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-74\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"0.11.4\",\"versionEndExcluding\":\"1.8.5\",\"matchCriteriaId\":\"041D999E-622C-4771-9819-57C6F1BE7056\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.9.1\",\"versionEndExcluding\":\"1.10.0\",\"matchCriteriaId\":\"FD8B7A39-7AB9-43AA-9B31-B2112B6D90CF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/releases/tag/1.8.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202101-21\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4830\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/releases/tag/1.8.5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202101-21\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4830\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}", }, }
fkie_cve-2021-21261
Vulnerability from fkie_nvd
Published
2021-01-14 20:15
Modified
2024-11-21 05:47
Severity ?
7.3 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
8.8 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
8.8 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Summary
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.
References
Impacted products
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", matchCriteriaId: "041D999E-622C-4771-9819-57C6F1BE7056", versionEndExcluding: "1.8.5", versionStartIncluding: "0.11.4", vulnerable: true, }, { criteria: "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", matchCriteriaId: "FD8B7A39-7AB9-43AA-9B31-B2112B6D90CF", versionEndExcluding: "1.10.0", versionStartIncluding: "1.9.1", 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", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", }, { lang: "es", value: "Flatpak es un sistema para crear, distribuir y ejecutar aplicaciones de escritorio en sandbox en Linux. Se detectó un fallo en el servicio \"flatpak-portal\" que puede permitir que las aplicaciones en sandbox ejecuten código arbitrario en el sistema host (un escape del sandbox). Este fallo de escape del sandbox está presente en las versiones 0.11.4 y anteriores a las versiones reparadas 1.8.5 y 1.10.0. El servicio D-Bus del portal Flatpak (\"flatpak-portal\", también conocido por su nombre de servicio D-Bus \"org.freedesktop.portal.Flatpak\") permite que las aplicaciones en un sandbox de Flatpak inicien sus propios subprocesos en una nueva instancia del sandbox, ya sea con la misma configuración de seguridad que la persona que llama o con una configuración de seguridad más restrictiva. Por ejemplo, esto se usa en navegadores web empaquetados con Flatpak, como Chromium, para iniciar subprocesos que procesarán contenido web no confiable. y dar a esos subprocesos un sandbox más restrictivo que el propio navegador. En versiones vulnerables, el servicio del portal Flatpak pasa las variables de entorno especificadas por la persona que llama hacia procesos que no están en el sandbox en el sistema host y, en particular, al comando \"flatpak run\" que se usa para iniciar la nueva instancia del sandbox. Una aplicación Flatpak maliciosa o comprometida podría establecer variables de entorno en las que confíe el comando \"flatpak run\" y usarlas para ejecutar código arbitrario que no se encuentra en un sandbox. Como solución alternativa, esta vulnerabilidad puede ser mitigada evitando que se inicie el servicio \"flatpak-portal\", pero esa mitigación impedirá que muchas aplicaciones de Flatpak funcionen correctamente. Esto se corrige en las versiones 1.8.5 y 1.10.0", }, ], id: "CVE-2021-21261", lastModified: "2024-11-21T05:47:53.037", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "HIGH", cvssData: { accessComplexity: "LOW", accessVector: "LOCAL", authentication: "NONE", availabilityImpact: "COMPLETE", baseScore: 7.2, confidentialityImpact: "COMPLETE", integrityImpact: "COMPLETE", vectorString: "AV:L/AC:L/Au:N/C:C/I:C/A:C", version: "2.0", }, exploitabilityScore: 3.9, impactScore: 10, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, exploitabilityScore: 2, impactScore: 4.7, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2, impactScore: 6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2021-01-14T20:15:12.360", references: [ { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202101-21", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://www.debian.org/security/2021/dsa-4830", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202101-21", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://www.debian.org/security/2021/dsa-4830", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-74", }, ], source: "security-advisories@github.com", type: "Primary", }, ], }
gsd-2021-21261
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.
Aliases
Aliases
{ GSD: { alias: "CVE-2021-21261", description: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", id: "GSD-2021-21261", references: [ "https://www.suse.com/security/cve/CVE-2021-21261.html", "https://www.debian.org/security/2021/dsa-4830", "https://access.redhat.com/errata/RHSA-2021:0411", "https://access.redhat.com/errata/RHSA-2021:0307", "https://access.redhat.com/errata/RHSA-2021:0306", "https://access.redhat.com/errata/RHSA-2021:0304", "https://ubuntu.com/security/CVE-2021-21261", "https://advisories.mageia.org/CVE-2021-21261.html", "https://security.archlinux.org/CVE-2021-21261", "https://linux.oracle.com/cve/CVE-2021-21261.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2021-21261", ], details: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", id: "GSD-2021-21261", modified: "2023-12-13T01:23:10.421416Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-21261", STATE: "PUBLIC", TITLE: "Flatpak sandbox escape via spawn portal", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "flatpak", version: { version_data: [ { version_value: ">= 0.11.4, < 1.8.5", }, { version_value: ">= 1.9.0, < 1.10.0", }, ], }, }, ], }, vendor_name: "flatpak", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", refsource: "CONFIRM", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { name: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", refsource: "MISC", url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { name: "DSA-4830", refsource: "DEBIAN", url: "https://www.debian.org/security/2021/dsa-4830", }, { name: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { name: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { name: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { name: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", refsource: "MISC", url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { name: "GLSA-202101-21", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202101-21", }, ], }, source: { advisory: "GHSA-4ppf-fxf6-vxg2", discovery: "UNKNOWN", }, }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "1.8.5", versionStartIncluding: "0.11.4", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "1.10.0", versionStartIncluding: "1.9.1", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-21261", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-74", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", refsource: "MISC", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/releases/tag/1.8.5", }, { name: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, { name: "DSA-4830", refsource: "DEBIAN", tags: [ "Third Party Advisory", ], url: "https://www.debian.org/security/2021/dsa-4830", }, { name: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", refsource: "MISC", tags: [ "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba", }, { name: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486", }, { name: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4", }, { name: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b", }, { name: "GLSA-202101-21", refsource: "GENTOO", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202101-21", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "LOW", accessVector: "LOCAL", authentication: "NONE", availabilityImpact: "COMPLETE", baseScore: 7.2, confidentialityImpact: "COMPLETE", integrityImpact: "COMPLETE", vectorString: "AV:L/AC:L/Au:N/C:C/I:C/A:C", version: "2.0", }, exploitabilityScore: 3.9, impactScore: 10, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "HIGH", userInteractionRequired: false, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2, impactScore: 6, }, }, lastModifiedDate: "2021-01-27T19:34Z", publishedDate: "2021-01-14T20:15Z", }, }, }
RHSA-2021:0411
Vulnerability from csaf_redhat
Published
2021-02-04 11:18
Modified
2024-11-22 16:23
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0411", url: "https://access.redhat.com/errata/RHSA-2021:0411", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0411.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:23:12+00:00", generator: { date: "2024-11-22T16:23:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0411", initial_release_date: "2021-02-04T11:18:24+00:00", revision_history: [ { date: "2021-02-04T11:18:24+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-04T11:18:24+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:23:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux Client (v. 7)", product: { name: "Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::client", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Client Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::client", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product: { name: "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::computenode", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server (v. 7)", product: { name: "Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::server", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::server", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Workstation (v. 7)", product: { name: "Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::workstation", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Workstation Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::workstation", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.src", product: { name: "flatpak-0:1.0.9-10.el7_9.src", product_id: "flatpak-0:1.0.9-10.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product_id: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product_id: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product_id: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=ppc64", }, }, }, ], category: "architecture", name: "ppc64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product_id: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-04T11:18:24+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0411", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021:0304
Vulnerability from csaf_redhat
Published
2021-02-01 09:15
Modified
2024-11-22 16:22
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0304", url: "https://access.redhat.com/errata/RHSA-2021:0304", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0304.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:22:52+00:00", generator: { date: "2024-11-22T16:22:52+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0304", initial_release_date: "2021-02-01T09:15:51+00:00", revision_history: [ { date: "2021-02-01T09:15:51+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-02T16:16:00+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:22:52+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.src", product: { name: "flatpak-0:1.6.2-5.el8_3.src", product_id: "flatpak-0:1.6.2-5.el8_3.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.i686", product_id: "flatpak-libs-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product: { name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product_id: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-selinux@1.6.2-5.el8_3?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", }, product_reference: "flatpak-0:1.6.2-5.el8_3.src", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", }, product_reference: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T09:15:51+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0304", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021_0306
Vulnerability from csaf_redhat
Published
2021-02-01 10:18
Modified
2024-11-22 16:22
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0306", url: "https://access.redhat.com/errata/RHSA-2021:0306", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0306.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:22:59+00:00", generator: { date: "2024-11-22T16:22:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0306", initial_release_date: "2021-02-01T10:18:27+00:00", revision_history: [ { date: "2021-02-01T10:18:27+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-01T10:18:27+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:22:59+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.1::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.src", product: { name: "flatpak-0:1.0.9-3.el8_1.src", product_id: "flatpak-0:1.0.9-3.el8_1.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.i686", product_id: "flatpak-libs-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", }, product_reference: "flatpak-0:1.0.9-3.el8_1.src", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T10:18:27+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0306", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021_0411
Vulnerability from csaf_redhat
Published
2021-02-04 11:18
Modified
2024-11-22 16:23
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0411", url: "https://access.redhat.com/errata/RHSA-2021:0411", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0411.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:23:12+00:00", generator: { date: "2024-11-22T16:23:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0411", initial_release_date: "2021-02-04T11:18:24+00:00", revision_history: [ { date: "2021-02-04T11:18:24+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-04T11:18:24+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:23:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux Client (v. 7)", product: { name: "Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::client", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Client Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::client", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product: { name: "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::computenode", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server (v. 7)", product: { name: "Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::server", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::server", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Workstation (v. 7)", product: { name: "Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::workstation", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Workstation Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::workstation", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.src", product: { name: "flatpak-0:1.0.9-10.el7_9.src", product_id: "flatpak-0:1.0.9-10.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product_id: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product_id: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product_id: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=ppc64", }, }, }, ], category: "architecture", name: "ppc64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product_id: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-04T11:18:24+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0411", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021_0304
Vulnerability from csaf_redhat
Published
2021-02-01 09:15
Modified
2024-11-22 16:22
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0304", url: "https://access.redhat.com/errata/RHSA-2021:0304", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0304.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:22:52+00:00", generator: { date: "2024-11-22T16:22:52+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0304", initial_release_date: "2021-02-01T09:15:51+00:00", revision_history: [ { date: "2021-02-01T09:15:51+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-02T16:16:00+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:22:52+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.src", product: { name: "flatpak-0:1.6.2-5.el8_3.src", product_id: "flatpak-0:1.6.2-5.el8_3.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.i686", product_id: "flatpak-libs-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product: { name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product_id: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-selinux@1.6.2-5.el8_3?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", }, product_reference: "flatpak-0:1.6.2-5.el8_3.src", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", }, product_reference: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T09:15:51+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0304", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021_0307
Vulnerability from csaf_redhat
Published
2021-02-01 10:38
Modified
2024-11-22 16:23
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0307", url: "https://access.redhat.com/errata/RHSA-2021:0307", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0307.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:23:06+00:00", generator: { date: "2024-11-22T16:23:06+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0307", initial_release_date: "2021-02-01T10:38:54+00:00", revision_history: [ { date: "2021-02-01T10:38:54+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-01T10:38:54+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:23:06+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.src", product: { name: "flatpak-0:1.6.2-4.el8_2.src", product_id: "flatpak-0:1.6.2-4.el8_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.i686", product_id: "flatpak-libs-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product: { name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product_id: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-selinux@1.6.2-4.el8_2?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", }, product_reference: "flatpak-0:1.6.2-4.el8_2.src", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", }, product_reference: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T10:38:54+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0307", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
RHSA-2021:0306
Vulnerability from csaf_redhat
Published
2021-02-01 10:18
Modified
2024-11-22 16:22
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0306", url: "https://access.redhat.com/errata/RHSA-2021:0306", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0306.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:22:59+00:00", generator: { date: "2024-11-22T16:22:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0306", initial_release_date: "2021-02-01T10:18:27+00:00", revision_history: [ { date: "2021-02-01T10:18:27+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-01T10:18:27+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:22:59+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.1::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.src", product: { name: "flatpak-0:1.0.9-3.el8_1.src", product_id: "flatpak-0:1.0.9-3.el8_1.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.i686", product_id: "flatpak-libs-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", }, product_reference: "flatpak-0:1.0.9-3.el8_1.src", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T10:18:27+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0306", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
RHSA-2021:0304
Vulnerability from csaf_redhat
Published
2021-02-01 09:15
Modified
2024-11-22 16:22
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0304", url: "https://access.redhat.com/errata/RHSA-2021:0304", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0304.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:22:52+00:00", generator: { date: "2024-11-22T16:22:52+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0304", initial_release_date: "2021-02-01T09:15:51+00:00", revision_history: [ { date: "2021-02-01T09:15:51+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-02T16:16:00+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:22:52+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.src", product: { name: "flatpak-0:1.6.2-5.el8_3.src", product_id: "flatpak-0:1.6.2-5.el8_3.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.i686", product_id: "flatpak-libs-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-libs-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product_id: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-5.el8_3?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product: { name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product_id: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-selinux@1.6.2-5.el8_3?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", }, product_reference: "flatpak-0:1.6.2-5.el8_3.src", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-libs-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-selinux-0:1.6.2-5.el8_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", }, product_reference: "flatpak-selinux-0:1.6.2-5.el8_3.noarch", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", relates_to_product_reference: "AppStream-8.3.0.Z.MAIN", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T09:15:51+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0304", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.src", "AppStream-8.3.0.Z.MAIN:flatpak-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-debugsource-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-libs-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-selinux-0:1.6.2-5.el8_3.noarch", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.6.2-5.el8_3.x86_64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.aarch64", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.i686", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.ppc64le", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.s390x", "AppStream-8.3.0.Z.MAIN:flatpak-tests-debuginfo-0:1.6.2-5.el8_3.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021:0411
Vulnerability from csaf_redhat
Published
2021-02-04 11:18
Modified
2024-11-22 16:23
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0411", url: "https://access.redhat.com/errata/RHSA-2021:0411", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0411.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:23:12+00:00", generator: { date: "2024-11-22T16:23:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0411", initial_release_date: "2021-02-04T11:18:24+00:00", revision_history: [ { date: "2021-02-04T11:18:24+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-04T11:18:24+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:23:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux Client (v. 7)", product: { name: "Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::client", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Client Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::client", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product: { name: "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::computenode", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server (v. 7)", product: { name: "Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::server", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::server", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Workstation (v. 7)", product: { name: "Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::workstation", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Workstation Optional (v. 7)", product: { name: "Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:7::workstation", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.src", product: { name: "flatpak-0:1.0.9-10.el7_9.src", product_id: "flatpak-0:1.0.9-10.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product_id: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product_id: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product_id: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product_id: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product_id: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product_id: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=ppc64", }, }, }, ], category: "architecture", name: "ppc64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-libs-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product_id: "flatpak-builder-0:1.0.0-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-builder@1.0.0-10.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product_id: "flatpak-devel-0:1.0.9-10.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-devel@1.0.9-10.el7_9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", product_id: "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", product_id: "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Client-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", product_id: "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7ComputeNode-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", product_id: "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Server-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", }, product_reference: "flatpak-0:1.0.9-10.el7_9.src", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-builder-0:1.0.0-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", }, product_reference: "flatpak-builder-0:1.0.0-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-devel-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.ppc64le", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.s390x", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-10.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", product_id: "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-10.el7_9.x86_64", relates_to_product_reference: "7Workstation-optional-7.9.Z", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-04T11:18:24+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0411", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-10.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-10.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
RHSA-2021:0307
Vulnerability from csaf_redhat
Published
2021-02-01 10:38
Modified
2024-11-22 16:23
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0307", url: "https://access.redhat.com/errata/RHSA-2021:0307", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0307.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:23:06+00:00", generator: { date: "2024-11-22T16:23:06+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0307", initial_release_date: "2021-02-01T10:38:54+00:00", revision_history: [ { date: "2021-02-01T10:38:54+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-01T10:38:54+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:23:06+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.src", product: { name: "flatpak-0:1.6.2-4.el8_2.src", product_id: "flatpak-0:1.6.2-4.el8_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.i686", product_id: "flatpak-libs-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product: { name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product_id: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-selinux@1.6.2-4.el8_2?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", }, product_reference: "flatpak-0:1.6.2-4.el8_2.src", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", }, product_reference: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T10:38:54+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0307", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021:0307
Vulnerability from csaf_redhat
Published
2021-02-01 10:38
Modified
2024-11-22 16:23
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0307", url: "https://access.redhat.com/errata/RHSA-2021:0307", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0307.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:23:06+00:00", generator: { date: "2024-11-22T16:23:06+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0307", initial_release_date: "2021-02-01T10:38:54+00:00", revision_history: [ { date: "2021-02-01T10:38:54+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-01T10:38:54+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:23:06+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.src", product: { name: "flatpak-0:1.6.2-4.el8_2.src", product_id: "flatpak-0:1.6.2-4.el8_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.i686", product_id: "flatpak-libs-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-libs-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product_id: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-4.el8_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product: { name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product_id: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-selinux@1.6.2-4.el8_2?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", }, product_reference: "flatpak-0:1.6.2-4.el8_2.src", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-libs-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-selinux-0:1.6.2-4.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", }, product_reference: "flatpak-selinux-0:1.6.2-4.el8_2.noarch", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", }, product_reference: "flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.EUS", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T10:38:54+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0307", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.src", "AppStream-8.2.0.Z.EUS:flatpak-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-debugsource-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-selinux-0:1.6.2-4.el8_2.noarch", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.6.2-4.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.i686", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.s390x", "AppStream-8.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.6.2-4.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
rhsa-2021:0306
Vulnerability from csaf_redhat
Published
2021-02-01 10:18
Modified
2024-11-22 16:22
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via spawn portal (CVE-2021-21261)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via spawn portal (CVE-2021-21261)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2021:0306", url: "https://access.redhat.com/errata/RHSA-2021:0306", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0306.json", }, ], title: "Red Hat Security Advisory: flatpak security update", tracking: { current_release_date: "2024-11-22T16:22:59+00:00", generator: { date: "2024-11-22T16:22:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2021:0306", initial_release_date: "2021-02-01T10:18:27+00:00", revision_history: [ { date: "2021-02-01T10:18:27+00:00", number: "1", summary: "Initial version", }, { date: "2021-02-01T10:18:27+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T16:22:59+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.1::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.src", product: { name: "flatpak-0:1.0.9-3.el8_1.src", product_id: "flatpak-0:1.0.9-3.el8_1.src", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=aarch64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=ppc64le", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=x86_64", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.i686", product_id: "flatpak-libs-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=i686", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "flatpak-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-libs-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debugsource@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-3.el8_1?arch=s390x", }, }, }, { category: "product_version", name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product_id: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/flatpak-libs-debuginfo@1.0.9-3.el8_1?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", }, product_reference: "flatpak-0:1.0.9-3.el8_1.src", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-libs-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", product_id: "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", }, product_reference: "flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", relates_to_product_reference: "AppStream-8.1.0.Z.EUS", }, ], }, vulnerabilities: [ { acknowledgments: [ { names: [ "Simon McVittie", ], organization: "Collabora Ltd.", }, ], cve: "CVE-2021-21261", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, discovery_date: "2021-01-18T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1917430", }, ], notes: [ { category: "description", text: "A flaw was found in Flatpak. The Flatpak portal D-Bus service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is outside the sandbox. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "flatpak: sandbox escape via spawn portal", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "RHBZ#1917430", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1917430", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21261", url: "https://www.cve.org/CVERecord?id=CVE-2021-21261", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21261", }, { category: "external", summary: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", url: "https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2", }, ], release_date: "2021-01-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-02-01T10:18:27+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:0306", }, { category: "workaround", details: "This vulnerability can be mitigated by preventing the flatpak-portal service from starting. Please note that this mitigation may prevent other Flatpak apps from working correctly.", product_ids: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.src", "AppStream-8.1.0.Z.EUS:flatpak-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debuginfo-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-debugsource-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-0:1.0.9-3.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.i686", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.s390x", "AppStream-8.1.0.Z.EUS:flatpak-libs-debuginfo-0:1.0.9-3.el8_1.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "flatpak: sandbox escape via spawn portal", }, ], }
suse-su-2022:3284-1
Vulnerability from csaf_suse
Published
2022-09-15 14:23
Modified
2022-09-15 14:23
Summary
Security update for flatpak
Notes
Title of the patch
Security update for flatpak
Description of the patch
This update for flatpak fixes the following issues:
- CVE-2021-41133: Fixed sandbox bypass via recent syscalls (bsc#1191507).
- CVE-2021-43860: Fixed metadata validation (bsc#1194610).
Patchnames
SUSE-2022-3284,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-3284,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-3284,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-3284,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-3284,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-3284,SUSE-Storage-6-2022-3284
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ 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 flatpak", title: "Title of the patch", }, { category: "description", text: "This update for flatpak fixes the following issues:\n\n- CVE-2021-41133: Fixed sandbox bypass via recent syscalls (bsc#1191507).\n- CVE-2021-43860: Fixed metadata validation (bsc#1194610).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-3284,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-3284,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-3284,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-3284,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-3284,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-3284,SUSE-Storage-6-2022-3284", 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-2022_3284-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:3284-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20223284-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:3284-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012249.html", }, { category: "self", summary: "SUSE Bug 1191507", url: "https://bugzilla.suse.com/1191507", }, { category: "self", summary: "SUSE Bug 1194610", url: "https://bugzilla.suse.com/1194610", }, { category: "self", summary: "SUSE CVE CVE-2021-21261 page", url: "https://www.suse.com/security/cve/CVE-2021-21261/", }, { category: "self", summary: "SUSE CVE CVE-2021-41133 page", url: "https://www.suse.com/security/cve/CVE-2021-41133/", }, { category: "self", summary: "SUSE CVE CVE-2021-43860 page", url: "https://www.suse.com/security/cve/CVE-2021-43860/", }, ], title: "Security update for flatpak", tracking: { current_release_date: "2022-09-15T14:23:18Z", generator: { date: "2022-09-15T14:23:18Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:3284-1", initial_release_date: "2022-09-15T14:23:18Z", revision_history: [ { date: "2022-09-15T14:23:18Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.8.1.aarch64", product: { name: "flatpak-1.2.3-150100.4.8.1.aarch64", product_id: "flatpak-1.2.3-150100.4.8.1.aarch64", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", product: { name: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", product_id: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", product_id: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.8.1.aarch64", product: { name: "libflatpak0-1.2.3-150100.4.8.1.aarch64", product_id: "libflatpak0-1.2.3-150100.4.8.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.8.1.i586", product: { name: "flatpak-1.2.3-150100.4.8.1.i586", product_id: "flatpak-1.2.3-150100.4.8.1.i586", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.8.1.i586", product: { name: "flatpak-devel-1.2.3-150100.4.8.1.i586", product_id: "flatpak-devel-1.2.3-150100.4.8.1.i586", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.i586", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.i586", product_id: "flatpak-zsh-completion-1.2.3-150100.4.8.1.i586", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.8.1.i586", product: { name: "libflatpak0-1.2.3-150100.4.8.1.i586", product_id: "libflatpak0-1.2.3-150100.4.8.1.i586", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.i586", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.i586", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.8.1.ppc64le", product: { name: "flatpak-1.2.3-150100.4.8.1.ppc64le", product_id: "flatpak-1.2.3-150100.4.8.1.ppc64le", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.8.1.ppc64le", product: { name: "flatpak-devel-1.2.3-150100.4.8.1.ppc64le", product_id: "flatpak-devel-1.2.3-150100.4.8.1.ppc64le", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", product_id: "flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.8.1.ppc64le", product: { name: "libflatpak0-1.2.3-150100.4.8.1.ppc64le", product_id: "libflatpak0-1.2.3-150100.4.8.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.8.1.s390x", product: { name: "flatpak-1.2.3-150100.4.8.1.s390x", product_id: "flatpak-1.2.3-150100.4.8.1.s390x", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.8.1.s390x", product: { name: "flatpak-devel-1.2.3-150100.4.8.1.s390x", product_id: "flatpak-devel-1.2.3-150100.4.8.1.s390x", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", product_id: "flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.8.1.s390x", product: { name: "libflatpak0-1.2.3-150100.4.8.1.s390x", product_id: "libflatpak0-1.2.3-150100.4.8.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.8.1.x86_64", product: { name: "flatpak-1.2.3-150100.4.8.1.x86_64", product_id: "flatpak-1.2.3-150100.4.8.1.x86_64", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", product: { name: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", product_id: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", product_id: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.8.1.x86_64", product: { name: "libflatpak0-1.2.3-150100.4.8.1.x86_64", product_id: "libflatpak0-1.2.3-150100.4.8.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { 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 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: "flatpak-1.2.3-150100.4.8.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:flatpak-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.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:flatpak-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.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:flatpak-devel-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.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:flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.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:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.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:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.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:libflatpak0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.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:libflatpak0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.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:flatpak-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.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:flatpak-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.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:flatpak-devel-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.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:flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.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:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.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:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.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:libflatpak0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.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:libflatpak0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "flatpak-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", }, product_reference: "flatpak-1.2.3-150100.4.8.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.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:flatpak-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "flatpak-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.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:flatpak-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.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:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.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:flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.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:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.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:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.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:libflatpak0-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.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:libflatpak0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.8.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.8.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.8.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21261", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21261", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21261", url: "https://www.suse.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "SUSE Bug 1180996 for CVE-2021-21261", url: "https://bugzilla.suse.com/1180996", }, ], 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:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-09-15T14:23:18Z", details: "important", }, ], title: "CVE-2021-21261", }, { cve: "CVE-2021-41133", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-41133", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. In versions prior to 1.10.4 and 1.12.0, Flatpak apps with direct access to AF_UNIX sockets such as those used by Wayland, Pipewire or pipewire-pulse can trick portals and other host-OS services into treating the Flatpak app as though it was an ordinary, non-sandboxed host-OS process. They can do this by manipulating the VFS using recent mount-related syscalls that are not blocked by Flatpak's denylist seccomp filter, in order to substitute a crafted `/.flatpak-info` or make that file disappear entirely. Flatpak apps that act as clients for AF_UNIX sockets such as those used by Wayland, Pipewire or pipewire-pulse can escalate the privileges that the corresponding services will believe the Flatpak app has. Note that protocols that operate entirely over the D-Bus session bus (user bus), system bus or accessibility bus are not affected by this. This is due to the use of a proxy process `xdg-dbus-proxy`, whose VFS cannot be manipulated by the Flatpak app, when interacting with these buses. Patches exist for versions 1.10.4 and 1.12.0, and as of time of publication, a patch for version 1.8.2 is being planned. There are no workarounds aside from upgrading to a patched version.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-41133", url: "https://www.suse.com/security/cve/CVE-2021-41133", }, { category: "external", summary: "SUSE Bug 1191507 for CVE-2021-41133", url: "https://bugzilla.suse.com/1191507", }, { category: "external", summary: "SUSE Bug 1191937 for CVE-2021-41133", url: "https://bugzilla.suse.com/1191937", }, ], 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:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-09-15T14:23:18Z", details: "important", }, ], title: "CVE-2021-41133", }, { cve: "CVE-2021-43860", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-43860", }, ], notes: [ { category: "general", text: "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there's a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn't lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-43860", url: "https://www.suse.com/security/cve/CVE-2021-43860", }, { category: "external", summary: "SUSE Bug 1194610 for CVE-2021-43860", url: "https://bugzilla.suse.com/1194610", }, ], 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:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.2, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.8.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.8.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-09-15T14:23:18Z", details: "important", }, ], title: "CVE-2021-43860", }, ], }
suse-su-2021:1094-1
Vulnerability from csaf_suse
Published
2021-04-07 12:11
Modified
2021-04-07 12:11
Summary
Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk
Notes
Title of the patch
Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk
Description of the patch
This update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk fixes the following issues:
libostree:
Update to version 2020.8
- Enable LTO. (bsc#1133120)
- This update contains scalability improvements and bugfixes.
- Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be
re-downloaded if not changed in the meanwhile.
- Summaries and delta have been reworked to allow more fine-grained fetching.
- Fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures.
- Static deltas can now be signed to more easily support offline verification.
- There's now support for multiple initramfs images; Is it possible to have a 'main' initramfs image and a
secondary one which represents local configuration.
- The documentation is now moved to https://ostreedev.github.io/ostree/
- Fix for an assertion failure when upgrading from systems before ostree supported devicetree.
- ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts.
- ostree now supports `/` and `/boot` being on the same filesystem.
- Improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for
the immutable bit on s390x, dropping a deprecated bit in the systemd unit file.
- Fix a regression 2020.4 where the 'readonly sysroot' changes incorrectly left the sysroot read-only
on systems that started out with a read-only `/` (most of them, e.g. Fedora Silverblue/IoT at least).
- The default dracut config now enables reproducibility.
- There is a new ostree admin unlock `--transient`. This should to be a foundation for further support
for 'live' updates.
- New `ed25519` signing support, powered by `libsodium`.
- stree commit gained a new `--base` argument, which significantly simplifies constructing 'derived'
commits, particularly for systems using SELinux.
- Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable.
Enabling the `readonly=true` flag in the repo config is recommended.
- Several fixes in locking for the temporary 'staging' directories OSTree creates, particularly on NFS.
- A new `timestamp-check-from-rev` option was added for pulls, which makes downgrade protection more
reliable and will be used by Fedora CoreOS.
- Several fixes and enhancements made for 'collection' pulls including a new `--mirror` option.
- The ostree commit command learned a new `--mode-ro-executables` which enforces `W^R` semantics
on all executables.
- Added a new commit metadata key `OSTREE_COMMIT_META_KEY_ARCHITECTURE` to help standardize
the architecture of the OSTree commit. This could be used on the client side for example to
sanity-check that the commit matches the architecture of the machine before deploying.
- Stop invalid usage of `%_libexecdir`:
+ Use `%{_prefix}/lib` where appropriate.
+ Use `_systemdgeneratordir` for the systemd-generators.
+ Define `_dracutmodulesdir` based on `dracut.pc`. Add BuildRequires(dracut) for this to work.
xdg-desktop-portal:
Update to version 1.8.0:
- Ensure systemd rpm macros are called at install/uninstall times for systemd user services.
- Add BuildRequires on systemd-rpm-macros.
- openuri:
- Allow skipping the chooser for more URL tyles
- Robustness fixes
- filechooser:
- Return the current filter
- Add a 'directory' option
- Document the 'writable' option
- camera:
- Make the client node visible
- Don't leak pipewire proxy
- Fix file descriptor leaks
- Testsuite improvements
- Updated translations.
- document:
- Reduce the use of open fds
- Add more tests and fix issues they found
- Expose directories with their proper name
- Support exporting directories
- New fuse implementation
- background: Avoid a segfault
- screencast: Require pipewire 0.3
- Better support for snap and toolbox
- Require `/usr/bin/fusermount`: `xdg-document-portal` calls out to the binary. (bsc#1175899)
Without it, files or dirs can be selected, but whatever is done with or in them, will not have any effect
- Fixes for `%_libexecdir` changing to `/usr/libexec`
xdg-desktop-portal-gtk:
Update to version 1.8.0:
- filechooser:
- Return the current filter
- Handle the 'directory' option to select directories
- Only show preview when we have an image
- screenshot: Fix cancellation
- appchooser: Avoid a crash
- wallpaper:
- Properly preview placement settings
- Drop the lockscreen option
- printing: Improve the notification
- Updated translations.
- settings: Fall back to gsettings for enable-animations
- screencast: Support Mutter version to 3 (New pipewire api ver 3).
flatpak:
- Update to version 1.10.2 (jsc#SLE-17238, ECO-3148)
- This is a security update which fixes a potential attack where a flatpak application could use custom formated
`.desktop` file to gain access to files on the host system.
- Fix memory leaks
- Documentation and translations updates
- Spawn portal better handles non-utf8 filenames
- Fix flatpak build on systems with setuid bwrap
- Fix crash on updating apps with no deploy data
- Remove deprecated texinfo packaging macros.
- Support for the new repo format which should make updates faster and download less data.
- The systemd generator snippets now call flatpak `--print-updated-env` in place of a bunch of shell for better
login performance.
- The `.profile` snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh.
- Flatpak now finds the pulseaudio sockets better in uncommon configurations.
- Sandboxes with network access it now also has access to the `systemd-resolved` socket to do dns lookups.
- Flatpak supports unsetting environment variables in the sandbox using `--unset-env`,
and `--env=FOO=` now sets FOO to the empty string instead of unsetting it.
- The spawn portal now has an option to share the pid namespace with the sub-sandbox.
- This security update fixes a sandbox escape where a malicious application can execute code outside the sandbox by
controlling the environment of the 'flatpak run' command when spawning a sub-sandbox (bsc#1180996, CVE-2021-21261)
- Fix support for ppc64.
- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package.
- Enable LTO as gobject-introspection works fine with LTO. (bsc#1133124)
- Fixed progress reporting for OCI and extra-data.
- The in-memory summary cache is more efficient.
- Fixed authentication getting stuck in a loop in some cases.
- Fixed authentication error reporting.
- Extract OCI info for runtimes as well as apps.
- Fixed crash if anonymous authentication fails and `-y` is specified.
- flatpak info now only looks at the specified installation if one is specified.
- Better error reporting for server HTTP errors during download.
- Uninstall now removes applications before the runtime it depends on.
- Avoid updating metadata from the remote when uninstalling.
- FlatpakTransaction now verifies all passed in refs to avoid.
- Added validation of collection id settings for remotes.
- Fix seccomp filters on s390.
- Robustness fixes to the spawn portal.
- Fix support for masking update in the system installation.
- Better support for distros with uncommon models of merged `/usr`.
- Cache responses from localed/AccountService.
- Fix hangs in cases where `xdg-dbus-proxy` fails to start.
- Fix double-free in cups socket detection.
- OCI authenticator now doesn't ask for auth in case of http errors.
- Fix invalid usage of `%{_libexecdir}` to reference systemd directories.
- Fixes for `%_libexecdir` changing to `/usr/libexec`
- Avoid calling authenticator in update if ref didn't change
- Don't fail transaction if ref is already installed (after transaction start)
- Fix flatpak run handling of userns in the `--device=all` case
- Fix handling of extensions from different remotes
- Fix flatpak run `--no-session-bus`
- `FlatpakTransaction` has a new signal `install-authenticator` which clients can handle to install authenticators
needed for the transaction. This is done in the CLI commands.
- Now the host timezone data is always exposed, fixing several apps that had timezone issues.
- There's a new systemd unit (not installed by default) to automatically detect plugged in usb sticks with
sideload repos.
- By default the `gdm env.d` file is no longer installed because the systemd generators work better.
- `create-usb` now exports partial commits by default
- Fix handling of docker media types in oci remotes
- Fix subjects in `remote-info --log` output
- This release is also able to host flatpak images on e.g. docker hub.
Patchnames
SUSE-2021-1094,SUSE-SLE-Module-Basesystem-15-SP2-2021-1094,SUSE-SLE-Module-Desktop-Applications-15-SP2-2021-1094
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ 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 flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk", title: "Title of the patch", }, { category: "description", text: "This update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk fixes the following issues:\n\nlibostree:\n\nUpdate to version 2020.8\n\n- Enable LTO. (bsc#1133120)\n\n- This update contains scalability improvements and bugfixes.\n- Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be \n re-downloaded if not changed in the meanwhile.\n- Summaries and delta have been reworked to allow more fine-grained fetching.\n- Fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures.\n- Static deltas can now be signed to more easily support offline verification.\n- There's now support for multiple initramfs images; Is it possible to have a 'main' initramfs image and a \n secondary one which represents local configuration.\n- The documentation is now moved to https://ostreedev.github.io/ostree/\n- Fix for an assertion failure when upgrading from systems before ostree supported devicetree.\n- ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts.\n- ostree now supports `/` and `/boot` being on the same filesystem.\n- Improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for \n the immutable bit on s390x, dropping a deprecated bit in the systemd unit file.\n- Fix a regression 2020.4 where the 'readonly sysroot' changes incorrectly left the sysroot read-only \n on systems that started out with a read-only `/` (most of them, e.g. Fedora Silverblue/IoT at least).\n- The default dracut config now enables reproducibility.\n- There is a new ostree admin unlock `--transient`. This should to be a foundation for further support \n for 'live' updates.\n- New `ed25519` signing support, powered by `libsodium`.\n- stree commit gained a new `--base` argument, which significantly simplifies constructing 'derived' \n commits, particularly for systems using SELinux.\n- Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. \n Enabling the `readonly=true` flag in the repo config is recommended.\n- Several fixes in locking for the temporary 'staging' directories OSTree creates, particularly on NFS.\n- A new `timestamp-check-from-rev` option was added for pulls, which makes downgrade protection more \n reliable and will be used by Fedora CoreOS.\n- Several fixes and enhancements made for 'collection' pulls including a new `--mirror` option.\n- The ostree commit command learned a new `--mode-ro-executables` which enforces `W^R` semantics \n on all executables.\n- Added a new commit metadata key `OSTREE_COMMIT_META_KEY_ARCHITECTURE` to help standardize \n the architecture of the OSTree commit. This could be used on the client side for example to \n sanity-check that the commit matches the architecture of the machine before deploying.\n- Stop invalid usage of `%_libexecdir`:\n + Use `%{_prefix}/lib` where appropriate.\n + Use `_systemdgeneratordir` for the systemd-generators.\n + Define `_dracutmodulesdir` based on `dracut.pc`. Add BuildRequires(dracut) for this to work.\n\nxdg-desktop-portal:\n\nUpdate to version 1.8.0:\n\n- Ensure systemd rpm macros are called at install/uninstall times for systemd user services.\n- Add BuildRequires on systemd-rpm-macros.\n- openuri:\n - Allow skipping the chooser for more URL tyles\n - Robustness fixes\n- filechooser: \n - Return the current filter\n - Add a 'directory' option\n - Document the 'writable' option\n- camera:\n - Make the client node visible\n - Don't leak pipewire proxy\n- Fix file descriptor leaks\n- Testsuite improvements\n- Updated translations.\n- document:\n - Reduce the use of open fds\n - Add more tests and fix issues they found\n - Expose directories with their proper name\n - Support exporting directories\n - New fuse implementation\n- background: Avoid a segfault\n- screencast: Require pipewire 0.3\n- Better support for snap and toolbox\n- Require `/usr/bin/fusermount`: `xdg-document-portal` calls out to the binary. (bsc#1175899)\n Without it, files or dirs can be selected, but whatever is done with or in them, will not have any effect\n- Fixes for `%_libexecdir` changing to `/usr/libexec`\n\nxdg-desktop-portal-gtk:\n\nUpdate to version 1.8.0:\n\n- filechooser: \n - Return the current filter\n - Handle the 'directory' option to select directories\n - Only show preview when we have an image\n- screenshot: Fix cancellation\n- appchooser: Avoid a crash\n- wallpaper:\n - Properly preview placement settings\n - Drop the lockscreen option\n- printing: Improve the notification\n- Updated translations.\n- settings: Fall back to gsettings for enable-animations\n- screencast: Support Mutter version to 3 (New pipewire api ver 3).\n\nflatpak:\n\n- Update to version 1.10.2 (jsc#SLE-17238, ECO-3148)\n\n- This is a security update which fixes a potential attack where a flatpak application could use custom formated \n `.desktop` file to gain access to files on the host system.\n- Fix memory leaks\n- Documentation and translations updates\n- Spawn portal better handles non-utf8 filenames\n- Fix flatpak build on systems with setuid bwrap \n- Fix crash on updating apps with no deploy data\n- Remove deprecated texinfo packaging macros.\n- Support for the new repo format which should make updates faster and download less data.\n- The systemd generator snippets now call flatpak `--print-updated-env` in place of a bunch of shell for better\n login performance.\n- The `.profile` snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh.\n- Flatpak now finds the pulseaudio sockets better in uncommon configurations.\n- Sandboxes with network access it now also has access to the `systemd-resolved` socket to do dns lookups.\n- Flatpak supports unsetting environment variables in the sandbox using `--unset-env`, \n and `--env=FOO=` now sets FOO to the empty string instead of unsetting it.\n- The spawn portal now has an option to share the pid namespace with the sub-sandbox.\n- This security update fixes a sandbox escape where a malicious application can execute code outside the sandbox by \n controlling the environment of the 'flatpak run' command when spawning a sub-sandbox (bsc#1180996, CVE-2021-21261)\n- Fix support for ppc64.\n- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package.\n- Enable LTO as gobject-introspection works fine with LTO. (bsc#1133124)\n- Fixed progress reporting for OCI and extra-data.\n- The in-memory summary cache is more efficient.\n- Fixed authentication getting stuck in a loop in some cases.\n- Fixed authentication error reporting.\n- Extract OCI info for runtimes as well as apps. \n- Fixed crash if anonymous authentication fails and `-y` is specified.\n- flatpak info now only looks at the specified installation if one is specified.\n- Better error reporting for server HTTP errors during download. \n- Uninstall now removes applications before the runtime it depends on.\n- Avoid updating metadata from the remote when uninstalling.\n- FlatpakTransaction now verifies all passed in refs to avoid.\n- Added validation of collection id settings for remotes.\n- Fix seccomp filters on s390.\n- Robustness fixes to the spawn portal.\n- Fix support for masking update in the system installation.\n- Better support for distros with uncommon models of merged `/usr`.\n- Cache responses from localed/AccountService.\n- Fix hangs in cases where `xdg-dbus-proxy` fails to start.\n- Fix double-free in cups socket detection.\n- OCI authenticator now doesn't ask for auth in case of http errors.\n- Fix invalid usage of `%{_libexecdir}` to reference systemd directories.\n- Fixes for `%_libexecdir` changing to `/usr/libexec`\n- Avoid calling authenticator in update if ref didn't change\n- Don't fail transaction if ref is already installed (after transaction start)\n- Fix flatpak run handling of userns in the `--device=all` case\n- Fix handling of extensions from different remotes\n- Fix flatpak run `--no-session-bus`\n- `FlatpakTransaction` has a new signal `install-authenticator` which clients can handle to install authenticators \n needed for the transaction. This is done in the CLI commands.\n- Now the host timezone data is always exposed, fixing several apps that had timezone issues.\n- There's a new systemd unit (not installed by default) to automatically detect plugged in usb sticks with \n sideload repos.\n- By default the `gdm env.d` file is no longer installed because the systemd generators work better.\n- `create-usb` now exports partial commits by default \n- Fix handling of docker media types in oci remotes\n- Fix subjects in `remote-info --log` output\n- This release is also able to host flatpak images on e.g. docker hub.\n ", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-1094,SUSE-SLE-Module-Basesystem-15-SP2-2021-1094,SUSE-SLE-Module-Desktop-Applications-15-SP2-2021-1094", 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_1094-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:1094-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20211094-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:1094-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-April/008592.html", }, { category: "self", summary: "SUSE Bug 1133120", url: "https://bugzilla.suse.com/1133120", }, { category: "self", summary: "SUSE Bug 1133124", url: "https://bugzilla.suse.com/1133124", }, { category: "self", summary: "SUSE Bug 1175899", url: "https://bugzilla.suse.com/1175899", }, { category: "self", summary: "SUSE Bug 1180996", url: "https://bugzilla.suse.com/1180996", }, { category: "self", summary: "SUSE CVE CVE-2021-21261 page", url: "https://www.suse.com/security/cve/CVE-2021-21261/", }, ], title: "Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk", tracking: { current_release_date: "2021-04-07T12:11:43Z", generator: { date: "2021-04-07T12:11:43Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:1094-1", initial_release_date: "2021-04-07T12:11:43Z", revision_history: [ { date: "2021-04-07T12:11:43Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "flatpak-1.10.2-4.6.1.aarch64", product: { name: "flatpak-1.10.2-4.6.1.aarch64", product_id: "flatpak-1.10.2-4.6.1.aarch64", }, }, { category: "product_version", name: "flatpak-devel-1.10.2-4.6.1.aarch64", product: { name: "flatpak-devel-1.10.2-4.6.1.aarch64", product_id: "flatpak-devel-1.10.2-4.6.1.aarch64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.10.2-4.6.1.aarch64", product: { name: "flatpak-zsh-completion-1.10.2-4.6.1.aarch64", product_id: "flatpak-zsh-completion-1.10.2-4.6.1.aarch64", }, }, { category: "product_version", name: "libflatpak0-1.10.2-4.6.1.aarch64", product: { name: "libflatpak0-1.10.2-4.6.1.aarch64", product_id: "libflatpak0-1.10.2-4.6.1.aarch64", }, }, { category: "product_version", name: "libostree-2020.8-3.3.2.aarch64", product: { name: "libostree-2020.8-3.3.2.aarch64", product_id: "libostree-2020.8-3.3.2.aarch64", }, }, { category: "product_version", name: "libostree-1-1-2020.8-3.3.2.aarch64", product: { name: "libostree-1-1-2020.8-3.3.2.aarch64", product_id: "libostree-1-1-2020.8-3.3.2.aarch64", }, }, { category: "product_version", name: "libostree-devel-2020.8-3.3.2.aarch64", product: { name: "libostree-devel-2020.8-3.3.2.aarch64", product_id: "libostree-devel-2020.8-3.3.2.aarch64", }, }, { category: "product_version", name: "libostree-grub2-2020.8-3.3.2.aarch64", product: { name: "libostree-grub2-2020.8-3.3.2.aarch64", product_id: "libostree-grub2-2020.8-3.3.2.aarch64", }, }, { category: "product_version", name: "system-user-flatpak-1.10.2-4.6.1.aarch64", product: { name: "system-user-flatpak-1.10.2-4.6.1.aarch64", product_id: "system-user-flatpak-1.10.2-4.6.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", product: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", product_id: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", product: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", product_id: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", }, }, { category: "product_version", name: "xdg-desktop-portal-1.8.0-5.3.2.aarch64", product: { name: "xdg-desktop-portal-1.8.0-5.3.2.aarch64", product_id: "xdg-desktop-portal-1.8.0-5.3.2.aarch64", }, }, { category: "product_version", name: "xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", product: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", product_id: "xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", }, }, { category: "product_version", name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", product: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", product_id: "xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-1.10.2-4.6.1.i586", product: { name: "flatpak-1.10.2-4.6.1.i586", product_id: "flatpak-1.10.2-4.6.1.i586", }, }, { category: "product_version", name: "flatpak-devel-1.10.2-4.6.1.i586", product: { name: "flatpak-devel-1.10.2-4.6.1.i586", product_id: "flatpak-devel-1.10.2-4.6.1.i586", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.10.2-4.6.1.i586", product: { name: "flatpak-zsh-completion-1.10.2-4.6.1.i586", product_id: "flatpak-zsh-completion-1.10.2-4.6.1.i586", }, }, { category: "product_version", name: "libflatpak0-1.10.2-4.6.1.i586", product: { name: "libflatpak0-1.10.2-4.6.1.i586", product_id: "libflatpak0-1.10.2-4.6.1.i586", }, }, { category: "product_version", name: "libostree-2020.8-3.3.2.i586", product: { name: "libostree-2020.8-3.3.2.i586", product_id: "libostree-2020.8-3.3.2.i586", }, }, { category: "product_version", name: "libostree-1-1-2020.8-3.3.2.i586", product: { name: "libostree-1-1-2020.8-3.3.2.i586", product_id: "libostree-1-1-2020.8-3.3.2.i586", }, }, { category: "product_version", name: "libostree-devel-2020.8-3.3.2.i586", product: { name: "libostree-devel-2020.8-3.3.2.i586", product_id: "libostree-devel-2020.8-3.3.2.i586", }, }, { category: "product_version", name: "libostree-grub2-2020.8-3.3.2.i586", product: { name: "libostree-grub2-2020.8-3.3.2.i586", product_id: "libostree-grub2-2020.8-3.3.2.i586", }, }, { category: "product_version", name: "system-user-flatpak-1.10.2-4.6.1.i586", product: { name: "system-user-flatpak-1.10.2-4.6.1.i586", product_id: "system-user-flatpak-1.10.2-4.6.1.i586", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.i586", product: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.i586", product_id: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.i586", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.i586", product: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.i586", product_id: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.i586", }, }, { category: "product_version", name: "xdg-desktop-portal-1.8.0-5.3.2.i586", product: { name: "xdg-desktop-portal-1.8.0-5.3.2.i586", product_id: "xdg-desktop-portal-1.8.0-5.3.2.i586", }, }, { category: "product_version", name: "xdg-desktop-portal-devel-1.8.0-5.3.2.i586", product: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.i586", product_id: "xdg-desktop-portal-devel-1.8.0-5.3.2.i586", }, }, { category: "product_version", name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.i586", product: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.i586", product_id: "xdg-desktop-portal-gtk-1.8.0-3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", product: { name: "xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", product_id: "xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", }, }, { category: "product_version", name: "xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", product: { name: "xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", product_id: "xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "flatpak-1.10.2-4.6.1.ppc64le", product: { name: "flatpak-1.10.2-4.6.1.ppc64le", product_id: "flatpak-1.10.2-4.6.1.ppc64le", }, }, { category: "product_version", name: "flatpak-devel-1.10.2-4.6.1.ppc64le", product: { name: "flatpak-devel-1.10.2-4.6.1.ppc64le", product_id: "flatpak-devel-1.10.2-4.6.1.ppc64le", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", product: { name: "flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", product_id: "flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", }, }, { category: "product_version", name: "libflatpak0-1.10.2-4.6.1.ppc64le", product: { name: "libflatpak0-1.10.2-4.6.1.ppc64le", product_id: "libflatpak0-1.10.2-4.6.1.ppc64le", }, }, { category: "product_version", name: "libostree-2020.8-3.3.2.ppc64le", product: { name: "libostree-2020.8-3.3.2.ppc64le", product_id: "libostree-2020.8-3.3.2.ppc64le", }, }, { category: "product_version", name: "libostree-1-1-2020.8-3.3.2.ppc64le", product: { name: "libostree-1-1-2020.8-3.3.2.ppc64le", product_id: "libostree-1-1-2020.8-3.3.2.ppc64le", }, }, { category: "product_version", name: "libostree-devel-2020.8-3.3.2.ppc64le", product: { name: "libostree-devel-2020.8-3.3.2.ppc64le", product_id: "libostree-devel-2020.8-3.3.2.ppc64le", }, }, { category: "product_version", name: "libostree-grub2-2020.8-3.3.2.ppc64le", product: { name: "libostree-grub2-2020.8-3.3.2.ppc64le", product_id: "libostree-grub2-2020.8-3.3.2.ppc64le", }, }, { category: "product_version", name: "system-user-flatpak-1.10.2-4.6.1.ppc64le", product: { name: "system-user-flatpak-1.10.2-4.6.1.ppc64le", product_id: "system-user-flatpak-1.10.2-4.6.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", product: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", product_id: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", product: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", product_id: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", }, }, { category: "product_version", name: "xdg-desktop-portal-1.8.0-5.3.2.ppc64le", product: { name: "xdg-desktop-portal-1.8.0-5.3.2.ppc64le", product_id: "xdg-desktop-portal-1.8.0-5.3.2.ppc64le", }, }, { category: "product_version", name: "xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", product: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", product_id: "xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", }, }, { category: "product_version", name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", product: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", product_id: "xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-1.10.2-4.6.1.s390x", product: { name: "flatpak-1.10.2-4.6.1.s390x", product_id: "flatpak-1.10.2-4.6.1.s390x", }, }, { category: "product_version", name: "flatpak-devel-1.10.2-4.6.1.s390x", product: { name: "flatpak-devel-1.10.2-4.6.1.s390x", product_id: "flatpak-devel-1.10.2-4.6.1.s390x", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.10.2-4.6.1.s390x", product: { name: "flatpak-zsh-completion-1.10.2-4.6.1.s390x", product_id: "flatpak-zsh-completion-1.10.2-4.6.1.s390x", }, }, { category: "product_version", name: "libflatpak0-1.10.2-4.6.1.s390x", product: { name: "libflatpak0-1.10.2-4.6.1.s390x", product_id: "libflatpak0-1.10.2-4.6.1.s390x", }, }, { category: "product_version", name: "libostree-2020.8-3.3.2.s390x", product: { name: "libostree-2020.8-3.3.2.s390x", product_id: "libostree-2020.8-3.3.2.s390x", }, }, { category: "product_version", name: "libostree-1-1-2020.8-3.3.2.s390x", product: { name: "libostree-1-1-2020.8-3.3.2.s390x", product_id: "libostree-1-1-2020.8-3.3.2.s390x", }, }, { category: "product_version", name: "libostree-devel-2020.8-3.3.2.s390x", product: { name: "libostree-devel-2020.8-3.3.2.s390x", product_id: "libostree-devel-2020.8-3.3.2.s390x", }, }, { category: "product_version", name: "system-user-flatpak-1.10.2-4.6.1.s390x", product: { name: "system-user-flatpak-1.10.2-4.6.1.s390x", product_id: "system-user-flatpak-1.10.2-4.6.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", product: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", product_id: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", product: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", product_id: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", }, }, { category: "product_version", name: "xdg-desktop-portal-1.8.0-5.3.2.s390x", product: { name: "xdg-desktop-portal-1.8.0-5.3.2.s390x", product_id: "xdg-desktop-portal-1.8.0-5.3.2.s390x", }, }, { category: "product_version", name: "xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", product: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", product_id: "xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", }, }, { category: "product_version", name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", product: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", product_id: "xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-1.10.2-4.6.1.x86_64", product: { name: "flatpak-1.10.2-4.6.1.x86_64", product_id: "flatpak-1.10.2-4.6.1.x86_64", }, }, { category: "product_version", name: "flatpak-devel-1.10.2-4.6.1.x86_64", product: { name: "flatpak-devel-1.10.2-4.6.1.x86_64", product_id: "flatpak-devel-1.10.2-4.6.1.x86_64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.10.2-4.6.1.x86_64", product: { name: "flatpak-zsh-completion-1.10.2-4.6.1.x86_64", product_id: "flatpak-zsh-completion-1.10.2-4.6.1.x86_64", }, }, { category: "product_version", name: "libflatpak0-1.10.2-4.6.1.x86_64", product: { name: "libflatpak0-1.10.2-4.6.1.x86_64", product_id: "libflatpak0-1.10.2-4.6.1.x86_64", }, }, { category: "product_version", name: "libostree-2020.8-3.3.2.x86_64", product: { name: "libostree-2020.8-3.3.2.x86_64", product_id: "libostree-2020.8-3.3.2.x86_64", }, }, { category: "product_version", name: "libostree-1-1-2020.8-3.3.2.x86_64", product: { name: "libostree-1-1-2020.8-3.3.2.x86_64", product_id: "libostree-1-1-2020.8-3.3.2.x86_64", }, }, { category: "product_version", name: "libostree-devel-2020.8-3.3.2.x86_64", product: { name: "libostree-devel-2020.8-3.3.2.x86_64", product_id: "libostree-devel-2020.8-3.3.2.x86_64", }, }, { category: "product_version", name: "libostree-grub2-2020.8-3.3.2.x86_64", product: { name: "libostree-grub2-2020.8-3.3.2.x86_64", product_id: "libostree-grub2-2020.8-3.3.2.x86_64", }, }, { category: "product_version", name: "system-user-flatpak-1.10.2-4.6.1.x86_64", product: { name: "system-user-flatpak-1.10.2-4.6.1.x86_64", product_id: "system-user-flatpak-1.10.2-4.6.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", product: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", product_id: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", product: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", product_id: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", }, }, { category: "product_version", name: "xdg-desktop-portal-1.8.0-5.3.2.x86_64", product: { name: "xdg-desktop-portal-1.8.0-5.3.2.x86_64", product_id: "xdg-desktop-portal-1.8.0-5.3.2.x86_64", }, }, { category: "product_version", name: "xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", product: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", product_id: "xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", }, }, { category: "product_version", name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", product: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", product_id: "xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP2", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP2", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product: { name: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-desktop-applications:15:sp2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libostree-1-1-2020.8-3.3.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.aarch64", }, product_reference: "libostree-1-1-2020.8-3.3.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-1-1-2020.8-3.3.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.ppc64le", }, product_reference: "libostree-1-1-2020.8-3.3.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-1-1-2020.8-3.3.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.s390x", }, product_reference: "libostree-1-1-2020.8-3.3.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-1-1-2020.8-3.3.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.x86_64", }, product_reference: "libostree-1-1-2020.8-3.3.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.10.2-4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.aarch64", }, product_reference: "flatpak-1.10.2-4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.10.2-4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.ppc64le", }, product_reference: "flatpak-1.10.2-4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.10.2-4.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.s390x", }, product_reference: "flatpak-1.10.2-4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.10.2-4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.x86_64", }, product_reference: "flatpak-1.10.2-4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.10.2-4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.aarch64", }, product_reference: "flatpak-devel-1.10.2-4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.10.2-4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.ppc64le", }, product_reference: "flatpak-devel-1.10.2-4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.10.2-4.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.s390x", }, product_reference: "flatpak-devel-1.10.2-4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.10.2-4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.x86_64", }, product_reference: "flatpak-devel-1.10.2-4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.10.2-4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.aarch64", }, product_reference: "flatpak-zsh-completion-1.10.2-4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.10.2-4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", }, product_reference: "flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.10.2-4.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.s390x", }, product_reference: "flatpak-zsh-completion-1.10.2-4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.10.2-4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.10.2-4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.10.2-4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.aarch64", }, product_reference: "libflatpak0-1.10.2-4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.10.2-4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.ppc64le", }, product_reference: "libflatpak0-1.10.2-4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.10.2-4.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.s390x", }, product_reference: "libflatpak0-1.10.2-4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.10.2-4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.x86_64", }, product_reference: "libflatpak0-1.10.2-4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-2020.8-3.3.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.aarch64", }, product_reference: "libostree-2020.8-3.3.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-2020.8-3.3.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.ppc64le", }, product_reference: "libostree-2020.8-3.3.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-2020.8-3.3.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.s390x", }, product_reference: "libostree-2020.8-3.3.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-2020.8-3.3.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.x86_64", }, product_reference: "libostree-2020.8-3.3.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-devel-2020.8-3.3.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.aarch64", }, product_reference: "libostree-devel-2020.8-3.3.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-devel-2020.8-3.3.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.ppc64le", }, product_reference: "libostree-devel-2020.8-3.3.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-devel-2020.8-3.3.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.s390x", }, product_reference: "libostree-devel-2020.8-3.3.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "libostree-devel-2020.8-3.3.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.x86_64", }, product_reference: "libostree-devel-2020.8-3.3.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.10.2-4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.aarch64", }, product_reference: "system-user-flatpak-1.10.2-4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.10.2-4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.ppc64le", }, product_reference: "system-user-flatpak-1.10.2-4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.10.2-4.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.s390x", }, product_reference: "system-user-flatpak-1.10.2-4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.10.2-4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.x86_64", }, product_reference: "system-user-flatpak-1.10.2-4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", }, product_reference: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", }, product_reference: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", }, product_reference: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", }, product_reference: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", }, product_reference: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", }, product_reference: "typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-1.8.0-5.3.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.aarch64", }, product_reference: "xdg-desktop-portal-1.8.0-5.3.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-1.8.0-5.3.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.ppc64le", }, product_reference: "xdg-desktop-portal-1.8.0-5.3.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-1.8.0-5.3.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.s390x", }, product_reference: "xdg-desktop-portal-1.8.0-5.3.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-1.8.0-5.3.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.x86_64", }, product_reference: "xdg-desktop-portal-1.8.0-5.3.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", }, product_reference: "xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", }, product_reference: "xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", }, product_reference: "xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", }, product_reference: "xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", }, product_reference: "xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", }, product_reference: "xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", }, product_reference: "xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", }, product_reference: "xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", }, product_reference: "xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-lang-1.8.0-5.3.2.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", }, product_reference: "xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21261", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21261", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", ], }, references: [ { category: "external", summary: "CVE-2021-21261", url: "https://www.suse.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "SUSE Bug 1180996 for CVE-2021-21261", url: "https://bugzilla.suse.com/1180996", }, ], 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 Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libostree-1-1-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-devel-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:flatpak-zsh-completion-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libflatpak0-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libostree-devel-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:system-user-flatpak-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.2-4.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:typelib-1_0-OSTree-1_0-2020.8-3.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-1.8.0-5.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-devel-1.8.0-5.3.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-1.8.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-gtk-lang-1.8.0-3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:xdg-desktop-portal-lang-1.8.0-5.3.2.noarch", ], }, ], threats: [ { category: "impact", date: "2021-04-07T12:11:43Z", details: "important", }, ], title: "CVE-2021-21261", }, ], }
suse-su-2022:2990-1
Vulnerability from csaf_suse
Published
2022-09-01 13:47
Modified
2022-09-01 13:47
Summary
Security update for flatpak
Notes
Title of the patch
Security update for flatpak
Description of the patch
This update for flatpak fixes the following issues:
- CVE-2021-21381: Fixed an issue where a sandboxed application could
read and write arbitrary host files via special tokens in the
.desktop file (bsc#1183459).
- CVE-2021-21261: Fixed a sandbox escape issue via the flatpak-portal
service (bsc#1180996).
Non-security fixes:
- openh264 extension needs to use 'extra_data'. (bsc#1155688)
The update will provide the support for extra_data' in extensions
and will provide a list of versions that are supported. This will
be useful for the extra_data for extensions because that will require
it to say that it is supported for version > 1.2.5 in the 1.2 series
and > 1.4.2 otherwise.
The update will includes fixes for a segfault in the function that
lists the installed references (flatpak_installation_list_installed_refs).
When an appstream update is cancelled while downloading icons, the update
will show a proper fail. Before this fix the next update attempt will see
an up-to-date timestamp, think everyhing is ok and not download the missing icons.
The update will introduce checks in the OCI (Open Container Initiative format)
updates for validating if it is gpg verified.
The update will install the required runtime for the installed extension.
The update will prevent a crash if the 'FlatpakDir' can't ensure it has a repo configured.
The update will prevent the removal of local extensions considered remote and not locally related.
Patchnames
SUSE-2022-2990,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-2990,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-2990,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-2990,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-2990,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-2990,SUSE-Storage-6-2022-2990
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ 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 flatpak", title: "Title of the patch", }, { category: "description", text: "This update for flatpak fixes the following issues:\n\n- CVE-2021-21381: Fixed an issue where a sandboxed application could\n read and write arbitrary host files via special tokens in the\n .desktop file (bsc#1183459).\n- CVE-2021-21261: Fixed a sandbox escape issue via the flatpak-portal\n service (bsc#1180996).\n\nNon-security fixes:\n\n- openh264 extension needs to use 'extra_data'. (bsc#1155688)\n The update will provide the support for extra_data' in extensions\n and will provide a list of versions that are supported. This will\n be useful for the extra_data for extensions because that will require\n it to say that it is supported for version > 1.2.5 in the 1.2 series \n and > 1.4.2 otherwise.\n The update will includes fixes for a segfault in the function that \n lists the installed references (flatpak_installation_list_installed_refs).\n When an appstream update is cancelled while downloading icons, the update\n will show a proper fail. Before this fix the next update attempt will see\n an up-to-date timestamp, think everyhing is ok and not download the missing icons.\n The update will introduce checks in the OCI (Open Container Initiative format)\n updates for validating if it is gpg verified.\n The update will install the required runtime for the installed extension.\n The update will prevent a crash if the 'FlatpakDir' can't ensure it has a repo configured.\n The update will prevent the removal of local extensions considered remote and not locally related.\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-2990,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-2990,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-2990,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-2990,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-2990,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-2990,SUSE-Storage-6-2022-2990", 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-2022_2990-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:2990-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20222990-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:2990-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012061.html", }, { category: "self", summary: "SUSE Bug 1155688", url: "https://bugzilla.suse.com/1155688", }, { category: "self", summary: "SUSE Bug 1180996", url: "https://bugzilla.suse.com/1180996", }, { category: "self", summary: "SUSE Bug 1183459", url: "https://bugzilla.suse.com/1183459", }, { category: "self", summary: "SUSE CVE CVE-2021-21261 page", url: "https://www.suse.com/security/cve/CVE-2021-21261/", }, { category: "self", summary: "SUSE CVE CVE-2021-21381 page", url: "https://www.suse.com/security/cve/CVE-2021-21381/", }, ], title: "Security update for flatpak", tracking: { current_release_date: "2022-09-01T13:47:39Z", generator: { date: "2022-09-01T13:47:39Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:2990-1", initial_release_date: "2022-09-01T13:47:39Z", revision_history: [ { date: "2022-09-01T13:47:39Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.5.2.aarch64", product: { name: "flatpak-1.2.3-150100.4.5.2.aarch64", product_id: "flatpak-1.2.3-150100.4.5.2.aarch64", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", product: { name: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", product_id: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", product_id: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.5.2.aarch64", product: { name: "libflatpak0-1.2.3-150100.4.5.2.aarch64", product_id: "libflatpak0-1.2.3-150100.4.5.2.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.5.2.i586", product: { name: "flatpak-1.2.3-150100.4.5.2.i586", product_id: "flatpak-1.2.3-150100.4.5.2.i586", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.5.2.i586", product: { name: "flatpak-devel-1.2.3-150100.4.5.2.i586", product_id: "flatpak-devel-1.2.3-150100.4.5.2.i586", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.i586", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.i586", product_id: "flatpak-zsh-completion-1.2.3-150100.4.5.2.i586", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.5.2.i586", product: { name: "libflatpak0-1.2.3-150100.4.5.2.i586", product_id: "libflatpak0-1.2.3-150100.4.5.2.i586", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.i586", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.i586", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.5.2.ppc64le", product: { name: "flatpak-1.2.3-150100.4.5.2.ppc64le", product_id: "flatpak-1.2.3-150100.4.5.2.ppc64le", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.5.2.ppc64le", product: { name: "flatpak-devel-1.2.3-150100.4.5.2.ppc64le", product_id: "flatpak-devel-1.2.3-150100.4.5.2.ppc64le", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", product_id: "flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.5.2.ppc64le", product: { name: "libflatpak0-1.2.3-150100.4.5.2.ppc64le", product_id: "libflatpak0-1.2.3-150100.4.5.2.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.5.2.s390x", product: { name: "flatpak-1.2.3-150100.4.5.2.s390x", product_id: "flatpak-1.2.3-150100.4.5.2.s390x", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.5.2.s390x", product: { name: "flatpak-devel-1.2.3-150100.4.5.2.s390x", product_id: "flatpak-devel-1.2.3-150100.4.5.2.s390x", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", product_id: "flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.5.2.s390x", product: { name: "libflatpak0-1.2.3-150100.4.5.2.s390x", product_id: "libflatpak0-1.2.3-150100.4.5.2.s390x", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-1.2.3-150100.4.5.2.x86_64", product: { name: "flatpak-1.2.3-150100.4.5.2.x86_64", product_id: "flatpak-1.2.3-150100.4.5.2.x86_64", }, }, { category: "product_version", name: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", product: { name: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", product_id: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", product: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", product_id: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, }, { category: "product_version", name: "libflatpak0-1.2.3-150100.4.5.2.x86_64", product: { name: "libflatpak0-1.2.3-150100.4.5.2.x86_64", product_id: "libflatpak0-1.2.3-150100.4.5.2.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", product: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", product_id: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { 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 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: "flatpak-1.2.3-150100.4.5.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:flatpak-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.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:flatpak-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.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:flatpak-devel-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.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:flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.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:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.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:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.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:libflatpak0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.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:libflatpak0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.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:flatpak-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.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:flatpak-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.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:flatpak-devel-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.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:flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.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:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.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:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.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:libflatpak0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.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:libflatpak0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "flatpak-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", }, product_reference: "flatpak-1.2.3-150100.4.5.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.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:flatpak-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "flatpak-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.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:flatpak-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.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:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.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:flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.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:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.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:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.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:libflatpak0-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.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:libflatpak0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.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:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.2.3-150100.4.5.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.2.3-150100.4.5.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-devel-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.2.3-150100.4.5.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "libflatpak0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21261", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21261", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21261", url: "https://www.suse.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "SUSE Bug 1180996 for CVE-2021-21261", url: "https://bugzilla.suse.com/1180996", }, ], 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:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-09-01T13:47:39Z", details: "important", }, ], title: "CVE-2021-21261", }, { cve: "CVE-2021-21381", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21381", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. In Flatpack since version 0.9.4 and before version 1.10.2 has a vulnerability in the \"file forwarding\" feature which can be used by an attacker to gain access to files that would not ordinarily be allowed by the app's permissions. By putting the special tokens `@@` and/or `@@u` in the Exec field of a Flatpak app's .desktop file, a malicious app publisher can trick flatpak into behaving as though the user had chosen to open a target file with their Flatpak app, which automatically makes that file available to the Flatpak app. This is fixed in version 1.10.2. A minimal solution is the first commit \"`Disallow @@ and @@U usage in desktop files`\". The follow-up commits \"`dir: Reserve the whole @@ prefix`\" and \"`dir: Refuse to export .desktop files with suspicious uses of @@ tokens`\" are recommended, but not strictly required. As a workaround, avoid installing Flatpak apps from untrusted sources, or check the contents of the exported `.desktop` files in `exports/share/applications/*.desktop` (typically `~/.local/share/flatpak/exports/share/applications/*.desktop` and `/var/lib/flatpak/exports/share/applications/*.desktop`) to make sure that literal filenames do not follow `@@` or `@@u`.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21381", url: "https://www.suse.com/security/cve/CVE-2021-21381", }, { category: "external", summary: "SUSE Bug 1183459 for CVE-2021-21381", url: "https://bugzilla.suse.com/1183459", }, ], 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:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Enterprise Storage 6:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-devel-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:flatpak-zsh-completion-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libflatpak0-1.2.3-150100.4.5.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:typelib-1_0-Flatpak-1_0-1.2.3-150100.4.5.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-09-01T13:47:39Z", details: "important", }, ], title: "CVE-2021-21381", }, ], }
opensuse-su-2021:0520-1
Vulnerability from csaf_opensuse
Published
2021-04-08 22:41
Modified
2021-04-08 22:41
Summary
Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk
Notes
Title of the patch
Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk
Description of the patch
This update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk fixes the following issues:
libostree:
Update to version 2020.8
- Enable LTO. (bsc#1133120)
- This update contains scalability improvements and bugfixes.
- Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be
re-downloaded if not changed in the meanwhile.
- Summaries and delta have been reworked to allow more fine-grained fetching.
- Fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures.
- Static deltas can now be signed to more easily support offline verification.
- There's now support for multiple initramfs images; Is it possible to have a 'main' initramfs image and a
secondary one which represents local configuration.
- The documentation is now moved to https://ostreedev.github.io/ostree/
- Fix for an assertion failure when upgrading from systems before ostree supported devicetree.
- ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts.
- ostree now supports `/` and `/boot` being on the same filesystem.
- Improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for
the immutable bit on s390x, dropping a deprecated bit in the systemd unit file.
- Fix a regression 2020.4 where the 'readonly sysroot' changes incorrectly left the sysroot read-only
on systems that started out with a read-only `/` (most of them, e.g. Fedora Silverblue/IoT at least).
- The default dracut config now enables reproducibility.
- There is a new ostree admin unlock `--transient`. This should to be a foundation for further support
for 'live' updates.
- New `ed25519` signing support, powered by `libsodium`.
- stree commit gained a new `--base` argument, which significantly simplifies constructing 'derived'
commits, particularly for systems using SELinux.
- Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable.
Enabling the `readonly=true` flag in the repo config is recommended.
- Several fixes in locking for the temporary 'staging' directories OSTree creates, particularly on NFS.
- A new `timestamp-check-from-rev` option was added for pulls, which makes downgrade protection more
reliable and will be used by Fedora CoreOS.
- Several fixes and enhancements made for 'collection' pulls including a new `--mirror` option.
- The ostree commit command learned a new `--mode-ro-executables` which enforces `W^R` semantics
on all executables.
- Added a new commit metadata key `OSTREE_COMMIT_META_KEY_ARCHITECTURE` to help standardize
the architecture of the OSTree commit. This could be used on the client side for example to
sanity-check that the commit matches the architecture of the machine before deploying.
- Stop invalid usage of `%_libexecdir`:
+ Use `%{_prefix}/lib` where appropriate.
+ Use `_systemdgeneratordir` for the systemd-generators.
+ Define `_dracutmodulesdir` based on `dracut.pc`. Add BuildRequires(dracut) for this to work.
xdg-desktop-portal:
Update to version 1.8.0:
- Ensure systemd rpm macros are called at install/uninstall times for systemd user services.
- Add BuildRequires on systemd-rpm-macros.
- openuri:
- Allow skipping the chooser for more URL tyles
- Robustness fixes
- filechooser:
- Return the current filter
- Add a 'directory' option
- Document the 'writable' option
- camera:
- Make the client node visible
- Don't leak pipewire proxy
- Fix file descriptor leaks
- Testsuite improvements
- Updated translations.
- document:
- Reduce the use of open fds
- Add more tests and fix issues they found
- Expose directories with their proper name
- Support exporting directories
- New fuse implementation
- background: Avoid a segfault
- screencast: Require pipewire 0.3
- Better support for snap and toolbox
- Require `/usr/bin/fusermount`: `xdg-document-portal` calls out to the binary. (bsc#1175899)
Without it, files or dirs can be selected, but whatever is done with or in them, will not have any effect
- Fixes for `%_libexecdir` changing to `/usr/libexec`
xdg-desktop-portal-gtk:
Update to version 1.8.0:
- filechooser:
- Return the current filter
- Handle the 'directory' option to select directories
- Only show preview when we have an image
- screenshot: Fix cancellation
- appchooser: Avoid a crash
- wallpaper:
- Properly preview placement settings
- Drop the lockscreen option
- printing: Improve the notification
- Updated translations.
- settings: Fall back to gsettings for enable-animations
- screencast: Support Mutter version to 3 (New pipewire api ver 3).
flatpak:
- Update to version 1.10.2 (jsc#SLE-17238, ECO-3148)
- This is a security update which fixes a potential attack where a flatpak application could use custom formated
`.desktop` file to gain access to files on the host system.
- Fix memory leaks
- Documentation and translations updates
- Spawn portal better handles non-utf8 filenames
- Fix flatpak build on systems with setuid bwrap
- Fix crash on updating apps with no deploy data
- Remove deprecated texinfo packaging macros.
- Support for the new repo format which should make updates faster and download less data.
- The systemd generator snippets now call flatpak `--print-updated-env` in place of a bunch of shell for better
login performance.
- The `.profile` snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh.
- Flatpak now finds the pulseaudio sockets better in uncommon configurations.
- Sandboxes with network access it now also has access to the `systemd-resolved` socket to do dns lookups.
- Flatpak supports unsetting environment variables in the sandbox using `--unset-env`,
and `--env=FOO=` now sets FOO to the empty string instead of unsetting it.
- The spawn portal now has an option to share the pid namespace with the sub-sandbox.
- This security update fixes a sandbox escape where a malicious application can execute code outside the sandbox by
controlling the environment of the 'flatpak run' command when spawning a sub-sandbox (bsc#1180996, CVE-2021-21261)
- Fix support for ppc64.
- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package.
- Enable LTO as gobject-introspection works fine with LTO. (bsc#1133124)
- Fixed progress reporting for OCI and extra-data.
- The in-memory summary cache is more efficient.
- Fixed authentication getting stuck in a loop in some cases.
- Fixed authentication error reporting.
- Extract OCI info for runtimes as well as apps.
- Fixed crash if anonymous authentication fails and `-y` is specified.
- flatpak info now only looks at the specified installation if one is specified.
- Better error reporting for server HTTP errors during download.
- Uninstall now removes applications before the runtime it depends on.
- Avoid updating metadata from the remote when uninstalling.
- FlatpakTransaction now verifies all passed in refs to avoid.
- Added validation of collection id settings for remotes.
- Fix seccomp filters on s390.
- Robustness fixes to the spawn portal.
- Fix support for masking update in the system installation.
- Better support for distros with uncommon models of merged `/usr`.
- Cache responses from localed/AccountService.
- Fix hangs in cases where `xdg-dbus-proxy` fails to start.
- Fix double-free in cups socket detection.
- OCI authenticator now doesn't ask for auth in case of http errors.
- Fix invalid usage of `%{_libexecdir}` to reference systemd directories.
- Fixes for `%_libexecdir` changing to `/usr/libexec`
- Avoid calling authenticator in update if ref didn't change
- Don't fail transaction if ref is already installed (after transaction start)
- Fix flatpak run handling of userns in the `--device=all` case
- Fix handling of extensions from different remotes
- Fix flatpak run `--no-session-bus`
- `FlatpakTransaction` has a new signal `install-authenticator` which clients can handle to install authenticators
needed for the transaction. This is done in the CLI commands.
- Now the host timezone data is always exposed, fixing several apps that had timezone issues.
- There's a new systemd unit (not installed by default) to automatically detect plugged in usb sticks with
sideload repos.
- By default the `gdm env.d` file is no longer installed because the systemd generators work better.
- `create-usb` now exports partial commits by default
- Fix handling of docker media types in oci remotes
- Fix subjects in `remote-info --log` output
- This release is also able to host flatpak images on e.g. docker hub.
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-520
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ 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 flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk", title: "Title of the patch", }, { category: "description", text: "This update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk fixes the following issues:\n\nlibostree:\n\nUpdate to version 2020.8\n\n- Enable LTO. (bsc#1133120)\n\n- This update contains scalability improvements and bugfixes.\n- Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be \n re-downloaded if not changed in the meanwhile.\n- Summaries and delta have been reworked to allow more fine-grained fetching.\n- Fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures.\n- Static deltas can now be signed to more easily support offline verification.\n- There's now support for multiple initramfs images; Is it possible to have a 'main' initramfs image and a \n secondary one which represents local configuration.\n- The documentation is now moved to https://ostreedev.github.io/ostree/\n- Fix for an assertion failure when upgrading from systems before ostree supported devicetree.\n- ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts.\n- ostree now supports `/` and `/boot` being on the same filesystem.\n- Improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for \n the immutable bit on s390x, dropping a deprecated bit in the systemd unit file.\n- Fix a regression 2020.4 where the 'readonly sysroot' changes incorrectly left the sysroot read-only \n on systems that started out with a read-only `/` (most of them, e.g. Fedora Silverblue/IoT at least).\n- The default dracut config now enables reproducibility.\n- There is a new ostree admin unlock `--transient`. This should to be a foundation for further support \n for 'live' updates.\n- New `ed25519` signing support, powered by `libsodium`.\n- stree commit gained a new `--base` argument, which significantly simplifies constructing 'derived' \n commits, particularly for systems using SELinux.\n- Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. \n Enabling the `readonly=true` flag in the repo config is recommended.\n- Several fixes in locking for the temporary 'staging' directories OSTree creates, particularly on NFS.\n- A new `timestamp-check-from-rev` option was added for pulls, which makes downgrade protection more \n reliable and will be used by Fedora CoreOS.\n- Several fixes and enhancements made for 'collection' pulls including a new `--mirror` option.\n- The ostree commit command learned a new `--mode-ro-executables` which enforces `W^R` semantics \n on all executables.\n- Added a new commit metadata key `OSTREE_COMMIT_META_KEY_ARCHITECTURE` to help standardize \n the architecture of the OSTree commit. This could be used on the client side for example to \n sanity-check that the commit matches the architecture of the machine before deploying.\n- Stop invalid usage of `%_libexecdir`:\n + Use `%{_prefix}/lib` where appropriate.\n + Use `_systemdgeneratordir` for the systemd-generators.\n + Define `_dracutmodulesdir` based on `dracut.pc`. Add BuildRequires(dracut) for this to work.\n\nxdg-desktop-portal:\n\nUpdate to version 1.8.0:\n\n- Ensure systemd rpm macros are called at install/uninstall times for systemd user services.\n- Add BuildRequires on systemd-rpm-macros.\n- openuri:\n - Allow skipping the chooser for more URL tyles\n - Robustness fixes\n- filechooser: \n - Return the current filter\n - Add a 'directory' option\n - Document the 'writable' option\n- camera:\n - Make the client node visible\n - Don't leak pipewire proxy\n- Fix file descriptor leaks\n- Testsuite improvements\n- Updated translations.\n- document:\n - Reduce the use of open fds\n - Add more tests and fix issues they found\n - Expose directories with their proper name\n - Support exporting directories\n - New fuse implementation\n- background: Avoid a segfault\n- screencast: Require pipewire 0.3\n- Better support for snap and toolbox\n- Require `/usr/bin/fusermount`: `xdg-document-portal` calls out to the binary. (bsc#1175899)\n Without it, files or dirs can be selected, but whatever is done with or in them, will not have any effect\n- Fixes for `%_libexecdir` changing to `/usr/libexec`\n\nxdg-desktop-portal-gtk:\n\nUpdate to version 1.8.0:\n\n- filechooser: \n - Return the current filter\n - Handle the 'directory' option to select directories\n - Only show preview when we have an image\n- screenshot: Fix cancellation\n- appchooser: Avoid a crash\n- wallpaper:\n - Properly preview placement settings\n - Drop the lockscreen option\n- printing: Improve the notification\n- Updated translations.\n- settings: Fall back to gsettings for enable-animations\n- screencast: Support Mutter version to 3 (New pipewire api ver 3).\n\nflatpak:\n\n- Update to version 1.10.2 (jsc#SLE-17238, ECO-3148)\n\n- This is a security update which fixes a potential attack where a flatpak application could use custom formated \n `.desktop` file to gain access to files on the host system.\n- Fix memory leaks\n- Documentation and translations updates\n- Spawn portal better handles non-utf8 filenames\n- Fix flatpak build on systems with setuid bwrap \n- Fix crash on updating apps with no deploy data\n- Remove deprecated texinfo packaging macros.\n- Support for the new repo format which should make updates faster and download less data.\n- The systemd generator snippets now call flatpak `--print-updated-env` in place of a bunch of shell for better\n login performance.\n- The `.profile` snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh.\n- Flatpak now finds the pulseaudio sockets better in uncommon configurations.\n- Sandboxes with network access it now also has access to the `systemd-resolved` socket to do dns lookups.\n- Flatpak supports unsetting environment variables in the sandbox using `--unset-env`, \n and `--env=FOO=` now sets FOO to the empty string instead of unsetting it.\n- The spawn portal now has an option to share the pid namespace with the sub-sandbox.\n- This security update fixes a sandbox escape where a malicious application can execute code outside the sandbox by \n controlling the environment of the 'flatpak run' command when spawning a sub-sandbox (bsc#1180996, CVE-2021-21261)\n- Fix support for ppc64.\n- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package.\n- Enable LTO as gobject-introspection works fine with LTO. (bsc#1133124)\n- Fixed progress reporting for OCI and extra-data.\n- The in-memory summary cache is more efficient.\n- Fixed authentication getting stuck in a loop in some cases.\n- Fixed authentication error reporting.\n- Extract OCI info for runtimes as well as apps. \n- Fixed crash if anonymous authentication fails and `-y` is specified.\n- flatpak info now only looks at the specified installation if one is specified.\n- Better error reporting for server HTTP errors during download. \n- Uninstall now removes applications before the runtime it depends on.\n- Avoid updating metadata from the remote when uninstalling.\n- FlatpakTransaction now verifies all passed in refs to avoid.\n- Added validation of collection id settings for remotes.\n- Fix seccomp filters on s390.\n- Robustness fixes to the spawn portal.\n- Fix support for masking update in the system installation.\n- Better support for distros with uncommon models of merged `/usr`.\n- Cache responses from localed/AccountService.\n- Fix hangs in cases where `xdg-dbus-proxy` fails to start.\n- Fix double-free in cups socket detection.\n- OCI authenticator now doesn't ask for auth in case of http errors.\n- Fix invalid usage of `%{_libexecdir}` to reference systemd directories.\n- Fixes for `%_libexecdir` changing to `/usr/libexec`\n- Avoid calling authenticator in update if ref didn't change\n- Don't fail transaction if ref is already installed (after transaction start)\n- Fix flatpak run handling of userns in the `--device=all` case\n- Fix handling of extensions from different remotes\n- Fix flatpak run `--no-session-bus`\n- `FlatpakTransaction` has a new signal `install-authenticator` which clients can handle to install authenticators \n needed for the transaction. This is done in the CLI commands.\n- Now the host timezone data is always exposed, fixing several apps that had timezone issues.\n- There's a new systemd unit (not installed by default) to automatically detect plugged in usb sticks with \n sideload repos.\n- By default the `gdm env.d` file is no longer installed because the systemd generators work better.\n- `create-usb` now exports partial commits by default \n- Fix handling of docker media types in oci remotes\n- Fix subjects in `remote-info --log` output\n- This release is also able to host flatpak images on e.g. docker hub.\n \nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", title: "Description of the patch", }, { category: "details", text: "openSUSE-2021-520", 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_0520-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:0520-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4JRX7C3J3TJQXJODJCARSGDYY4AM57Q7/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:0520-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4JRX7C3J3TJQXJODJCARSGDYY4AM57Q7/", }, { category: "self", summary: "SUSE Bug 1133120", url: "https://bugzilla.suse.com/1133120", }, { category: "self", summary: "SUSE Bug 1133124", url: "https://bugzilla.suse.com/1133124", }, { category: "self", summary: "SUSE Bug 1175899", url: "https://bugzilla.suse.com/1175899", }, { category: "self", summary: "SUSE Bug 1180996", url: "https://bugzilla.suse.com/1180996", }, { category: "self", summary: "SUSE CVE CVE-2021-21261 page", url: "https://www.suse.com/security/cve/CVE-2021-21261/", }, ], title: "Security update for flatpak, libostree, xdg-desktop-portal, xdg-desktop-portal-gtk", tracking: { current_release_date: "2021-04-08T22:41:52Z", generator: { date: "2021-04-08T22:41:52Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:0520-1", initial_release_date: "2021-04-08T22:41:52Z", revision_history: [ { date: "2021-04-08T22:41:52Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libostree-2020.8-lp152.2.3.1.i586", product: { name: "libostree-2020.8-lp152.2.3.1.i586", product_id: "libostree-2020.8-lp152.2.3.1.i586", }, }, { category: "product_version", name: "libostree-1-1-2020.8-lp152.2.3.1.i586", product: { name: "libostree-1-1-2020.8-lp152.2.3.1.i586", product_id: "libostree-1-1-2020.8-lp152.2.3.1.i586", }, }, { category: "product_version", name: "libostree-devel-2020.8-lp152.2.3.1.i586", product: { name: "libostree-devel-2020.8-lp152.2.3.1.i586", product_id: "libostree-devel-2020.8-lp152.2.3.1.i586", }, }, { category: "product_version", name: "libostree-grub2-2020.8-lp152.2.3.1.i586", product: { name: "libostree-grub2-2020.8-lp152.2.3.1.i586", product_id: "libostree-grub2-2020.8-lp152.2.3.1.i586", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", product: { name: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", product_id: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", product: { name: "xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", product_id: "xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", }, }, { category: "product_version", name: "xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", product: { name: "xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", product_id: "xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "flatpak-1.10.2-lp152.3.6.1.x86_64", product: { name: "flatpak-1.10.2-lp152.3.6.1.x86_64", product_id: "flatpak-1.10.2-lp152.3.6.1.x86_64", }, }, { category: "product_version", name: "flatpak-devel-1.10.2-lp152.3.6.1.x86_64", product: { name: "flatpak-devel-1.10.2-lp152.3.6.1.x86_64", product_id: "flatpak-devel-1.10.2-lp152.3.6.1.x86_64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", product: { name: "flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", product_id: "flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", }, }, { category: "product_version", name: "libflatpak0-1.10.2-lp152.3.6.1.x86_64", product: { name: "libflatpak0-1.10.2-lp152.3.6.1.x86_64", product_id: "libflatpak0-1.10.2-lp152.3.6.1.x86_64", }, }, { category: "product_version", name: "libostree-2020.8-lp152.2.3.1.x86_64", product: { name: "libostree-2020.8-lp152.2.3.1.x86_64", product_id: "libostree-2020.8-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "libostree-1-1-2020.8-lp152.2.3.1.x86_64", product: { name: "libostree-1-1-2020.8-lp152.2.3.1.x86_64", product_id: "libostree-1-1-2020.8-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "libostree-devel-2020.8-lp152.2.3.1.x86_64", product: { name: "libostree-devel-2020.8-lp152.2.3.1.x86_64", product_id: "libostree-devel-2020.8-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "libostree-grub2-2020.8-lp152.2.3.1.x86_64", product: { name: "libostree-grub2-2020.8-lp152.2.3.1.x86_64", product_id: "libostree-grub2-2020.8-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", product: { name: "system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", product_id: "system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", product: { name: "typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", product_id: "typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", product: { name: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", product_id: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", product: { name: "xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", product_id: "xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", }, }, { category: "product_version", name: "xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", product: { name: "xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", product_id: "xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", }, }, { category: "product_version", name: "xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", product: { name: "xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", product_id: "xdg-desktop-portal-gtk-1.8.0-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: "flatpak-1.10.2-lp152.3.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:flatpak-1.10.2-lp152.3.6.1.x86_64", }, product_reference: "flatpak-1.10.2-lp152.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.10.2-lp152.3.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:flatpak-devel-1.10.2-lp152.3.6.1.x86_64", }, product_reference: "flatpak-devel-1.10.2-lp152.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", }, product_reference: "flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.10.2-lp152.3.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libflatpak0-1.10.2-lp152.3.6.1.x86_64", }, product_reference: "libflatpak0-1.10.2-lp152.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-2020.8-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.i586", }, product_reference: "libostree-2020.8-lp152.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-2020.8-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.x86_64", }, product_reference: "libostree-2020.8-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-1-1-2020.8-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.i586", }, product_reference: "libostree-1-1-2020.8-lp152.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-1-1-2020.8-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.x86_64", }, product_reference: "libostree-1-1-2020.8-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-devel-2020.8-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.i586", }, product_reference: "libostree-devel-2020.8-lp152.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-devel-2020.8-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.x86_64", }, product_reference: "libostree-devel-2020.8-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-grub2-2020.8-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.i586", }, product_reference: "libostree-grub2-2020.8-lp152.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "libostree-grub2-2020.8-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.x86_64", }, product_reference: "libostree-grub2-2020.8-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.10.2-lp152.3.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", }, product_reference: "system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", }, product_reference: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", }, product_reference: "typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", }, product_reference: "xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", }, product_reference: "xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", }, product_reference: "xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", }, product_reference: "xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", }, product_reference: "xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21261", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21261", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:flatpak-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:flatpak-devel-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:libflatpak0-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", "openSUSE Leap 15.2:xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2021-21261", url: "https://www.suse.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "SUSE Bug 1180996 for CVE-2021-21261", url: "https://bugzilla.suse.com/1180996", }, ], 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:flatpak-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:flatpak-devel-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:libflatpak0-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", "openSUSE Leap 15.2:xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.2:flatpak-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:flatpak-devel-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:flatpak-zsh-completion-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:libflatpak0-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-1-1-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-devel-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:libostree-grub2-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:system-user-flatpak-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-Flatpak-1_0-1.10.2-lp152.3.6.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-OSTree-1_0-2020.8-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-1.8.0-lp152.4.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-devel-1.8.0-lp152.4.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-gtk-1.8.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:xdg-desktop-portal-gtk-lang-1.8.0-lp152.2.3.1.noarch", "openSUSE Leap 15.2:xdg-desktop-portal-lang-1.8.0-lp152.4.3.1.noarch", ], }, ], threats: [ { category: "impact", date: "2021-04-08T22:41:52Z", details: "important", }, ], title: "CVE-2021-21261", }, ], }
opensuse-su-2024:10762-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
flatpak-1.11.3-1.2 on GA media
Notes
Title of the patch
flatpak-1.11.3-1.2 on GA media
Description of the patch
These are all security issues fixed in the flatpak-1.11.3-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-10762
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ 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: "flatpak-1.11.3-1.2 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the flatpak-1.11.3-1.2 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-10762", 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_10762-1.json", }, { category: "self", summary: "SUSE CVE CVE-2017-5226 page", url: "https://www.suse.com/security/cve/CVE-2017-5226/", }, { category: "self", summary: "SUSE CVE CVE-2019-10063 page", url: "https://www.suse.com/security/cve/CVE-2019-10063/", }, { 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-21261 page", url: "https://www.suse.com/security/cve/CVE-2021-21261/", }, ], title: "flatpak-1.11.3-1.2 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:10762-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: "flatpak-1.11.3-1.2.aarch64", product: { name: "flatpak-1.11.3-1.2.aarch64", product_id: "flatpak-1.11.3-1.2.aarch64", }, }, { category: "product_version", name: "flatpak-devel-1.11.3-1.2.aarch64", product: { name: "flatpak-devel-1.11.3-1.2.aarch64", product_id: "flatpak-devel-1.11.3-1.2.aarch64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.11.3-1.2.aarch64", product: { name: "flatpak-zsh-completion-1.11.3-1.2.aarch64", product_id: "flatpak-zsh-completion-1.11.3-1.2.aarch64", }, }, { category: "product_version", name: "libflatpak0-1.11.3-1.2.aarch64", product: { name: "libflatpak0-1.11.3-1.2.aarch64", product_id: "libflatpak0-1.11.3-1.2.aarch64", }, }, { category: "product_version", name: "system-user-flatpak-1.11.3-1.2.aarch64", product: { name: "system-user-flatpak-1.11.3-1.2.aarch64", product_id: "system-user-flatpak-1.11.3-1.2.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", product: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", product_id: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "flatpak-1.11.3-1.2.ppc64le", product: { name: "flatpak-1.11.3-1.2.ppc64le", product_id: "flatpak-1.11.3-1.2.ppc64le", }, }, { category: "product_version", name: "flatpak-devel-1.11.3-1.2.ppc64le", product: { name: "flatpak-devel-1.11.3-1.2.ppc64le", product_id: "flatpak-devel-1.11.3-1.2.ppc64le", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.11.3-1.2.ppc64le", product: { name: "flatpak-zsh-completion-1.11.3-1.2.ppc64le", product_id: "flatpak-zsh-completion-1.11.3-1.2.ppc64le", }, }, { category: "product_version", name: "libflatpak0-1.11.3-1.2.ppc64le", product: { name: "libflatpak0-1.11.3-1.2.ppc64le", product_id: "libflatpak0-1.11.3-1.2.ppc64le", }, }, { category: "product_version", name: "system-user-flatpak-1.11.3-1.2.ppc64le", product: { name: "system-user-flatpak-1.11.3-1.2.ppc64le", product_id: "system-user-flatpak-1.11.3-1.2.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", product: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", product_id: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "flatpak-1.11.3-1.2.s390x", product: { name: "flatpak-1.11.3-1.2.s390x", product_id: "flatpak-1.11.3-1.2.s390x", }, }, { category: "product_version", name: "flatpak-devel-1.11.3-1.2.s390x", product: { name: "flatpak-devel-1.11.3-1.2.s390x", product_id: "flatpak-devel-1.11.3-1.2.s390x", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.11.3-1.2.s390x", product: { name: "flatpak-zsh-completion-1.11.3-1.2.s390x", product_id: "flatpak-zsh-completion-1.11.3-1.2.s390x", }, }, { category: "product_version", name: "libflatpak0-1.11.3-1.2.s390x", product: { name: "libflatpak0-1.11.3-1.2.s390x", product_id: "libflatpak0-1.11.3-1.2.s390x", }, }, { category: "product_version", name: "system-user-flatpak-1.11.3-1.2.s390x", product: { name: "system-user-flatpak-1.11.3-1.2.s390x", product_id: "system-user-flatpak-1.11.3-1.2.s390x", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", product: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", product_id: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "flatpak-1.11.3-1.2.x86_64", product: { name: "flatpak-1.11.3-1.2.x86_64", product_id: "flatpak-1.11.3-1.2.x86_64", }, }, { category: "product_version", name: "flatpak-devel-1.11.3-1.2.x86_64", product: { name: "flatpak-devel-1.11.3-1.2.x86_64", product_id: "flatpak-devel-1.11.3-1.2.x86_64", }, }, { category: "product_version", name: "flatpak-zsh-completion-1.11.3-1.2.x86_64", product: { name: "flatpak-zsh-completion-1.11.3-1.2.x86_64", product_id: "flatpak-zsh-completion-1.11.3-1.2.x86_64", }, }, { category: "product_version", name: "libflatpak0-1.11.3-1.2.x86_64", product: { name: "libflatpak0-1.11.3-1.2.x86_64", product_id: "libflatpak0-1.11.3-1.2.x86_64", }, }, { category: "product_version", name: "system-user-flatpak-1.11.3-1.2.x86_64", product: { name: "system-user-flatpak-1.11.3-1.2.x86_64", product_id: "system-user-flatpak-1.11.3-1.2.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", product: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", product_id: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.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: "flatpak-1.11.3-1.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", }, product_reference: "flatpak-1.11.3-1.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.11.3-1.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", }, product_reference: "flatpak-1.11.3-1.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.11.3-1.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", }, product_reference: "flatpak-1.11.3-1.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-1.11.3-1.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", }, product_reference: "flatpak-1.11.3-1.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.11.3-1.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", }, product_reference: "flatpak-devel-1.11.3-1.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.11.3-1.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", }, product_reference: "flatpak-devel-1.11.3-1.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.11.3-1.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", }, product_reference: "flatpak-devel-1.11.3-1.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-devel-1.11.3-1.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", }, product_reference: "flatpak-devel-1.11.3-1.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.11.3-1.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", }, product_reference: "flatpak-zsh-completion-1.11.3-1.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.11.3-1.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", }, product_reference: "flatpak-zsh-completion-1.11.3-1.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.11.3-1.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", }, product_reference: "flatpak-zsh-completion-1.11.3-1.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "flatpak-zsh-completion-1.11.3-1.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", }, product_reference: "flatpak-zsh-completion-1.11.3-1.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.11.3-1.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", }, product_reference: "libflatpak0-1.11.3-1.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.11.3-1.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", }, product_reference: "libflatpak0-1.11.3-1.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.11.3-1.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", }, product_reference: "libflatpak0-1.11.3-1.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libflatpak0-1.11.3-1.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", }, product_reference: "libflatpak0-1.11.3-1.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.11.3-1.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", }, product_reference: "system-user-flatpak-1.11.3-1.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.11.3-1.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", }, product_reference: "system-user-flatpak-1.11.3-1.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.11.3-1.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", }, product_reference: "system-user-flatpak-1.11.3-1.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "system-user-flatpak-1.11.3-1.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", }, product_reference: "system-user-flatpak-1.11.3-1.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", }, product_reference: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", }, product_reference: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", }, product_reference: "typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2017-5226", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-5226", }, ], notes: [ { category: "general", text: "When executing a program via the bubblewrap sandbox, the nonpriv session can escape to the parent session by using the TIOCSTI ioctl to push characters into the terminal's input buffer, allowing an attacker to escape the sandbox.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-5226", url: "https://www.suse.com/security/cve/CVE-2017-5226", }, { category: "external", summary: "SUSE Bug 1130637 for CVE-2017-5226", url: "https://bugzilla.suse.com/1130637", }, { category: "external", summary: "SUSE Bug 1173998 for CVE-2017-5226", url: "https://bugzilla.suse.com/1173998", }, { category: "external", summary: "SUSE Bug 1174073 for CVE-2017-5226", url: "https://bugzilla.suse.com/1174073", }, { category: "external", summary: "SUSE Bug 1209411 for CVE-2017-5226", url: "https://bugzilla.suse.com/1209411", }, ], 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:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.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:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2017-5226", }, { cve: "CVE-2019-10063", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-10063", }, ], notes: [ { category: "general", text: "Flatpak before 1.0.8, 1.1.x and 1.2.x before 1.2.4, and 1.3.x before 1.3.1 allows a sandbox bypass. Flatpak versions since 0.8.1 address CVE-2017-5226 by using a seccomp filter to prevent sandboxed apps from using the TIOCSTI ioctl, which could otherwise be used to inject commands into the controlling terminal so that they would be executed outside the sandbox after the sandboxed app exits. This fix was incomplete: on 64-bit platforms, the seccomp filter could be bypassed by an ioctl request number that has TIOCSTI in its 32 least significant bits and an arbitrary nonzero value in its 32 most significant bits, which the Linux kernel would treat as equivalent to TIOCSTI.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-10063", url: "https://www.suse.com/security/cve/CVE-2019-10063", }, { category: "external", summary: "SUSE Bug 1130637 for CVE-2019-10063", url: "https://bugzilla.suse.com/1130637", }, { category: "external", summary: "SUSE Bug 1133041 for CVE-2019-10063", url: "https://bugzilla.suse.com/1133041", }, { category: "external", summary: "SUSE Bug 1133043 for CVE-2019-10063", url: "https://bugzilla.suse.com/1133043", }, ], 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:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2019-10063", }, { 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: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.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: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.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: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2019-5736", }, { cve: "CVE-2021-21261", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21261", }, ], notes: [ { category: "general", text: "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non-sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-21261", url: "https://www.suse.com/security/cve/CVE-2021-21261", }, { category: "external", summary: "SUSE Bug 1180996 for CVE-2021-21261", url: "https://bugzilla.suse.com/1180996", }, ], 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:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-devel-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:libflatpak0-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.11.3-1.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.11.3-1.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2021-21261", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.