Action not permitted
Modal body text goes here.
cve-2021-21261
Vulnerability from cvelistv5
Published
2021-01-14 19:40
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
Flatpak sandbox escape via spawn portal
References
▼ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486 | Patch, Third Party Advisory | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b | Patch, Third Party Advisory | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4 | Patch, Third Party Advisory | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba | Third Party Advisory | |
security-advisories@github.com | https://github.com/flatpak/flatpak/releases/tag/1.8.5 | Third Party Advisory | |
security-advisories@github.com | https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2 | Third Party Advisory | |
security-advisories@github.com | https://security.gentoo.org/glsa/202101-21 | Third Party Advisory | |
security-advisories@github.com | https://www.debian.org/security/2021/dsa-4830 | Third Party Advisory |
{ "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": "\u003e= 0.11.4, \u003c 1.8.5" }, { "status": "affected", "version": "\u003e= 1.9.0, \u003c 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 (\u0027Injection\u0027)", "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": "\u003e= 0.11.4, \u003c 1.8.5" }, { "version_value": "\u003e= 1.9.0, \u003c 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 (\u0027Injection\u0027)" } ] } ] }, "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", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-21261\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-01-14T20:15:12.360\",\"lastModified\":\"2021-01-27T19:34:12.467\",\"vulnStatus\":\"Analyzed\",\"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\u00f3 un fallo en el servicio \\\"flatpak-portal\\\" que puede permitir que las aplicaciones en sandbox ejecuten c\u00f3digo arbitrario en el sistema host (un escape del sandbox). Este fallo de escape del sandbox est\u00e1 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\u00e9n 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\u00f3n de seguridad que la persona que llama o con una configuraci\u00f3n de seguridad m\u00e1s restrictiva. Por ejemplo, esto se usa en navegadores web empaquetados con Flatpak, como Chromium, para iniciar subprocesos que procesar\u00e1n contenido web no confiable. y dar a esos subprocesos un sandbox m\u00e1s 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\u00e1n 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\u00f3n Flatpak maliciosa o comprometida podr\u00eda establecer variables de entorno en las que conf\u00ede el comando \\\"flatpak run\\\" y usarlas para ejecutar c\u00f3digo arbitrario que no se encuentra en un sandbox. Como soluci\u00f3n alternativa, esta vulnerabilidad puede ser mitigada evitando que se inicie el servicio \\\"flatpak-portal\\\", pero esa mitigaci\u00f3n impedir\u00e1 que muchas aplicaciones de Flatpak funcionen correctamente. Esto se corrige en las versiones 1.8.5 y 1.10.0\"}],\"metrics\":{\"cvssMetricV31\":[{\"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\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0},{\"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\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":4.7}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:C/I:C/A:C\",\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\",\"baseScore\":7.2},\"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\":\"Primary\",\"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\"]}]}}" } }
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": "\u003e= 0.11.4, \u003c 1.8.5" }, { "version_value": "\u003e= 1.9.0, \u003c 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 (\u0027Injection\u0027)" } ] } ] }, "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.0, "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.0, "impactScore": 6.0 } }, "lastModifiedDate": "2021-01-27T19:34Z", "publishedDate": "2021-01-14T20:15Z" } } }
rhsa-2021_0307
Vulnerability from csaf_redhat
Published
2021-02-01 10:38
Modified
2024-11-05 23:14
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 \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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-05T23:14:18+00:00", "generator": { "date": "2024-11-05T23:14:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-05T23:14:18+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 (\u0027Command Injection\u0027)" }, "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\u0027s 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-05 23:14
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 \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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-05T23:14:10+00:00", "generator": { "date": "2024-11-05T23:14:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-05T23:14:10+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 (\u0027Command Injection\u0027)" }, "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\u0027s 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-05 23:14
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 \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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-05T23:14:03+00:00", "generator": { "date": "2024-11-05T23:14:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-05T23:14:03+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 (\u0027Command Injection\u0027)" }, "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\u0027s 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-05 23:15
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 \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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-05T23:15:30+00:00", "generator": { "date": "2024-11-05T23:15:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-05T23:15:30+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 (\u0027Command Injection\u0027)" }, "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\u0027s 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" } ] }
Loading...
Loading...
- 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.