Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2021-43860
Vulnerability from cvelistv5
Published
2022-01-12 00:00
Modified
2024-08-04 04:10
Severity ?
EPSS score ?
Summary
Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there's a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the "xa.metadata" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the "metadata" file to ensure it wasn't lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.
References
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T04:10:17.171Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6" }, { "tags": [ "x_transferred" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3" }, { "name": "FEDORA-2022-825ca6bf2b", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/" }, { "name": "DSA-5049", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://www.debian.org/security/2022/dsa-5049" }, { "name": "GLSA-202312-12", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202312-12" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "flatpak", "vendor": "flatpak", "versions": [ { "status": "affected", "version": "\u003e= 1.11.0, \u003c 1.12.3" }, { "status": "affected", "version": "\u003c 1.10.6" } ] } ], "descriptions": [ { "lang": "en", "value": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-269", "description": "CWE-269: Improper Privilege Management", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-12-23T10:06:22.908255", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" }, { "url": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da" }, { "url": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042" }, { "url": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451" }, { "url": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e" }, { "url": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee" }, { "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6" }, { "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3" }, { "name": "FEDORA-2022-825ca6bf2b", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/" }, { "name": "DSA-5049", "tags": [ "vendor-advisory" ], "url": "https://www.debian.org/security/2022/dsa-5049" }, { "name": "GLSA-202312-12", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202312-12" } ], "source": { "advisory": "GHSA-qpjc-vq3c-572j", "discovery": "UNKNOWN" }, "title": "Permissions granted to applications can be hidden from the user at install time" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-43860", "datePublished": "2022-01-12T00:00:00", "dateReserved": "2021-11-16T00:00:00", "dateUpdated": "2024-08-04T04:10:17.171Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-43860\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-01-12T22:15:07.977\",\"lastModified\":\"2024-11-21T06:29:57.190\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \\\"xa.metadata\\\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \\\"metadata\\\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.\"},{\"lang\":\"es\",\"value\":\"Flatpak es un marco de distribuci\u00f3n y sandboxing de aplicaciones de Linux. Anterior a versiones 1.12.3 y 1.10.6, Flatpak no comprueba correctamente que los permisos mostrados al usuario para una aplicaci\u00f3n en el momento de la instalaci\u00f3n coincidan con los permisos reales concedidos a la aplicaci\u00f3n en tiempo de ejecuci\u00f3n, en el caso de que haya un byte nulo en el archivo de metadatos de una aplicaci\u00f3n. Por lo tanto, las aplicaciones pueden concederse a s\u00ed mismas permisos sin el consentimiento del usuario. Flatpak muestra los permisos al usuario durante la instalaci\u00f3n ley\u00e9ndolos de la clave \\\"xa.metadata\\\" en los metadatos de la confirmaci\u00f3n. Esta no puede contener un terminador nulo, porque es una GVariant no confiable. Flatpak compara estos permisos con los metadatos *reales*, del archivo \\\"metadata\\\" para asegurarse de que no le han mentido. Sin embargo, el contenido real de los metadatos es cargado en varios lugares donde son le\u00eddos como simples cadenas de estilo C. Esto significa que, si el archivo de metadatos incluye un terminador nulo, s\u00f3lo el contenido del archivo de *antes* del terminador se compara con xa.metadata. As\u00ed, cualquier permiso que aparezca en el archivo de metadatos despu\u00e9s de un terminador nulo es aplicado en tiempo de ejecuci\u00f3n pero no es mostrado al usuario. Por lo tanto, las aplicaciones dise\u00f1adas de forma maliciosa pueden otorgar permisos ocultos. Los usuarios que presentan Flatpaks instalados desde fuentes no confiables est\u00e1n en riesgo en caso de que el Flatpak tenga un archivo de metadatos maliciosamente dise\u00f1ado, ya sea inicialmente o en una actualizaci\u00f3n. Este problema est\u00e1 parcheado en las versiones 1.12.3 y 1.10.6. Como medida de mitigaci\u00f3n, los usuarios pueden comprobar manualmente los permisos de las aplicaciones instaladas al comprobar el archivo de metadatos o la clave xa.metadata en los metadatos de confirmaci\u00f3n\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":5.8},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":6.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-269\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-276\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.10.6\",\"matchCriteriaId\":\"F18D4717-D920-439E-9D65-4D45CAFEA1DF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.11.1\",\"versionEndIncluding\":\"1.12.3\",\"matchCriteriaId\":\"D9F7305E-5D9E-4BDB-B582-469DFA0AF0CF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4CFF558-3C47-480D-A2F0-BABF26042943\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/releases/tag/1.10.6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/releases/tag/1.12.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202312-12\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.debian.org/security/2022/dsa-5049\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/releases/tag/1.10.6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/releases/tag/1.12.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202312-12\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2022/dsa-5049\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
gsd-2021-43860
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there's a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the "xa.metadata" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the "metadata" file to ensure it wasn't lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-43860", "description": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.", "id": "GSD-2021-43860", "references": [ "https://www.suse.com/security/cve/CVE-2021-43860.html", "https://www.debian.org/security/2022/dsa-5049", "https://advisories.mageia.org/CVE-2021-43860.html", "https://linux.oracle.com/cve/CVE-2021-43860.html", "https://access.redhat.com/errata/RHSA-2022:1792" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-43860" ], "details": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.", "id": "GSD-2021-43860", "modified": "2023-12-13T01:23:26.707575Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-43860", "STATE": "PUBLIC", "TITLE": "Permissions granted to applications can be hidden from the user at install time" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "flatpak", "version": { "version_data": [ { "version_value": "\u003e= 1.11.0, \u003c 1.12.3" }, { "version_value": "\u003c 1.10.6" } ] } } ] }, "vendor_name": "flatpak" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-269: Improper Privilege Management" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j", "refsource": "CONFIRM", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" }, { "name": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da" }, { "name": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042" }, { "name": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451" }, { "name": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e" }, { "name": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee" }, { "name": "https://github.com/flatpak/flatpak/releases/tag/1.10.6", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6" }, { "name": "https://github.com/flatpak/flatpak/releases/tag/1.12.3", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3" }, { "name": "FEDORA-2022-825ca6bf2b", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/" }, { "name": "DSA-5049", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2022/dsa-5049" }, { "name": "GLSA-202312-12", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202312-12" } ] }, "source": { "advisory": "GHSA-qpjc-vq3c-572j", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", "matchCriteriaId": "F18D4717-D920-439E-9D65-4D45CAFEA1DF", "versionEndExcluding": "1.10.6", "vulnerable": true }, { "criteria": "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", "matchCriteriaId": "D9F7305E-5D9E-4BDB-B582-469DFA0AF0CF", "versionEndIncluding": "1.12.3", "versionStartIncluding": "1.11.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "F4CFF558-3C47-480D-A2F0-BABF26042943", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata." }, { "lang": "es", "value": "Flatpak es un marco de distribuci\u00f3n y sandboxing de aplicaciones de Linux. Anterior a versiones 1.12.3 y 1.10.6, Flatpak no comprueba correctamente que los permisos mostrados al usuario para una aplicaci\u00f3n en el momento de la instalaci\u00f3n coincidan con los permisos reales concedidos a la aplicaci\u00f3n en tiempo de ejecuci\u00f3n, en el caso de que haya un byte nulo en el archivo de metadatos de una aplicaci\u00f3n. Por lo tanto, las aplicaciones pueden concederse a s\u00ed mismas permisos sin el consentimiento del usuario. Flatpak muestra los permisos al usuario durante la instalaci\u00f3n ley\u00e9ndolos de la clave \"xa.metadata\" en los metadatos de la confirmaci\u00f3n. Esta no puede contener un terminador nulo, porque es una GVariant no confiable. Flatpak compara estos permisos con los metadatos *reales*, del archivo \"metadata\" para asegurarse de que no le han mentido. Sin embargo, el contenido real de los metadatos es cargado en varios lugares donde son le\u00eddos como simples cadenas de estilo C. Esto significa que, si el archivo de metadatos incluye un terminador nulo, s\u00f3lo el contenido del archivo de *antes* del terminador se compara con xa.metadata. As\u00ed, cualquier permiso que aparezca en el archivo de metadatos despu\u00e9s de un terminador nulo es aplicado en tiempo de ejecuci\u00f3n pero no es mostrado al usuario. Por lo tanto, las aplicaciones dise\u00f1adas de forma maliciosa pueden otorgar permisos ocultos. Los usuarios que presentan Flatpaks instalados desde fuentes no confiables est\u00e1n en riesgo en caso de que el Flatpak tenga un archivo de metadatos maliciosamente dise\u00f1ado, ya sea inicialmente o en una actualizaci\u00f3n. Este problema est\u00e1 parcheado en las versiones 1.12.3 y 1.10.6. Como medida de mitigaci\u00f3n, los usuarios pueden comprobar manualmente los permisos de las aplicaciones instaladas al comprobar el archivo de metadatos o la clave xa.metadata en los metadatos de confirmaci\u00f3n" } ], "id": "CVE-2021-43860", "lastModified": "2023-12-23T10:15:08.917", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 6.0, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.8, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2022-01-12T22:15:07.977", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" }, { "source": "security-advisories@github.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/" }, { "source": "security-advisories@github.com", "url": "https://security.gentoo.org/glsa/202312-12" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2022/dsa-5049" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-276" } ], "source": "nvd@nist.gov", "type": "Primary" }, { "description": [ { "lang": "en", "value": "CWE-269" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] } } } }
RHSA-2022:1792
Vulnerability from csaf_redhat
Published
2022-05-10 14:14
Modified
2024-11-22 17:40
Summary
Red Hat Security Advisory: flatpak security and bug fix 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: Permissions granted to applications can be hidden from the user at install time (CVE-2021-43860)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: Permissions granted to applications can be hidden from the user at install time (CVE-2021-43860)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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-2022:1792", "url": "https://access.redhat.com/errata/RHSA-2022:1792" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/" }, { "category": "external", "summary": "1980438", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980438" }, { "category": "external", "summary": "2010533", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2010533" }, { "category": "external", "summary": "2041590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041590" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1792.json" } ], "title": "Red Hat Security Advisory: flatpak security and bug fix update", "tracking": { "current_release_date": "2024-11-22T17:40:35+00:00", "generator": { "date": "2024-11-22T17:40:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:1792", "initial_release_date": "2022-05-10T14:14:34+00:00", "revision_history": [ { "date": "2022-05-10T14:14:34+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-05-10T14:14:34+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T17:40:35+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.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-0:1.8.7-1.el8.i686", "product_id": "flatpak-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.i686", "product_id": "flatpak-devel-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.i686", "product_id": "flatpak-libs-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x", "product_id": "flatpak-devel-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-0:1.8.7-1.el8.s390x", "product_id": "flatpak-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x", "product_id": "flatpak-libs-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.src", "product": { "name": "flatpak-0:1.8.7-1.el8.src", "product_id": "flatpak-0:1.8.7-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product_id": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.7-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src" }, "product_reference": "flatpak-0:1.8.7-1.el8.src", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-1.el8.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src" }, "product_reference": "flatpak-0:1.8.7-1.el8.src", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-1.el8.noarch", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43860", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2022-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2041590" } ], "notes": [ { "category": "description", "text": "An incorrect authorization vulnerability was found in Flatpak. Flatpak does not properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime in the case that there\u0027s a null byte in the metadata file of an app. This issue allows apps to grant themselves permissions without the user\u0027s consent.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Permissions granted to applications can be hidden from the user at install time", "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.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43860" }, { "category": "external", "summary": "RHBZ#2041590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041590" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43860", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43860" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43860", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43860" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" } ], "release_date": "2022-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-05-10T14:14:34+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.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1792" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "flatpak: Permissions granted to applications can be hidden from the user at install time" } ] }
rhsa-2022:1792
Vulnerability from csaf_redhat
Published
2022-05-10 14:14
Modified
2024-11-22 17:40
Summary
Red Hat Security Advisory: flatpak security and bug fix 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: Permissions granted to applications can be hidden from the user at install time (CVE-2021-43860)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: Permissions granted to applications can be hidden from the user at install time (CVE-2021-43860)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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-2022:1792", "url": "https://access.redhat.com/errata/RHSA-2022:1792" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/" }, { "category": "external", "summary": "1980438", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980438" }, { "category": "external", "summary": "2010533", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2010533" }, { "category": "external", "summary": "2041590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041590" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1792.json" } ], "title": "Red Hat Security Advisory: flatpak security and bug fix update", "tracking": { "current_release_date": "2024-11-22T17:40:35+00:00", "generator": { "date": "2024-11-22T17:40:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:1792", "initial_release_date": "2022-05-10T14:14:34+00:00", "revision_history": [ { "date": "2022-05-10T14:14:34+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-05-10T14:14:34+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T17:40:35+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.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-0:1.8.7-1.el8.i686", "product_id": "flatpak-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.i686", "product_id": "flatpak-devel-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.i686", "product_id": "flatpak-libs-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x", "product_id": "flatpak-devel-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-0:1.8.7-1.el8.s390x", "product_id": "flatpak-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x", "product_id": "flatpak-libs-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.src", "product": { "name": "flatpak-0:1.8.7-1.el8.src", "product_id": "flatpak-0:1.8.7-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product_id": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.7-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src" }, "product_reference": "flatpak-0:1.8.7-1.el8.src", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-1.el8.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src" }, "product_reference": "flatpak-0:1.8.7-1.el8.src", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-1.el8.noarch", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43860", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2022-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2041590" } ], "notes": [ { "category": "description", "text": "An incorrect authorization vulnerability was found in Flatpak. Flatpak does not properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime in the case that there\u0027s a null byte in the metadata file of an app. This issue allows apps to grant themselves permissions without the user\u0027s consent.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Permissions granted to applications can be hidden from the user at install time", "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.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43860" }, { "category": "external", "summary": "RHBZ#2041590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041590" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43860", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43860" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43860", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43860" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" } ], "release_date": "2022-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-05-10T14:14:34+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.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1792" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "flatpak: Permissions granted to applications can be hidden from the user at install time" } ] }
rhsa-2022_1792
Vulnerability from csaf_redhat
Published
2022-05-10 14:14
Modified
2024-11-22 17:40
Summary
Red Hat Security Advisory: flatpak security and bug fix 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: Permissions granted to applications can be hidden from the user at install time (CVE-2021-43860)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: Permissions granted to applications can be hidden from the user at install time (CVE-2021-43860)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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-2022:1792", "url": "https://access.redhat.com/errata/RHSA-2022:1792" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/" }, { "category": "external", "summary": "1980438", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980438" }, { "category": "external", "summary": "2010533", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2010533" }, { "category": "external", "summary": "2041590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041590" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1792.json" } ], "title": "Red Hat Security Advisory: flatpak security and bug fix update", "tracking": { "current_release_date": "2024-11-22T17:40:35+00:00", "generator": { "date": "2024-11-22T17:40:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:1792", "initial_release_date": "2022-05-10T14:14:34+00:00", "revision_history": [ { "date": "2022-05-10T14:14:34+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-05-10T14:14:34+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T17:40:35+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.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-0:1.8.7-1.el8.i686", "product_id": "flatpak-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.i686", "product_id": "flatpak-devel-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.i686", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.i686", "product_id": "flatpak-libs-0:1.8.7-1.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-devel-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-libs-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-devel-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-libs-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x", "product_id": "flatpak-devel-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product_id": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product_id": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-0:1.8.7-1.el8.s390x", "product_id": "flatpak-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x", "product_id": "flatpak-libs-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product_id": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-1.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-1.el8.src", "product": { "name": "flatpak-0:1.8.7-1.el8.src", "product_id": "flatpak-0:1.8.7-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product_id": "flatpak-selinux-0:1.8.7-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.7-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src" }, "product_reference": "flatpak-0:1.8.7-1.el8.src", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-1.el8.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src" }, "product_reference": "flatpak-0:1.8.7-1.el8.src", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-devel-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-1.el8.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-1.el8.noarch", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "relates_to_product_reference": "CRB-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "relates_to_product_reference": "CRB-8.6.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43860", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2022-01-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2041590" } ], "notes": [ { "category": "description", "text": "An incorrect authorization vulnerability was found in Flatpak. Flatpak does not properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime in the case that there\u0027s a null byte in the metadata file of an app. This issue allows apps to grant themselves permissions without the user\u0027s consent.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Permissions granted to applications can be hidden from the user at install time", "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.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43860" }, { "category": "external", "summary": "RHBZ#2041590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041590" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43860", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43860" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43860", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43860" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" } ], "release_date": "2022-01-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-05-10T14:14:34+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.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1792" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "AppStream-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "AppStream-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.src", "CRB-8.6.0.GA:flatpak-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-debugsource-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-devel-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-libs-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-selinux-0:1.8.7-1.el8.noarch", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-session-helper-debuginfo-0:1.8.7-1.el8.x86_64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.aarch64", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.i686", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.ppc64le", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.s390x", "CRB-8.6.0.GA:flatpak-tests-debuginfo-0:1.8.7-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "flatpak: Permissions granted to applications can be hidden from the user at install time" } ] }
wid-sec-w-2022-1447
Vulnerability from csaf_certbund
Published
2022-05-10 22:00
Modified
2024-06-30 22:00
Summary
Red Hat Enterprise Linux (flatpak): Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux in flatpak ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux in flatpak ausnutzen, um Sicherheitsvorkehrungen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-1447 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1447.json" }, { "category": "self", "summary": "WID-SEC-2022-1447 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1447" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2022-05-10", "url": "https://access.redhat.com/errata/RHSA-2022:1792" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:3284-1 vom 2022-09-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012249.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202312-12 vom 2023-12-24", "url": "https://security.gentoo.org/glsa/202312-12" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2518 vom 2024-06-28", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2518.html" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (flatpak): Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen", "tracking": { "current_release_date": "2024-06-30T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:35:15.052+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-1447", "initial_release_date": "2022-05-10T22:00:00.000+00:00", "revision_history": [ { "date": "2022-05-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-09-15T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-12-26T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-06-30T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "8", "product": { "name": "Red Hat Enterprise Linux 8", "product_id": "T014111", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43860", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Der Fehler besteht aufgrund einer fehlerhaften Autorisierung in der flatpak-Komponente, die dazu f\u00fchren kann, dass Anwendungen sich selbst Berechtigungen ohne die Zustimmung des Benutzers erteilen k\u00f6nnen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich." } ], "product_status": { "known_affected": [ "T002207", "398363", "T012167", "T014111" ] }, "release_date": "2022-05-10T22:00:00.000+00:00", "title": "CVE-2021-43860" } ] }
WID-SEC-W-2022-1447
Vulnerability from csaf_certbund
Published
2022-05-10 22:00
Modified
2024-06-30 22:00
Summary
Red Hat Enterprise Linux (flatpak): Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux in flatpak ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux in flatpak ausnutzen, um Sicherheitsvorkehrungen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-1447 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1447.json" }, { "category": "self", "summary": "WID-SEC-2022-1447 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1447" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2022-05-10", "url": "https://access.redhat.com/errata/RHSA-2022:1792" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:3284-1 vom 2022-09-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-September/012249.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202312-12 vom 2023-12-24", "url": "https://security.gentoo.org/glsa/202312-12" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2518 vom 2024-06-28", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2518.html" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (flatpak): Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen", "tracking": { "current_release_date": "2024-06-30T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:35:15.052+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-1447", "initial_release_date": "2022-05-10T22:00:00.000+00:00", "revision_history": [ { "date": "2022-05-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-09-15T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-12-26T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-06-30T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "8", "product": { "name": "Red Hat Enterprise Linux 8", "product_id": "T014111", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43860", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Der Fehler besteht aufgrund einer fehlerhaften Autorisierung in der flatpak-Komponente, die dazu f\u00fchren kann, dass Anwendungen sich selbst Berechtigungen ohne die Zustimmung des Benutzers erteilen k\u00f6nnen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich." } ], "product_status": { "known_affected": [ "T002207", "398363", "T012167", "T014111" ] }, "release_date": "2022-05-10T22:00:00.000+00:00", "title": "CVE-2021-43860" } ] }
fkie_cve-2021-43860
Vulnerability from fkie_nvd
Published
2022-01-12 22:15
Modified
2024-11-21 06:29
Severity ?
8.2 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
8.6 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
8.6 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Summary
Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there's a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the "xa.metadata" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the "metadata" file to ensure it wasn't lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
flatpak | flatpak | * | |
flatpak | flatpak | * | |
fedoraproject | fedora | 35 | |
redhat | enterprise_linux | 8.0 | |
debian | debian_linux | 9.0 | |
debian | debian_linux | 10.0 | |
debian | debian_linux | 11.0 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", "matchCriteriaId": "F18D4717-D920-439E-9D65-4D45CAFEA1DF", "versionEndExcluding": "1.10.6", "vulnerable": true }, { "criteria": "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", "matchCriteriaId": "D9F7305E-5D9E-4BDB-B582-469DFA0AF0CF", "versionEndIncluding": "1.12.3", "versionStartIncluding": "1.11.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "F4CFF558-3C47-480D-A2F0-BABF26042943", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata." }, { "lang": "es", "value": "Flatpak es un marco de distribuci\u00f3n y sandboxing de aplicaciones de Linux. Anterior a versiones 1.12.3 y 1.10.6, Flatpak no comprueba correctamente que los permisos mostrados al usuario para una aplicaci\u00f3n en el momento de la instalaci\u00f3n coincidan con los permisos reales concedidos a la aplicaci\u00f3n en tiempo de ejecuci\u00f3n, en el caso de que haya un byte nulo en el archivo de metadatos de una aplicaci\u00f3n. Por lo tanto, las aplicaciones pueden concederse a s\u00ed mismas permisos sin el consentimiento del usuario. Flatpak muestra los permisos al usuario durante la instalaci\u00f3n ley\u00e9ndolos de la clave \"xa.metadata\" en los metadatos de la confirmaci\u00f3n. Esta no puede contener un terminador nulo, porque es una GVariant no confiable. Flatpak compara estos permisos con los metadatos *reales*, del archivo \"metadata\" para asegurarse de que no le han mentido. Sin embargo, el contenido real de los metadatos es cargado en varios lugares donde son le\u00eddos como simples cadenas de estilo C. Esto significa que, si el archivo de metadatos incluye un terminador nulo, s\u00f3lo el contenido del archivo de *antes* del terminador se compara con xa.metadata. As\u00ed, cualquier permiso que aparezca en el archivo de metadatos despu\u00e9s de un terminador nulo es aplicado en tiempo de ejecuci\u00f3n pero no es mostrado al usuario. Por lo tanto, las aplicaciones dise\u00f1adas de forma maliciosa pueden otorgar permisos ocultos. Los usuarios que presentan Flatpaks instalados desde fuentes no confiables est\u00e1n en riesgo en caso de que el Flatpak tenga un archivo de metadatos maliciosamente dise\u00f1ado, ya sea inicialmente o en una actualizaci\u00f3n. Este problema est\u00e1 parcheado en las versiones 1.12.3 y 1.10.6. Como medida de mitigaci\u00f3n, los usuarios pueden comprobar manualmente los permisos de las aplicaciones instaladas al comprobar el archivo de metadatos o la clave xa.metadata en los metadatos de confirmaci\u00f3n" } ], "id": "CVE-2021-43860", "lastModified": "2024-11-21T06:29:57.190", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.8, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 6.0, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-01-12T22:15:07.977", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" }, { "source": "security-advisories@github.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/" }, { "source": "security-advisories@github.com", "url": "https://security.gentoo.org/glsa/202312-12" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2022/dsa-5049" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/54ec1a482dfc668127eaae57f135e6a8e0bc52da" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/65cbfac982cb1c83993a9e19aa424daee8e9f042" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/93357d357119093804df05acc32ff335839c6451" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/ba818f504c926baaf6e362be8159cfacf994310e" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/commit/d9a8f9d8ccc0b7c1135d0ecde006a75d25f66aee" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/APFTBYGJJVJPFVHRXUW5PII5XOAFI4KH/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.gentoo.org/glsa/202312-12" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2022/dsa-5049" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-269" } ], "source": "security-advisories@github.com", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-276" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.