Action not permitted
Modal body text goes here.
cve-2024-32462
Vulnerability from cvelistv5
Published
2024-04-18 18:11
Modified
2024-08-02 02:13
Severity ?
EPSS score ?
Summary
Flatpak vulnerable to a sandbox escape via RequestBackground portal due to bad argument parsing
References
Impacted products
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "flatpak", "vendor": "flatpak", "versions": [ { "lessThan": "1.15.8", "status": "affected", "version": "1.15.0", "versionType": "semver" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-32462", "options": [ { "Exploitation": "None" }, { "Automatable": "No" }, { "Technical Impact": "Total" } ], "role": "CISA Coordinator", "timestamp": "2024-04-20T04:00:12.336436Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-04T17:51:25.150Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:13:39.161Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" }, { "name": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d" }, { "name": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97" }, { "name": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e" }, { "name": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2024/04/18/5" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "flatpak", "vendor": "flatpak", "versions": [ { "status": "affected", "version": "\u003c 1.10.9" }, { "status": "affected", "version": "\u003e= 1.12.0, \u003c 1.12.9" }, { "status": "affected", "version": "\u003e= 1.14.0, \u003c 1.14.6" }, { "status": "affected", "version": "\u003e= 1.15.0, \u003c 1.15.8" } ] } ], "descriptions": [ { "lang": "en", "value": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-88", "description": "CWE-88: Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-04-18T18:11:27.680Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" }, { "name": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d" }, { "name": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97" }, { "name": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e" }, { "name": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/" }, { "url": "http://www.openwall.com/lists/oss-security/2024/04/18/5" } ], "source": { "advisory": "GHSA-phv6-cpc2-2fgj", "discovery": "UNKNOWN" }, "title": "Flatpak vulnerable to a sandbox escape via RequestBackground portal due to bad argument parsing" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-32462", "datePublished": "2024-04-18T18:11:27.680Z", "dateReserved": "2024-04-12T19:41:51.164Z", "dateUpdated": "2024-08-02T02:13:39.161Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-32462\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-04-18T18:15:09.313\",\"lastModified\":\"2024-11-21T09:14:57.853\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6.\"},{\"lang\":\"es\",\"value\":\"Flatpak es un sistema para crear, distribuir y ejecutar aplicaciones de escritorio en espacio aislado en Linux. en versiones anteriores a la 1.10.9, 1.12.9, 1.14.6 y 1.15.8, una aplicaci\u00f3n Flatpak maliciosa o comprometida podr\u00eda ejecutar c\u00f3digo arbitrario fuera de su zona de pruebas. Normalmente, el argumento `--command` de `flatpak run` espera recibir un comando para ejecutar en la aplicaci\u00f3n Flatpak especificada, opcionalmente junto con algunos argumentos. Sin embargo, es posible pasar argumentos `bwrap` a `--command=`, como `--bind`. Es posible pasar una \\\"l\u00ednea de comando\\\" arbitraria a la interfaz del portal \\\"org.freedesktop.portal.Background.RequestBackground\\\" desde una aplicaci\u00f3n Flatpak. Cuando esto se convierte en un `--command` y argumentos, logra el mismo efecto de pasar argumentos directamente a `bwrap` y, por lo tanto, puede usarse para un escape sandbox. La soluci\u00f3n es pasar el argumento `--` a `bwrap`, lo que hace que deje de procesar las opciones. Esto ha sido compatible desde bubblewrap 0.3.0. Todas las versiones compatibles de Flatpak requieren al menos esa versi\u00f3n de bubblewrap. xdg-desktop-portal versi\u00f3n 1.18.4 mitigar\u00e1 esta vulnerabilidad al permitir que las aplicaciones Flatpak solo creen archivos .desktop para comandos que no comiencen con --. La vulnerabilidad est\u00e1 parcheada en 1.15.8, 1.10.9, 1.12.9 y 1.14.6.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.0,\"impactScore\":5.8}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-88\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/04/18/5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/04/18/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
rhsa-2024_3970
Vulnerability from csaf_redhat
Published
2024-06-18 01:17
Modified
2024-11-24 17:01
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3970", "url": "https://access.redhat.com/errata/RHSA-2024:3970" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3970.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:01:58+00:00", "generator": { "date": "2024-11-24T17:01:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3970", "initial_release_date": "2024-06-18T01:17:32+00:00", "revision_history": [ { "date": "2024-06-18T01:17:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-18T01:17:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:01:58+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 E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.5-3.el9_0.src", "product": { "name": "flatpak-0:1.12.5-3.el9_0.src", "product_id": "flatpak-0:1.12.5-3.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-3.el9_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-libs-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-libs-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-3.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-3.el9_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-3.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-3.el9_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-libs-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-libs-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-3.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-3.el9_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.5-3.el9_0.i686", "product": { "name": "flatpak-libs-0:1.12.5-3.el9_0.i686", "product_id": "flatpak-libs-0:1.12.5-3.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-3.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-3.el9_0.i686", "product": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.i686", "product_id": "flatpak-debugsource-0:1.12.5-3.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-3.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "product": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "product_id": "flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-3.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-3.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-3.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-3.el9_0?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-libs-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-libs-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-3.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-3.el9_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.5-3.el9_0.noarch", "product": { "name": "flatpak-selinux-0:1.12.5-3.el9_0.noarch", "product_id": "flatpak-selinux-0:1.12.5-3.el9_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.5-3.el9_0?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.5-3.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.src" }, "product_reference": "flatpak-0:1.12.5-3.el9_0.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.i686" }, "product_reference": "flatpak-debugsource-0:1.12.5-3.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-libs-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.5-3.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.i686" }, "product_reference": "flatpak-libs-0:1.12.5-3.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-libs-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-libs-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.5-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-3.el9_0.noarch" }, "product_reference": "flatpak-selinux-0:1.12.5-3.el9_0.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-3.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-18T01:17:32+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-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-3.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3970" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-3.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-3.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-3.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-3.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3969
Vulnerability from csaf_redhat
Published
2024-06-18 00:57
Modified
2024-11-24 17:02
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3969", "url": "https://access.redhat.com/errata/RHSA-2024:3969" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3969.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:02:09+00:00", "generator": { "date": "2024-11-24T17:02:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3969", "initial_release_date": "2024-06-18T00:57:52+00:00", "revision_history": [ { "date": "2024-06-18T00:57:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-18T00:57:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:02:09+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 AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-2.el8_6.src", "product": { "name": "flatpak-0:1.8.7-2.el8_6.src", "product_id": "flatpak-0:1.8.7-2.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-2.el8_6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-libs-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-libs-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-2.el8_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.8.7-2.el8_6.i686", "product": { "name": "flatpak-libs-0:1.8.7-2.el8_6.i686", "product_id": "flatpak-libs-0:1.8.7-2.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-2.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-2.el8_6.i686", "product": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.i686", "product_id": "flatpak-debugsource-0:1.8.7-2.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-2.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "product": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "product_id": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-2.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-2.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-2.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-2.el8_6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.7-2.el8_6.noarch", "product": { "name": "flatpak-selinux-0:1.8.7-2.el8_6.noarch", "product_id": "flatpak-selinux-0:1.8.7-2.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.7-2.el8_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-2.el8_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.src" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-2.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-2.el8_6.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.src" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-2.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-2.el8_6.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-2.el8_6.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.src" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.7-2.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-2.el8_6.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-18T00:57:52+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.Z.AUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3969" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-2.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-2.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-2.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3962
Vulnerability from csaf_redhat
Published
2024-06-17 16:44
Modified
2024-11-24 17:01
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3962", "url": "https://access.redhat.com/errata/RHSA-2024:3962" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3962.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:01:38+00:00", "generator": { "date": "2024-11-24T17:01:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3962", "initial_release_date": "2024-06-17T16:44:51+00:00", "revision_history": [ { "date": "2024-06-17T16:44:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-17T16:44:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:01:38+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.10.7-2.el8_8.src", "product": { "name": "flatpak-0:1.10.7-2.el8_8.src", "product_id": "flatpak-0:1.10.7-2.el8_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-2.el8_8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-libs-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-libs-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-2.el8_8.aarch64", "product": { "name": "flatpak-devel-0:1.10.7-2.el8_8.aarch64", "product_id": "flatpak-devel-0:1.10.7-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-2.el8_8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "product": { "name": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "product_id": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-2.el8_8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-libs-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-libs-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-2.el8_8.x86_64", "product": { "name": "flatpak-devel-0:1.10.7-2.el8_8.x86_64", "product_id": "flatpak-devel-0:1.10.7-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-2.el8_8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-libs-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-libs-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-debugsource-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-devel-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-devel-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-2.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-2.el8_8.i686", "product": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.i686", "product_id": "flatpak-session-helper-0:1.10.7-2.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-2.el8_8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-libs-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-libs-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-2.el8_8.s390x", "product": { "name": "flatpak-devel-0:1.10.7-2.el8_8.s390x", "product_id": "flatpak-devel-0:1.10.7-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-2.el8_8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.10.7-2.el8_8.noarch", "product": { "name": "flatpak-selinux-0:1.10.7-2.el8_8.noarch", "product_id": "flatpak-selinux-0:1.10.7-2.el8_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.10.7-2.el8_8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.10.7-2.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch" }, "product_reference": "flatpak-selinux-0:1.10.7-2.el8_8.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.src", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-devel-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-libs-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.10.7-2.el8_8.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch" }, "product_reference": "flatpak-selinux-0:1.10.7-2.el8_8.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-17T16:44:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3962" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-2.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-2.el8_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3961
Vulnerability from csaf_redhat
Published
2024-06-17 16:44
Modified
2024-11-24 17:01
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3961", "url": "https://access.redhat.com/errata/RHSA-2024:3961" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3961.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:01:27+00:00", "generator": { "date": "2024-11-24T17:01:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3961", "initial_release_date": "2024-06-17T16:44:26+00:00", "revision_history": [ { "date": "2024-06-17T16:44:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-17T16:44:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:01:27+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.10.0.Z.MAIN.EUS", "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.10.0.Z.MAIN.EUS", "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.12.9-1.el8_10.src", "product": { "name": "flatpak-0:1.12.9-1.el8_10.src", "product_id": "flatpak-0:1.12.9-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-libs-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-libs-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el8_10.aarch64", "product": { "name": "flatpak-devel-0:1.12.9-1.el8_10.aarch64", "product_id": "flatpak-devel-0:1.12.9-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "product": { "name": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "product_id": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-libs-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-libs-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el8_10.x86_64", "product": { "name": "flatpak-devel-0:1.12.9-1.el8_10.x86_64", "product_id": "flatpak-devel-0:1.12.9-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-libs-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-libs-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-debugsource-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-devel-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-devel-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el8_10.i686", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.i686", "product_id": "flatpak-session-helper-0:1.12.9-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-libs-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-libs-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el8_10.s390x", "product": { "name": "flatpak-devel-0:1.12.9-1.el8_10.s390x", "product_id": "flatpak-devel-0:1.12.9-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.9-1.el8_10.noarch", "product": { "name": "flatpak-selinux-0:1.12.9-1.el8_10.noarch", "product_id": "flatpak-selinux-0:1.12.9-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.9-1.el8_10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.9-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.src", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.9-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-1.el8_10.noarch", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-17T16:44:26+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.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3961" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3963
Vulnerability from csaf_redhat
Published
2024-06-17 16:20
Modified
2024-11-24 17:01
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3963", "url": "https://access.redhat.com/errata/RHSA-2024:3963" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3963.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:01:48+00:00", "generator": { "date": "2024-11-24T17:01:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3963", "initial_release_date": "2024-06-17T16:20:21+00:00", "revision_history": [ { "date": "2024-06-17T16:20:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-17T16:20:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:01:48+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 AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.5-5.el8_4.src", "product": { "name": "flatpak-0:1.8.5-5.el8_4.src", "product_id": "flatpak-0:1.8.5-5.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.5-5.el8_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-libs-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-libs-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.5-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.5-5.el8_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.8.5-5.el8_4.i686", "product": { "name": "flatpak-libs-0:1.8.5-5.el8_4.i686", "product_id": "flatpak-libs-0:1.8.5-5.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.5-5.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.5-5.el8_4.i686", "product": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.i686", "product_id": "flatpak-debugsource-0:1.8.5-5.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.5-5.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "product": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "product_id": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.5-5.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.5-5.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.5-5.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.5-5.el8_4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.5-5.el8_4.noarch", "product": { "name": "flatpak-selinux-0:1.8.5-5.el8_4.noarch", "product_id": "flatpak-selinux-0:1.8.5-5.el8_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.5-5.el8_4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.5-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.5-5.el8_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.src" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.5-5.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch" }, "product_reference": "flatpak-selinux-0:1.8.5-5.el8_4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.src" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.5-5.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-5.el8_4.noarch" }, "product_reference": "flatpak-selinux-0:1.8.5-5.el8_4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.src" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-libs-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.8.5-5.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch" }, "product_reference": "flatpak-selinux-0:1.8.5-5.el8_4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-17T16:20:21+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.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3963" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-5.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-5.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-5.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3959
Vulnerability from csaf_redhat
Published
2024-06-17 16:24
Modified
2024-11-24 17:01
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3959", "url": "https://access.redhat.com/errata/RHSA-2024:3959" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3959.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:01:06+00:00", "generator": { "date": "2024-11-24T17:01:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3959", "initial_release_date": "2024-06-17T16:24:07+00:00", "revision_history": [ { "date": "2024-06-17T16:24:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-17T16:24:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:01:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el9_4.src", "product": { "name": "flatpak-0:1.12.9-1.el9_4.src", "product_id": "flatpak-0:1.12.9-1.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-libs-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-libs-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el9_4.aarch64", "product": { "name": "flatpak-devel-0:1.12.9-1.el9_4.aarch64", "product_id": "flatpak-devel-0:1.12.9-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "product": { "name": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "product_id": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-libs-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-libs-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el9_4.x86_64", "product": { "name": "flatpak-devel-0:1.12.9-1.el9_4.x86_64", "product_id": "flatpak-devel-0:1.12.9-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-libs-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-libs-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-debugsource-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-devel-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-devel-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el9_4.i686", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.i686", "product_id": "flatpak-session-helper-0:1.12.9-1.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el9_4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-libs-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-libs-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-1.el9_4.s390x", "product": { "name": "flatpak-devel-0:1.12.9-1.el9_4.s390x", "product_id": "flatpak-devel-0:1.12.9-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-1.el9_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.9-1.el9_4.noarch", "product": { "name": "flatpak-selinux-0:1.12.9-1.el9_4.noarch", "product_id": "flatpak-selinux-0:1.12.9-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.9-1.el9_4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.9-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.9-1.el9_4.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-1.el9_4.noarch", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-17T16:24:07+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-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3959" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-1.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3979
Vulnerability from csaf_redhat
Published
2024-06-18 10:20
Modified
2024-11-24 17:02
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3979", "url": "https://access.redhat.com/errata/RHSA-2024:3979" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3979.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:02:18+00:00", "generator": { "date": "2024-11-24T17:02:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3979", "initial_release_date": "2024-06-18T10:20:24+00:00", "revision_history": [ { "date": "2024-06-18T10:20:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-18T10:20:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:02:18+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.6.2-7.el8_2.src", "product": { "name": "flatpak-0:1.6.2-7.el8_2.src", "product_id": "flatpak-0:1.6.2-7.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.6.2-7.el8_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-libs-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-libs-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-7.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-7.el8_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.6.2-7.el8_2.i686", "product": { "name": "flatpak-libs-0:1.6.2-7.el8_2.i686", "product_id": "flatpak-libs-0:1.6.2-7.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.6.2-7.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.6.2-7.el8_2.i686", "product": { "name": "flatpak-debugsource-0:1.6.2-7.el8_2.i686", "product_id": "flatpak-debugsource-0:1.6.2-7.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.6.2-7.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "product": { "name": "flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "product_id": "flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-7.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "product_id": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-7.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-7.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "product_id": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-7.el8_2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.6.2-7.el8_2.noarch", "product": { "name": "flatpak-selinux-0:1.6.2-7.el8_2.noarch", "product_id": "flatpak-selinux-0:1.6.2-7.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.6.2-7.el8_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.6.2-7.el8_2.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.src" }, "product_reference": "flatpak-0:1.6.2-7.el8_2.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.6.2-7.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.i686" }, "product_reference": "flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.6.2-7.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.i686" }, "product_reference": "flatpak-debugsource-0:1.6.2-7.el8_2.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.6.2-7.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.i686" }, "product_reference": "flatpak-libs-0:1.6.2-7.el8_2.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-libs-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.6.2-7.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-7.el8_2.noarch" }, "product_reference": "flatpak-selinux-0:1.6.2-7.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-7.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-18T10:20:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-7.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3979" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-7.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-7.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-7.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-7.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3960
Vulnerability from csaf_redhat
Published
2024-06-17 16:17
Modified
2024-11-24 17:01
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3960", "url": "https://access.redhat.com/errata/RHSA-2024:3960" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3960.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:01:16+00:00", "generator": { "date": "2024-11-24T17:01:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3960", "initial_release_date": "2024-06-17T16:17:56+00:00", "revision_history": [ { "date": "2024-06-17T16:17:56+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-17T16:17:56+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:01:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-devel-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-devel-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-session-helper-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-debugsource-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-3.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-3.el9_2.i686", "product": { "name": "flatpak-libs-0:1.12.7-3.el9_2.i686", "product_id": "flatpak-libs-0:1.12.7-3.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-3.el9_2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-devel-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-devel-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-libs-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-libs-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-3.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "product_id": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-3.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-devel-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-devel-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-libs-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-libs-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-3.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "product_id": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-3.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-3.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "product_id": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-3.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-devel-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-devel-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-devel-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-libs-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-libs-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-3.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "product": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "product_id": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-3.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.7-3.el9_2.src", "product": { "name": "flatpak-0:1.12.7-3.el9_2.src", "product_id": "flatpak-0:1.12.7-3.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-3.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.7-3.el9_2.noarch", "product": { "name": "flatpak-selinux-0:1.12.7-3.el9_2.noarch", "product_id": "flatpak-selinux-0:1.12.7-3.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.7-3.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.7-3.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch" }, "product_reference": "flatpak-selinux-0:1.12.7-3.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-devel-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-libs-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.7-3.el9_2.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch" }, "product_reference": "flatpak-selinux-0:1.12.7-3.el9_2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-17T16:17:56+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-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3960" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-3.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-3.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-3.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
rhsa-2024_3980
Vulnerability from csaf_redhat
Published
2024-06-18 11:08
Modified
2024-11-24 17:02
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of
Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Flatpak is a system for building, distributing, and running sandboxed desktop
applications on Linux.
Security Fix(es):
* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer the CVE page(s)
listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for flatpak is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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\napplications on Linux.\n\nSecurity Fix(es):\n\n* flatpak: sandbox escape via RequestBackground portal (CVE-2024-32462)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer the CVE page(s)\nlisted in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:3980", "url": "https://access.redhat.com/errata/RHSA-2024:3980" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3980.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-24T17:02:28+00:00", "generator": { "date": "2024-11-24T17:02:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:3980", "initial_release_date": "2024-06-18T11:08:55+00:00", "revision_history": [ { "date": "2024-06-18T11:08:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-18T11:08:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T17:02:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-13.el7_9.src", "product": { "name": "flatpak-0:1.0.9-13.el7_9.src", "product_id": "flatpak-0:1.0.9-13.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-13.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-13.el7_9.x86_64", "product": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64", "product_id": "flatpak-0:1.0.9-13.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-13.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "product": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "product_id": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-13.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "product": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "product_id": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-13.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "product": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "product_id": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-13.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "product": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "product_id": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-13.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-13.el7_9.ppc64le", "product": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le", "product_id": "flatpak-0:1.0.9-13.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-13.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "product": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "product_id": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-13.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "product_id": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-13.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "product": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "product_id": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-13.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "product": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "product_id": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-13.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-13.el7_9.ppc64", "product": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64", "product_id": "flatpak-0:1.0.9-13.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-13.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "product": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "product_id": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-13.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "product": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "product_id": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-13.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "product": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "product_id": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-13.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "product": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "product_id": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-13.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-13.el7_9.s390x", "product": { "name": "flatpak-0:1.0.9-13.el7_9.s390x", "product_id": "flatpak-0:1.0.9-13.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-13.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "product": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "product_id": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-13.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "product": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "product_id": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-13.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "product": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "product_id": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-13.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "product": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "product_id": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-13.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.src", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-13.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-13.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275981" } ], "notes": [ { "category": "description", "text": "A flaw was found in Flatpak, a system for building, distributing, and running sandboxed desktop applications on Linux. Normally, the \"--command\" argument of \"flatpak run\" expects being given a command to run in the specified Flatpak app, along with optional arguments. However, it is possible to pass bwrap arguments to \"--command=\" instead, such as \"--bind\". It is possible to pass an arbitrary \"commandline\" to the portal interface \"org.freedesktop.portal.Background.RequestBackground\" within the Flatpak app. This is normally safe because it can only specify a command that exists inside the sandbox. When a crafted \"commandline\" is converted into a \"--command\" and arguments, the app could achieve the same effect of passing arguments directly to bwrap to achieve sandbox escape.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: sandbox escape via RequestBackground portal", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability poses an important security risk due to its potential for sandbox escape within Flatpak environments. Exploiting this vulnerability allows a malicious Flatpak application to execute arbitrary code outside of its designated sandbox, effectively bypassing the security measures intended to restrict its system access. By manipulating the --command argument and the org.freedesktop.portal.Background.RequestBackground portal interface, an attacker can craft commands that are misinterpreted as bwrap options, leading to unauthorized execution of commands with elevated privileges. This could result in unauthorized data access, system compromise, and potentially enable further exploitation of the host system.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "RHBZ#2275981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32462" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32462" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-18T11:08:55+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3980" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Client-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Client-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7ComputeNode-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7ComputeNode-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Server-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Server-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.src", "7Workstation-optional-7.9.Z:flatpak-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-builder-0:1.0.0-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-debuginfo-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-devel-0:1.0.9-13.el7_9.x86_64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.ppc64le", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.s390x", "7Workstation-optional-7.9.Z:flatpak-libs-0:1.0.9-13.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: sandbox escape via RequestBackground portal" } ] }
wid-sec-w-2024-1398
Vulnerability from csaf_certbund
Published
2024-06-17 22:00
Modified
2024-07-02 22:00
Summary
Red Hat Enterprise Linux (Flatpak): Schwachstelle ermöglicht Codeausführung
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 lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme
- Linux
{ "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 lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-2024-1398 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1398.json" }, { "category": "self", "summary": "WID-SEC-2024-1398 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1398" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3959" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3960" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3961" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3962" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3963" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3969" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-17", "url": "https://access.redhat.com/errata/RHSA-2024:3970" }, { "category": "external", "summary": "GitHub Database", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3961 vom 2024-06-18", "url": "https://linux.oracle.com/errata/ELSA-2024-3961.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3959 vom 2024-06-18", "url": "https://linux.oracle.com/errata/ELSA-2024-3959.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3979 vom 2024-06-18", "url": "https://access.redhat.com/errata/RHSA-2024:3979" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3980 vom 2024-06-18", "url": "https://access.redhat.com/errata/RHSA-2024:3980" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3980 vom 2024-06-18", "url": "https://linux.oracle.com/errata/ELSA-2024-3980.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2067-1 vom 2024-06-18", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/JWXIVLOOXGCVCPF5QAIPUOCVCAK7LTDS/" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202406-02 vom 2024-06-22", "url": "https://security.gentoo.org/glsa/202406-02" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:3961 vom 2024-07-02", "url": "https://errata.build.resf.org/RLSA-2024:3961" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:3959 vom 2024-07-02", "url": "https://errata.build.resf.org/RLSA-2024:3959" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (Flatpak): Schwachstelle erm\u00f6glicht Codeausf\u00fchrung", "tracking": { "current_release_date": "2024-07-02T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:10:17.128+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-1398", "initial_release_date": "2024-06-17T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-17T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-18T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Oracle Linux und SUSE aufgenommen" }, { "date": "2024-06-23T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version", "name": "9", "product": { "name": "Red Hat Enterprise Linux 9", "product_id": "T035496", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9" } } }, { "category": "product_version", "name": "9.2", "product": { "name": "Red Hat Enterprise Linux 9.2", "product_id": "T035497", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9.2" } } }, { "category": "product_version", "name": "8", "product": { "name": "Red Hat Enterprise Linux 8", "product_id": "T035498", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8" } } }, { "category": "product_version", "name": "8.8", "product": { "name": "Red Hat Enterprise Linux 8.8", "product_id": "T035499", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8.8" } } }, { "category": "product_version", "name": "8.4", "product": { "name": "Red Hat Enterprise Linux 8.4", "product_id": "T035500", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8.4" } } }, { "category": "product_version", "name": "8.6", "product": { "name": "Red Hat Enterprise Linux 8.6", "product_id": "T035501", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8.6" } } }, { "category": "product_version_range", "name": "flatpak \u003c1.15.8", "product": { "name": "Red Hat Enterprise Linux flatpak \u003c1.15.8", "product_id": "T035502" } }, { "category": "product_version_range", "name": "flatpak \u003c1.10.9", "product": { "name": "Red Hat Enterprise Linux flatpak \u003c1.10.9", "product_id": "T035503" } }, { "category": "product_version_range", "name": "flatpak \u003c1.12.9", "product": { "name": "Red Hat Enterprise Linux flatpak \u003c1.12.9", "product_id": "T035504" } }, { "category": "product_version_range", "name": "flatpak \u003c1.14.6", "product": { "name": "Red Hat Enterprise Linux flatpak \u003c1.14.6", "product_id": "T035505" } } ], "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-2024-32462", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in der flatpak-Komponente aufgrund einer Argumenteninjektion, die zu einem Sandbox-Escape f\u00fchrt. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Code au\u00dferhalb seiner Sandbox auszuf\u00fchren." } ], "product_status": { "known_affected": [ "T035501", "T002207", "67646", "T035496", "T012167", "T004914", "T035500", "T032255", "T035499", "T035498", "T035497" ] }, "release_date": "2024-06-17T22:00:00.000+00:00", "title": "CVE-2024-32462" } ] }
gsd-2024-32462
Vulnerability from gsd
Modified
2024-04-13 05:02
Details
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It's possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-32462" ], "details": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6.", "id": "GSD-2024-32462", "modified": "2024-04-13T05:02:29.046935Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2024-32462", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "flatpak", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003c 1.10.9" }, { "version_affected": "=", "version_value": "\u003e= 1.12.0, \u003c 1.12.9" }, { "version_affected": "=", "version_value": "\u003e= 1.14.0, \u003c 1.14.6" }, { "version_affected": "=", "version_value": "\u003e= 1.15.0, \u003c 1.15.8" } ] } } ] }, "vendor_name": "flatpak" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-88", "lang": "eng", "value": "CWE-88: Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" }, { "name": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d" }, { "name": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97" }, { "name": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e" }, { "name": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931", "refsource": "MISC", "url": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/" } ] }, "source": { "advisory": "GHSA-phv6-cpc2-2fgj", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6." }, { "lang": "es", "value": "Flatpak es un sistema para crear, distribuir y ejecutar aplicaciones de escritorio en espacio aislado en Linux. en versiones anteriores a la 1.10.9, 1.12.9, 1.14.6 y 1.15.8, una aplicaci\u00f3n Flatpak maliciosa o comprometida podr\u00eda ejecutar c\u00f3digo arbitrario fuera de su zona de pruebas. Normalmente, el argumento `--command` de `flatpak run` espera recibir un comando para ejecutar en la aplicaci\u00f3n Flatpak especificada, opcionalmente junto con algunos argumentos. Sin embargo, es posible pasar argumentos `bwrap` a `--command=`, como `--bind`. Es posible pasar una \"l\u00ednea de comando\" arbitraria a la interfaz del portal \"org.freedesktop.portal.Background.RequestBackground\" desde una aplicaci\u00f3n Flatpak. Cuando esto se convierte en un `--command` y argumentos, logra el mismo efecto de pasar argumentos directamente a `bwrap` y, por lo tanto, puede usarse para un escape sandbox. La soluci\u00f3n es pasar el argumento `--` a `bwrap`, lo que hace que deje de procesar las opciones. Esto ha sido compatible desde bubblewrap 0.3.0. Todas las versiones compatibles de Flatpak requieren al menos esa versi\u00f3n de bubblewrap. xdg-desktop-portal versi\u00f3n 1.18.4 mitigar\u00e1 esta vulnerabilidad al permitir que las aplicaciones Flatpak solo creen archivos .desktop para comandos que no comiencen con --. La vulnerabilidad est\u00e1 parcheada en 1.15.8, 1.10.9, 1.12.9 y 1.14.6." } ], "id": "CVE-2024-32462", "lastModified": "2024-04-25T06:15:59.887", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 2.0, "impactScore": 5.8, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-04-18T18:15:09.313", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/flatpak/flatpak/commit/72016e3fce8fcbeab707daf4f1a02b931fcc004d" }, { "source": "security-advisories@github.com", "url": "https://github.com/flatpak/flatpak/commit/81abe2a37d363f5099c3d0bdcd0caad6efc5bf97" }, { "source": "security-advisories@github.com", "url": "https://github.com/flatpak/flatpak/commit/b7c1a558e58aaeb1d007d29529bbb270dc4ff11e" }, { "source": "security-advisories@github.com", "url": "https://github.com/flatpak/flatpak/commit/bbab7ed1e672356d1a78b422462b210e8e875931" }, { "source": "security-advisories@github.com", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-phv6-cpc2-2fgj" }, { "source": "security-advisories@github.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IB6VQAF5S2YOBULDHPUKPOEIKONOP5KO/" }, { "source": "security-advisories@github.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFNSCFJVMAQK5AF55JBN7OSJP3CREDBD/" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-88" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] } } } }
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.