Action not permitted
Modal body text goes here.
cve-2024-42472
Vulnerability from cvelistv5
Published
2024-08-15 18:32
Modified
2024-08-15 20:06
Severity ?
EPSS score ?
Summary
Flatpak may allow access to files outside sandbox for certain apps
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-15T19:02:40.431Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/08/14/6" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "flatpak", "vendor": "flatpak", "versions": [ { "lessThan": "1.14.10", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "1.15.10", "status": "affected", "version": "1.15.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-42472", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-08-15T20:04:27.581195Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-15T20:06:08.233Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "flatpak", "vendor": "flatpak", "versions": [ { "status": "affected", "version": "\u003c 1.14.10" }, { "status": "affected", "version": "\u003e= 1.15.0, \u003c 1.15.10" } ] } ], "descriptions": [ { "lang": "en", "value": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.14.0 and 1.15.10, a malicious or compromised Flatpak app using persistent directories could access and write files outside of what it would otherwise have access to, which is an attack on integrity and confidentiality.\n\nWhen `persistent=subdir` is used in the application permissions (represented as `--persist=subdir` in the command-line interface), that means that an application which otherwise doesn\u0027t have access to the real user home directory will see an empty home directory with a writeable subdirectory `subdir`. Behind the scenes, this directory is actually a bind mount and the data is stored in the per-application directory as `~/.var/app/$APPID/subdir`. This allows existing apps that are not aware of the per-application directory to still work as intended without general home directory access.\n\nHowever, the application does have write access to the application directory `~/.var/app/$APPID` where this directory is stored. If the source directory for the `persistent`/`--persist` option is replaced by a symlink, then the next time the application is started, the bind mount will follow the symlink and mount whatever it points to into the sandbox.\n\nPartial protection against this vulnerability can be provided by patching Flatpak using the patches in commits ceec2ffc and 98f79773. However, this leaves a race condition that could be exploited by two instances of a malicious app running in parallel. Closing the race condition requires updating or patching the version of bubblewrap that is used by Flatpak to add the new `--bind-fd` option using the patch and then patching Flatpak to use it. If Flatpak has been configured at build-time with `-Dsystem_bubblewrap=bwrap` (1.15.x) or `--with-system-bubblewrap=bwrap` (1.14.x or older), or a similar option, then the version of bubblewrap that needs to be patched is a system copy that is distributed separately, typically `/usr/bin/bwrap`. This configuration is the one that is typically used in Linux distributions. If Flatpak has been configured at build-time with `-Dsystem_bubblewrap=` (1.15.x) or with `--without-system-bubblewrap` (1.14.x or older), then it is the bundled version of bubblewrap that is included with Flatpak that must be patched. This is typically installed as `/usr/libexec/flatpak-bwrap`. This configuration is the default when building from source code.\n\nFor the 1.14.x stable branch, these changes are included in Flatpak 1.14.10. The bundled version of bubblewrap included in this release has been updated to 0.6.3. For the 1.15.x development branch, these changes are included in Flatpak 1.15.10. The bundled version of bubblewrap in this release is a Meson \"wrap\" subproject, which has been updated to 0.10.0. The 1.12.x and 1.10.x branches will not be updated for this vulnerability. Long-term support OS distributions should backport the individual changes into their versions of Flatpak and bubblewrap, or update to newer versions if their stability policy allows it. As a workaround, avoid using applications using the `persistent` (`--persist`) permission." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 10, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-74", "description": "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-08-15T18:32:11.304Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" }, { "name": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "name": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "name": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "name": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "name": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "name": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "name": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "name": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" } ], "source": { "advisory": "GHSA-7hgv-f2j8-xw87", "discovery": "UNKNOWN" }, "title": "Flatpak may allow access to files outside sandbox for certain apps" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-42472", "datePublished": "2024-08-15T18:32:11.304Z", "dateReserved": "2024-08-02T14:13:04.615Z", "dateUpdated": "2024-08-15T20:06:08.233Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-42472\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-08-15T19:15:19.233\",\"lastModified\":\"2024-08-19T13:00:23.117\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.14.0 and 1.15.10, a malicious or compromised Flatpak app using persistent directories could access and write files outside of what it would otherwise have access to, which is an attack on integrity and confidentiality.\\n\\nWhen `persistent=subdir` is used in the application permissions (represented as `--persist=subdir` in the command-line interface), that means that an application which otherwise doesn\u0027t have access to the real user home directory will see an empty home directory with a writeable subdirectory `subdir`. Behind the scenes, this directory is actually a bind mount and the data is stored in the per-application directory as `~/.var/app/$APPID/subdir`. This allows existing apps that are not aware of the per-application directory to still work as intended without general home directory access.\\n\\nHowever, the application does have write access to the application directory `~/.var/app/$APPID` where this directory is stored. If the source directory for the `persistent`/`--persist` option is replaced by a symlink, then the next time the application is started, the bind mount will follow the symlink and mount whatever it points to into the sandbox.\\n\\nPartial protection against this vulnerability can be provided by patching Flatpak using the patches in commits ceec2ffc and 98f79773. However, this leaves a race condition that could be exploited by two instances of a malicious app running in parallel. Closing the race condition requires updating or patching the version of bubblewrap that is used by Flatpak to add the new `--bind-fd` option using the patch and then patching Flatpak to use it. If Flatpak has been configured at build-time with `-Dsystem_bubblewrap=bwrap` (1.15.x) or `--with-system-bubblewrap=bwrap` (1.14.x or older), or a similar option, then the version of bubblewrap that needs to be patched is a system copy that is distributed separately, typically `/usr/bin/bwrap`. This configuration is the one that is typically used in Linux distributions. If Flatpak has been configured at build-time with `-Dsystem_bubblewrap=` (1.15.x) or with `--without-system-bubblewrap` (1.14.x or older), then it is the bundled version of bubblewrap that is included with Flatpak that must be patched. This is typically installed as `/usr/libexec/flatpak-bwrap`. This configuration is the default when building from source code.\\n\\nFor the 1.14.x stable branch, these changes are included in Flatpak 1.14.10. The bundled version of bubblewrap included in this release has been updated to 0.6.3. For the 1.15.x development branch, these changes are included in Flatpak 1.15.10. The bundled version of bubblewrap in this release is a Meson \\\"wrap\\\" subproject, which has been updated to 0.10.0. The 1.12.x and 1.10.x branches will not be updated for this vulnerability. Long-term support OS distributions should backport the individual changes into their versions of Flatpak and bubblewrap, or update to newer versions if their stability policy allows it. As a workaround, avoid using applications using the `persistent` (`--persist`) permission.\"},{\"lang\":\"es\",\"value\":\"Flatpak es un marco de distribuci\u00f3n y sandbox de aplicaciones Linux. Antes de las versiones 1.14.0 y 1.15.10, una aplicaci\u00f3n Flatpak maliciosa o comprometida que utilizaba directorios persistentes pod\u00eda acceder y escribir archivos fuera de lo que de otro modo tendr\u00eda acceso, lo cual es un ataque a la integridad y la confidencialidad. Cuando se usa `persistent=subdir` en los permisos de la aplicaci\u00f3n (representado como `--persist=subdir` en la interfaz de l\u00ednea de comandos), eso significa que una aplicaci\u00f3n que de otro modo no tendr\u00eda acceso al directorio de inicio del usuario real ver\u00e1 un directorio de inicio vac\u00edo con un subdirectorio grabable `subdir`. Detr\u00e1s de escena, este directorio es en realidad un montaje de enlace y los datos se almacenan en el directorio por aplicaci\u00f3n como `~/.var/app/$APPID/subdir`. Esto permite que las aplicaciones existentes que no conocen el directorio por aplicaci\u00f3n sigan funcionando seg\u00fan lo previsto sin acceso general al directorio de inicio. Sin embargo, la aplicaci\u00f3n tiene acceso de escritura al directorio de la aplicaci\u00f3n `~/.var/app/$APPID` donde est\u00e1 almacenado este directorio. Si el directorio de origen para la opci\u00f3n `persistent`/`--persist` se reemplaza por un enlace simb\u00f3lico, la pr\u00f3xima vez que se inicie la aplicaci\u00f3n, el montaje del enlace seguir\u00e1 el enlace simb\u00f3lico y montar\u00e1 lo que sea que apunte en el sandbox. Se puede proporcionar protecci\u00f3n parcial contra esta vulnerabilidad parcheando Flatpak usando los parches en las confirmaciones ceec2ffc y 98f79773. Sin embargo, esto deja una condici\u00f3n de ejecuci\u00f3n que podr\u00eda ser aprovechada por dos instancias de una aplicaci\u00f3n maliciosa que se ejecutan en paralelo. Cerrar la condici\u00f3n de ejecuci\u00f3n requiere actualizar o parchear la versi\u00f3n de bubblewrap que usa Flatpak para agregar la nueva opci\u00f3n `--bind-fd` usando el parche y luego parchear Flatpak para usarlo. Si Flatpak se configur\u00f3 en el momento de la compilaci\u00f3n con `-Dsystem_bubbl\u00e9wrap=bwrap` (1.15.x) o `--with-system-bubblewrap=bwrap` (1.14.x o anterior), o una opci\u00f3n similar, entonces la versi\u00f3n de El bubblewrap que necesita parchearse es una copia del sistema que se distribuye por separado, normalmente `/usr/bin/bwrap`. Esta configuraci\u00f3n es la que se utiliza normalmente en las distribuciones de Linux. Si Flatpak se configur\u00f3 en el momento de la compilaci\u00f3n con `-Dsystem_bubbewrap=` (1.15.x) o con `-- without-system-bubblewrap` (1.14.x o anterior), entonces se incluye la versi\u00f3n empaquetada de bubblewrap. con Flatpak que hay que parchear. Normalmente se instala como `/usr/libexec/flatpak-bwrap`. Esta configuraci\u00f3n es la predeterminada cuando se construye a partir del c\u00f3digo fuente. Para la rama estable 1.14.x, estos cambios se incluyen en Flatpak 1.14.10. La versi\u00f3n empaquetada de bubblewrap incluida en esta versi\u00f3n se actualiz\u00f3 a 0.6.3. Para la rama de desarrollo 1.15.x, estos cambios se incluyen en Flatpak 1.15.10. La versi\u00f3n incluida de bubblewrap en esta versi\u00f3n es un subproyecto \\\"wrap\\\" de Meson, que se actualiz\u00f3 a 0.10.0. Las ramas 1.12.x y 1.10.x no se actualizar\u00e1n para esta vulnerabilidad. Las distribuciones de SO con soporte a largo plazo deben respaldar los cambios individuales en sus versiones de Flatpak y bubblewrap, o actualizar a versiones m\u00e1s nuevas si su pol\u00edtica de estabilidad lo permite. Como workaround, evite el uso de aplicaciones que utilicen el permiso \\\"persistente\\\" (`--persist`).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\"},\"exploitabilityScore\":3.9,\"impactScore\":5.8}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-74\"}]}],\"references\":[{\"url\":\"https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87\",\"source\":\"security-advisories@github.com\"}]}}" } }
rhsa-2024_6422
Vulnerability from csaf_redhat
Published
2024-09-05 13:09
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and 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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and 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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6422", "url": "https://access.redhat.com/errata/RHSA-2024:6422" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6422.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:55+00:00", "generator": { "date": "2024-11-06T06:53:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6422", "initial_release_date": "2024-09-05T13:09:15+00:00", "revision_history": [ { "date": "2024-09-05T13:09:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-05T13:09:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53:55+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } }, { "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": "bubblewrap-0:0.4.0-2.el8_10.src", "product": { "name": "bubblewrap-0:0.4.0-2.el8_10.src", "product_id": "bubblewrap-0:0.4.0-2.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_10?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el8_10.src", "product": { "name": "flatpak-0:1.12.9-3.el8_10.src", "product_id": "flatpak-0:1.12.9-3.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_10.aarch64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_10.aarch64", "product_id": "bubblewrap-0:0.4.0-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-libs-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-libs-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el8_10.aarch64", "product": { "name": "flatpak-devel-0:1.12.9-3.el8_10.aarch64", "product_id": "flatpak-devel-0:1.12.9-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_10.ppc64le", "product": { "name": "bubblewrap-0:0.4.0-2.el8_10.ppc64le", "product_id": "bubblewrap-0:0.4.0-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "product": { "name": "flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "product_id": "flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_10.x86_64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_10.x86_64", "product_id": "bubblewrap-0:0.4.0-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-libs-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-libs-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el8_10.x86_64", "product": { "name": "flatpak-devel-0:1.12.9-3.el8_10.x86_64", "product_id": "flatpak-devel-0:1.12.9-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_10.s390x", "product": { "name": "bubblewrap-0:0.4.0-2.el8_10.s390x", "product_id": "bubblewrap-0:0.4.0-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-libs-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-libs-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el8_10.s390x", "product": { "name": "flatpak-devel-0:1.12.9-3.el8_10.s390x", "product_id": "flatpak-devel-0:1.12.9-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-libs-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-libs-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-debugsource-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-devel-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-devel-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el8_10?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el8_10.i686", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el8_10.i686", "product_id": "flatpak-session-helper-0:1.12.9-3.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.9-3.el8_10.noarch", "product": { "name": "flatpak-selinux-0:1.12.9-3.el8_10.noarch", "product_id": "flatpak-selinux-0:1.12.9-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.src" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.aarch64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.ppc64le" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.s390x" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_10.src", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.src" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el8_10.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-05T13:09:15+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-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6422" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6357
Vulnerability from csaf_redhat
Published
2024-09-04 18:22
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and flatpak is now available for Red Hat Enterprise Linux 9.0 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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and flatpak is now available for Red Hat Enterprise Linux 9.0 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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6357", "url": "https://access.redhat.com/errata/RHSA-2024:6357" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6357.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:27+00:00", "generator": { "date": "2024-11-06T06:53:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6357", "initial_release_date": "2024-09-04T18:22:27+00:00", "revision_history": [ { "date": "2024-09-04T18:22:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-04T18:22:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53: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 BaseOS E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos" } } }, { "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": "bubblewrap-0:0.4.1-7.el9_0.src", "product": { "name": "bubblewrap-0:0.4.1-7.el9_0.src", "product_id": "bubblewrap-0:0.4.1-7.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_0?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.12.5-5.el9_0.src", "product": { "name": "flatpak-0:1.12.5-5.el9_0.src", "product_id": "flatpak-0:1.12.5-5.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-5.el9_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_0.aarch64", "product": { "name": "bubblewrap-0:0.4.1-7.el9_0.aarch64", "product_id": "bubblewrap-0:0.4.1-7.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-libs-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-libs-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-5.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-5.el9_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_0.ppc64le", "product": { "name": "bubblewrap-0:0.4.1-7.el9_0.ppc64le", "product_id": "bubblewrap-0:0.4.1-7.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-5.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-5.el9_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_0.x86_64", "product": { "name": "bubblewrap-0:0.4.1-7.el9_0.x86_64", "product_id": "bubblewrap-0:0.4.1-7.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-libs-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-libs-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-5.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-5.el9_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_0.s390x", "product": { "name": "bubblewrap-0:0.4.1-7.el9_0.s390x", "product_id": "bubblewrap-0:0.4.1-7.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-libs-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-libs-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-5.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-5.el9_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.5-5.el9_0.i686", "product": { "name": "flatpak-libs-0:1.12.5-5.el9_0.i686", "product_id": "flatpak-libs-0:1.12.5-5.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.5-5.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.5-5.el9_0.i686", "product": { "name": "flatpak-debugsource-0:1.12.5-5.el9_0.i686", "product_id": "flatpak-debugsource-0:1.12.5-5.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.5-5.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "product": { "name": "flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "product_id": "flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.5-5.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.5-5.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.5-5.el9_0?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.5-5.el9_0?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.5-5.el9_0.noarch", "product": { "name": "flatpak-selinux-0:1.12.5-5.el9_0.noarch", "product_id": "flatpak-selinux-0:1.12.5-5.el9_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-0:1.12.5-5.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-5.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-5.el9_0.src" }, "product_reference": "flatpak-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.5-5.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-5.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-5.el9_0.i686" }, "product_reference": "flatpak-debugsource-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-libs-0:1.12.5-5.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-5.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-5.el9_0.i686" }, "product_reference": "flatpak-libs-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-libs-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-libs-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.noarch" }, "product_reference": "flatpak-selinux-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-5.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-5.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-5.el9_0.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.aarch64" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_0.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.ppc64le" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_0.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.s390x" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_0.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.src" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_0.src", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.x86_64" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_0.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-5.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.src", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-04T18:22:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-5.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.src", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6357" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-5.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.src", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.src", "AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-5.el9_0.noarch", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x", "AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.src", "BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6421
Vulnerability from csaf_redhat
Published
2024-09-05 12:50
Modified
2024-11-06 06:54
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and flatpak is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and flatpak is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6421", "url": "https://access.redhat.com/errata/RHSA-2024:6421" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6421.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:54:16+00:00", "generator": { "date": "2024-11-06T06:54:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6421", "initial_release_date": "2024-09-05T12:50:15+00:00", "revision_history": [ { "date": "2024-09-05T12:50:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-05T12:50:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:54: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 BaseOS AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos" } } }, { "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 BaseOS E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos" } } }, { "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 BaseOS TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos" } } }, { "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": "bubblewrap-0:0.4.0-2.el8_6.src", "product": { "name": "bubblewrap-0:0.4.0-2.el8_6.src", "product_id": "bubblewrap-0:0.4.0-2.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_6?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-4.el8_6.src", "product": { "name": "flatpak-0:1.8.7-4.el8_6.src", "product_id": "flatpak-0:1.8.7-4.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-4.el8_6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_6.x86_64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_6.x86_64", "product_id": "bubblewrap-0:0.4.0-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-libs-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-libs-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-4.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-4.el8_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.8.7-4.el8_6.i686", "product": { "name": "flatpak-libs-0:1.8.7-4.el8_6.i686", "product_id": "flatpak-libs-0:1.8.7-4.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-4.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-4.el8_6.i686", "product": { "name": "flatpak-debugsource-0:1.8.7-4.el8_6.i686", "product_id": "flatpak-debugsource-0:1.8.7-4.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-4.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "product": { "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "product_id": "flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-4.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-4.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-4.el8_6?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-4.el8_6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.7-4.el8_6.noarch", "product": { "name": "flatpak-selinux-0:1.8.7-4.el8_6.noarch", "product_id": "flatpak-selinux-0:1.8.7-4.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.7-4.el8_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_6.aarch64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_6.aarch64", "product_id": "bubblewrap-0:0.4.0-2.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-libs-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-libs-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-4.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-4.el8_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_6.ppc64le", "product": { "name": "bubblewrap-0:0.4.0-2.el8_6.ppc64le", "product_id": "bubblewrap-0:0.4.0-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-4.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-4.el8_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_6.s390x", "product": { "name": "bubblewrap-0:0.4.0-2.el8_6.s390x", "product_id": "bubblewrap-0:0.4.0-2.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-libs-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-libs-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.7-4.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "product_id": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.7-4.el8_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-4.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-4.el8_6.src" }, "product_reference": "flatpak-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-0:1.8.7-4.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-0:1.8.7-4.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.8.7-4.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-4.el8_6.src" }, "product_reference": "flatpak-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-4.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-4.el8_6.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.8.7-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-4.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-4.el8_6.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.8.7-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-libs-0:1.8.7-4.el8_6.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-4.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-4.el8_6.i686" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-libs-0:1.8.7-4.el8_6.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.8.7-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.el8_6.aarch64 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-4.el8_6.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.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-4.el8_6.s390x 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-4.el8_6.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.src" }, "product_reference": "flatpak-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-libs-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.noarch" }, "product_reference": "flatpak-selinux-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.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-4.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-4.el8_6.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.aarch64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.ppc64le" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.s390x" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)", "product_id": "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-4.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-05T12:50:15+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-4.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6421" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-4.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.AUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.E4S:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.s390x", "AppStream-8.6.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.src", "AppStream-8.6.0.Z.TUS:flatpak-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-debugsource-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-selinux-0:1.8.7-4.el8_6.noarch", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.7-4.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.i686", "AppStream-8.6.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.7-4.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.src", "BaseOS-8.6.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6356
Vulnerability from csaf_redhat
Published
2024-09-04 19:12
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and 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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and 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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6356", "url": "https://access.redhat.com/errata/RHSA-2024:6356" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6356.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:37+00:00", "generator": { "date": "2024-11-06T06:53:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6356", "initial_release_date": "2024-09-04T19:12:38+00:00", "revision_history": [ { "date": "2024-09-04T19:12:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-04T19:12:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53:37+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 BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } }, { "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": "bubblewrap-0:0.4.1-7.el9_4.src", "product": { "name": "bubblewrap-0:0.4.1-7.el9_4.src", "product_id": "bubblewrap-0:0.4.1-7.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_4?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_4.src", "product": { "name": "flatpak-0:1.12.9-3.el9_4.src", "product_id": "flatpak-0:1.12.9-3.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_4.aarch64", "product": { "name": "bubblewrap-0:0.4.1-7.el9_4.aarch64", "product_id": "bubblewrap-0:0.4.1-7.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-libs-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_4.aarch64", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_4.aarch64", "product_id": "flatpak-devel-0:1.12.9-3.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_4.ppc64le", "product": { "name": "bubblewrap-0:0.4.1-7.el9_4.ppc64le", "product_id": "bubblewrap-0:0.4.1-7.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "product_id": "flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_4.x86_64", "product": { "name": "bubblewrap-0:0.4.1-7.el9_4.x86_64", "product_id": "bubblewrap-0:0.4.1-7.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-libs-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_4.x86_64", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_4.x86_64", "product_id": "flatpak-devel-0:1.12.9-3.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_4.s390x", "product": { "name": "bubblewrap-0:0.4.1-7.el9_4.s390x", "product_id": "bubblewrap-0:0.4.1-7.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-libs-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_4.s390x", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_4.s390x", "product_id": "flatpak-devel-0:1.12.9-3.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-libs-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-devel-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_4.i686", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_4.i686", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.9-3.el9_4.noarch", "product": { "name": "flatpak-selinux-0:1.12.9-3.el9_4.noarch", "product_id": "flatpak-selinux-0:1.12.9-3.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.src" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.aarch64" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_4.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.ppc64le" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_4.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.s390x" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_4.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_4.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.src" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_4.src", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.x86_64" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_4.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.src" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.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-3.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-3.el9_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.src", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-04T19:12:38+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-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.src", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6356" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.src", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.src", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6355
Vulnerability from csaf_redhat
Published
2024-09-04 18:39
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and 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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and 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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6355", "url": "https://access.redhat.com/errata/RHSA-2024:6355" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6355.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:48+00:00", "generator": { "date": "2024-11-06T06:53:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6355", "initial_release_date": "2024-09-04T18:39:07+00:00", "revision_history": [ { "date": "2024-09-04T18:39:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-04T18:39:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53: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 BaseOS EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos" } } }, { "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": "bubblewrap-0:0.4.1-7.el9_2.src", "product": { "name": "bubblewrap-0:0.4.1-7.el9_2.src", "product_id": "bubblewrap-0:0.4.1-7.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_2?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-5.el9_2.src", "product": { "name": "flatpak-0:1.12.7-5.el9_2.src", "product_id": "flatpak-0:1.12.7-5.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-5.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_2.aarch64", "product": { "name": "bubblewrap-0:0.4.1-7.el9_2.aarch64", "product_id": "bubblewrap-0:0.4.1-7.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-devel-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-devel-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-libs-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-libs-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-5.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "product_id": "flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-5.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_2.ppc64le", "product": { "name": "bubblewrap-0:0.4.1-7.el9_2.ppc64le", "product_id": "bubblewrap-0:0.4.1-7.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-5.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "product_id": "flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-5.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_2.x86_64", "product": { "name": "bubblewrap-0:0.4.1-7.el9_2.x86_64", "product_id": "bubblewrap-0:0.4.1-7.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-devel-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-devel-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-libs-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-libs-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-5.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "product_id": "flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-5.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-7.el9_2.s390x", "product": { "name": "bubblewrap-0:0.4.1-7.el9_2.s390x", "product_id": "bubblewrap-0:0.4.1-7.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-7.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "product_id": "bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-7.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-7.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-devel-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-devel-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-libs-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-libs-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-5.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "product": { "name": "flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "product_id": "flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-5.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-devel-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-devel-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-session-helper-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-session-helper-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-debugsource-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-debugsource-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.7-5.el9_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.7-5.el9_2.i686", "product": { "name": "flatpak-libs-0:1.12.7-5.el9_2.i686", "product_id": "flatpak-libs-0:1.12.7-5.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.7-5.el9_2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.7-5.el9_2.noarch", "product": { "name": "flatpak-selinux-0:1.12.7-5.el9_2.noarch", "product_id": "flatpak-selinux-0:1.12.7-5.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.src" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.noarch" }, "product_reference": "flatpak-selinux-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.aarch64" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.ppc64le" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.s390x" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.src" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.x86_64" }, "product_reference": "bubblewrap-0:0.4.1-7.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.7-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.src" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-devel-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-libs-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.noarch" }, "product_reference": "flatpak-selinux-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.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-5.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-5.el9_2.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.src", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-04T18:39: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.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.src", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6355" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.src", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.src", "BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src", "CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x", "CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6420
Vulnerability from csaf_redhat
Published
2024-09-05 11:41
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and 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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and 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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6420", "url": "https://access.redhat.com/errata/RHSA-2024:6420" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6420.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:44+00:00", "generator": { "date": "2024-11-06T06:53:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6420", "initial_release_date": "2024-09-05T11:41:44+00:00", "revision_history": [ { "date": "2024-09-05T11:41:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-05T11:41:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53:44+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 BaseOS AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.2::baseos" } } }, { "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": "bubblewrap-0:0.4.0-2.el8_2.src", "product": { "name": "bubblewrap-0:0.4.0-2.el8_2.src", "product_id": "bubblewrap-0:0.4.0-2.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_2?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.6.2-9.el8_2.src", "product": { "name": "flatpak-0:1.6.2-9.el8_2.src", "product_id": "flatpak-0:1.6.2-9.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.6.2-9.el8_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_2.x86_64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_2.x86_64", "product_id": "bubblewrap-0:0.4.0-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-libs-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-libs-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-9.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-9.el8_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.6.2-9.el8_2.i686", "product": { "name": "flatpak-libs-0:1.6.2-9.el8_2.i686", "product_id": "flatpak-libs-0:1.6.2-9.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.6.2-9.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.6.2-9.el8_2.i686", "product": { "name": "flatpak-debugsource-0:1.6.2-9.el8_2.i686", "product_id": "flatpak-debugsource-0:1.6.2-9.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.6.2-9.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "product": { "name": "flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "product_id": "flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.6.2-9.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "product_id": "flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.6.2-9.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.6.2-9.el8_2?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "product_id": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.6.2-9.el8_2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.6.2-9.el8_2.noarch", "product": { "name": "flatpak-selinux-0:1.6.2-9.el8_2.noarch", "product_id": "flatpak-selinux-0:1.6.2-9.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.6.2-9.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-9.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-9.el8_2.src" }, "product_reference": "flatpak-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-0:1.6.2-9.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-9.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-9.el8_2.i686" }, "product_reference": "flatpak-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.i686" }, "product_reference": "flatpak-debugsource-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-debugsource-0:1.6.2-9.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-9.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-9.el8_2.i686" }, "product_reference": "flatpak-libs-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-libs-0:1.6.2-9.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-9.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-9.el8_2.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.noarch" }, "product_reference": "flatpak-selinux-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-session-helper-0:1.6.2-9.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-9.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-9.el8_2.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.6.2-9.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-9.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-9.el8_2.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_2.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_2.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-9.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-9.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.src", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-05T11:41:44+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-9.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-9.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.src", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6420" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-9.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-9.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.src", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-9.el8_2.src", "AppStream-8.2.0.Z.AUS:flatpak-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-debugsource-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-libs-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-selinux-0:1.6.2-9.el8_2.noarch", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.6.2-9.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.i686", "AppStream-8.2.0.Z.AUS:flatpak-tests-debuginfo-0:1.6.2-9.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.src", "BaseOS-8.2.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6417
Vulnerability from csaf_redhat
Published
2024-09-05 11:43
Modified
2024-11-06 06:54
Summary
Red Hat Security Advisory: flatpak security update
Notes
Topic
An update for flatpak is now available for Red Hat Enterprise Linux 7 Extended Lifecycle 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
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 7-ELS Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "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 Extended Lifecycle 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": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7-ELS Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6417", "url": "https://access.redhat.com/errata/RHSA-2024:6417" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7-ELS/html/7-ELS_release_notes/index", "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7-ELS/html/7-ELS_release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6417.json" } ], "title": "Red Hat Security Advisory: flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:54:05+00:00", "generator": { "date": "2024-11-06T06:54:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6417", "initial_release_date": "2024-09-05T11:43:41+00:00", "revision_history": [ { "date": "2024-09-05T11:43:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-05T11:43:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:54:05+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 Server (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:7" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:7" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-15.el7_9.src", "product": { "name": "flatpak-0:1.0.9-15.el7_9.src", "product_id": "flatpak-0:1.0.9-15.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-15.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-15.el7_9.x86_64", "product": { "name": "flatpak-0:1.0.9-15.el7_9.x86_64", "product_id": "flatpak-0:1.0.9-15.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-15.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-15.el7_9.x86_64", "product": { "name": "flatpak-libs-0:1.0.9-15.el7_9.x86_64", "product_id": "flatpak-libs-0:1.0.9-15.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-15.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "product": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "product_id": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-15.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-15.el7_9.x86_64", "product": { "name": "flatpak-builder-0:1.0.0-15.el7_9.x86_64", "product_id": "flatpak-builder-0:1.0.0-15.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-15.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-15.el7_9.x86_64", "product": { "name": "flatpak-devel-0:1.0.9-15.el7_9.x86_64", "product_id": "flatpak-devel-0:1.0.9-15.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-15.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-15.el7_9.ppc64le", "product": { "name": "flatpak-0:1.0.9-15.el7_9.ppc64le", "product_id": "flatpak-0:1.0.9-15.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-15.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "product": { "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "product_id": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-15.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "product_id": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-15.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "product": { "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "product_id": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-15.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "product": { "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "product_id": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-15.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-15.el7_9.ppc64", "product": { "name": "flatpak-0:1.0.9-15.el7_9.ppc64", "product_id": "flatpak-0:1.0.9-15.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-15.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64", "product": { "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64", "product_id": "flatpak-libs-0:1.0.9-15.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-15.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "product": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "product_id": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-15.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64", "product": { "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64", "product_id": "flatpak-builder-0:1.0.0-15.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-15.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64", "product": { "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64", "product_id": "flatpak-devel-0:1.0.9-15.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-15.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "flatpak-0:1.0.9-15.el7_9.s390x", "product": { "name": "flatpak-0:1.0.9-15.el7_9.s390x", "product_id": "flatpak-0:1.0.9-15.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.0.9-15.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.0.9-15.el7_9.s390x", "product": { "name": "flatpak-libs-0:1.0.9-15.el7_9.s390x", "product_id": "flatpak-libs-0:1.0.9-15.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.0.9-15.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "product": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "product_id": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.0.9-15.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-builder-0:1.0.0-15.el7_9.s390x", "product": { "name": "flatpak-builder-0:1.0.0-15.el7_9.s390x", "product_id": "flatpak-builder-0:1.0.0-15.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-builder@1.0.0-15.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.0.9-15.el7_9.s390x", "product": { "name": "flatpak-devel-0:1.0.9-15.el7_9.s390x", "product_id": "flatpak-devel-0:1.0.9-15.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.0.9-15.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-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-0:1.0.9-15.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.src", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.src" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.src", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-builder-0:1.0.0-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64" }, "product_reference": "flatpak-builder-0:1.0.0-15.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-devel-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.0.9-15.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64" }, "product_reference": "flatpak-libs-0:1.0.9-15.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-ELS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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": [ "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-05T11:43:41+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": [ "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6417" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.src", "7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x", "7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x", "7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6419
Vulnerability from csaf_redhat
Published
2024-09-05 13:07
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and 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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and 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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6419", "url": "https://access.redhat.com/errata/RHSA-2024:6419" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6419.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:33+00:00", "generator": { "date": "2024-11-06T06:53:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6419", "initial_release_date": "2024-09-05T13:07:00+00:00", "revision_history": [ { "date": "2024-09-05T13:07:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-05T13:07:00+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53:33+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 BaseOS EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos" } } }, { "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": "bubblewrap-0:0.4.0-2.el8_8.src", "product": { "name": "bubblewrap-0:0.4.0-2.el8_8.src", "product_id": "bubblewrap-0:0.4.0-2.el8_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_8?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-4.el8_8.src", "product": { "name": "flatpak-0:1.10.7-4.el8_8.src", "product_id": "flatpak-0:1.10.7-4.el8_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-4.el8_8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_8.aarch64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_8.aarch64", "product_id": "bubblewrap-0:0.4.0-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-libs-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-libs-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-4.el8_8?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-4.el8_8.aarch64", "product": { "name": "flatpak-devel-0:1.10.7-4.el8_8.aarch64", "product_id": "flatpak-devel-0:1.10.7-4.el8_8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-4.el8_8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_8.ppc64le", "product": { "name": "bubblewrap-0:0.4.0-2.el8_8.ppc64le", "product_id": "bubblewrap-0:0.4.0-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-4.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "product": { "name": "flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "product_id": "flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-4.el8_8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_8.x86_64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_8.x86_64", "product_id": "bubblewrap-0:0.4.0-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-libs-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-libs-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-4.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-4.el8_8.x86_64", "product": { "name": "flatpak-devel-0:1.10.7-4.el8_8.x86_64", "product_id": "flatpak-devel-0:1.10.7-4.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-4.el8_8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_8.s390x", "product": { "name": "bubblewrap-0:0.4.0-2.el8_8.s390x", "product_id": "bubblewrap-0:0.4.0-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-libs-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-libs-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-4.el8_8?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-4.el8_8.s390x", "product": { "name": "flatpak-devel-0:1.10.7-4.el8_8.s390x", "product_id": "flatpak-devel-0:1.10.7-4.el8_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-4.el8_8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-libs-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-libs-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-debugsource-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-debugsource-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-devel-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-devel-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.10.7-4.el8_8?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.10.7-4.el8_8.i686", "product": { "name": "flatpak-session-helper-0:1.10.7-4.el8_8.i686", "product_id": "flatpak-session-helper-0:1.10.7-4.el8_8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.10.7-4.el8_8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.10.7-4.el8_8.noarch", "product": { "name": "flatpak-selinux-0:1.10.7-4.el8_8.noarch", "product_id": "flatpak-selinux-0:1.10.7-4.el8_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.src" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.noarch" }, "product_reference": "flatpak-selinux-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.aarch64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_8.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.ppc64le" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_8.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.s390x" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_8.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_8.src", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_8.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)", "product_id": "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.10.7-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.src" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-debugsource-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-devel-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-libs-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.noarch" }, "product_reference": "flatpak-selinux-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.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-4.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-4.el8_8.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.src", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-05T13:07:00+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-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.src", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6419" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.src", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.src", "BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x", "BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src", "CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x", "CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
rhsa-2024_6418
Vulnerability from csaf_redhat
Published
2024-09-05 11:45
Modified
2024-11-06 06:53
Summary
Red Hat Security Advisory: bubblewrap and flatpak security update
Notes
Topic
An update for bubblewrap and flatpak is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
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
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.
Security Fix(es):
* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for bubblewrap and flatpak is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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": "Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\n\nSecurity Fix(es):\n\n* flatpak: Access to files outside sandbox for apps using persistent= (--persist) (CVE-2024-42472)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6418", "url": "https://access.redhat.com/errata/RHSA-2024:6418" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6418.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2024-11-06T06:53:23+00:00", "generator": { "date": "2024-11-06T06:53:23+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6418", "initial_release_date": "2024-09-05T11:45:14+00:00", "revision_history": [ { "date": "2024-09-05T11:45:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-05T11:45:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:53:23+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 BaseOS AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.4::baseos" } } }, { "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 BaseOS E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.4::baseos" } } }, { "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_name", "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.4::baseos" } } }, { "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_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_4.src", "product": { "name": "bubblewrap-0:0.4.0-2.el8_4.src", "product_id": "bubblewrap-0:0.4.0-2.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_4?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.8.5-7.el8_4.src", "product": { "name": "flatpak-0:1.8.5-7.el8_4.src", "product_id": "flatpak-0:1.8.5-7.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.5-7.el8_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_4.x86_64", "product": { "name": "bubblewrap-0:0.4.0-2.el8_4.x86_64", "product_id": "bubblewrap-0:0.4.0-2.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-libs-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-libs-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.5-7.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.5-7.el8_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.8.5-7.el8_4.i686", "product": { "name": "flatpak-libs-0:1.8.5-7.el8_4.i686", "product_id": "flatpak-libs-0:1.8.5-7.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.5-7.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.5-7.el8_4.i686", "product": { "name": "flatpak-debugsource-0:1.8.5-7.el8_4.i686", "product_id": "flatpak-debugsource-0:1.8.5-7.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.5-7.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "product": { "name": "flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "product_id": "flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.5-7.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "product_id": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.5-7.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.5-7.el8_4?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "product_id": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.5-7.el8_4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.8.5-7.el8_4.noarch", "product": { "name": "flatpak-selinux-0:1.8.5-7.el8_4.noarch", "product_id": "flatpak-selinux-0:1.8.5-7.el8_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.8.5-7.el8_4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.0-2.el8_4.ppc64le", "product": { "name": "bubblewrap-0:0.4.0-2.el8_4.ppc64le", "product_id": "bubblewrap-0:0.4.0-2.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.0-2.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.0-2.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.0-2.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.8.5-7.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.8.5-7.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-7.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-7.el8_4.src" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.noarch" }, "product_reference": "flatpak-selinux-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.src" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.noarch" }, "product_reference": "flatpak-selinux-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.src" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-debugsource-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-libs-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.noarch" }, "product_reference": "flatpak-selinux-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.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-7.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-7.el8_4.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.ppc64le" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.src" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2024-08-15T19:20:31.644253+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305202" } ], "notes": [ { "category": "description", "text": "A sandbox escape vulnerability was found in Flatpak due to a symlink-following issue when mounting persistent directories. This flaw allows a local user or attacker to craft a symbolic link that can bypass the intended restrictions, enabling access to and modification of files outside the designated sandbox. As a result, the attacker could potentially manipulate the file system, leading to unauthorized actions that compromise the security and integrity of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in Flatpak represents a significant severity issue due to its potential to undermine the core principles of application sandboxing, which are designed to isolate applications and protect the integrity and confidentiality of the system. By exploiting the persistent=subdir option, a malicious or compromised application can manipulate bind mounts via symlinks, thereby escaping the confines of its designated sandbox. This allows unauthorized access to the host filesystem, enabling the potential for unauthorized data manipulation, exfiltration, or system compromise. The risk is further exacerbated by the presence of a race condition, which can be exploited by running multiple instances of a malicious app concurrently.", "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-7.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "RHBZ#2305202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305202" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42472", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42472" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42472" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c", "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "category": "external", "summary": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5", "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72", "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a", "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75", "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97", "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788", "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19", "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "category": "external", "summary": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87", "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" } ], "release_date": "2024-08-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-05T11:45:14+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-7.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6418" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not 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-7.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.src", "AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686", "AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le", "BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.src", "BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64", "BaseOS-8.4.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.