Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-42472 (GCVE-0-2024-42472)
Vulnerability from cvelistv5
Published
2024-08-15 18:32
Modified
2025-04-02 22:03
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Summary
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.
When `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't 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.
However, 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.
Partial 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.
For 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.
References
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2025-04-02T22:03:10.874Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/08/14/6" }, { "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00025.html" } ], "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": "2025-04-02T22:03:10.874Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-42472\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-08-15T19:15:19.233\",\"lastModified\":\"2025-08-19T15:21:28.073\",\"vulnStatus\":\"Analyzed\",\"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\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.8}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-74\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.14.0\",\"versionEndExcluding\":\"1.14.10\",\"matchCriteriaId\":\"EE4746DE-A130-4D25-9D88-99C0B0FC3BAD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.15.0\",\"versionEndExcluding\":\"1.15.10\",\"matchCriteriaId\":\"1FB53E50-2BC5-4A74-AE72-356FA8ECEE34\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\",\"Mitigation\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/14/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/03/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/14/6\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/03/msg00025.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-02T22:03:10.874Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-42472\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-15T20:04:27.581195Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*\"], \"vendor\": \"flatpak\", \"product\": \"flatpak\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.14.10\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.15.0\", \"lessThan\": \"1.15.10\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-15T20:05:41.781Z\"}}], \"cna\": {\"title\": \"Flatpak may allow access to files outside sandbox for certain apps\", \"source\": {\"advisory\": \"GHSA-7hgv-f2j8-xw87\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 10, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"flatpak\", \"product\": \"flatpak\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.14.10\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.15.0, \u003c 1.15.10\"}]}], \"references\": [{\"url\": \"https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87\", \"name\": \"https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c\", \"name\": \"https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5\", \"name\": \"https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72\", \"name\": \"https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a\", \"name\": \"https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75\", \"name\": \"https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97\", \"name\": \"https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788\", \"name\": \"https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19\", \"name\": \"https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19\", \"tags\": [\"x_refsource_MISC\"]}], \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-74\", \"description\": \"CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-08-15T18:32:11.304Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-42472\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-02T22:03:10.874Z\", \"dateReserved\": \"2024-08-02T14:13:04.615Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-08-15T18:32:11.304Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2024:6420
Vulnerability from csaf_redhat
Published
2024-09-05 11:41
Modified
2025-07-04 10:55
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": "2025-07-04T10:55:24+00:00", "generator": { "date": "2025-07-04T10:55:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:55:24+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:6356
Vulnerability from csaf_redhat
Published
2024-09-04 19:12
Modified
2025-07-04 10: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 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": "2025-07-04T10:54:34+00:00", "generator": { "date": "2025-07-04T10:54:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:54:34+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:6357
Vulnerability from csaf_redhat
Published
2024-09-04 18:22
Modified
2025-07-04 10: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 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": "2025-07-04T10:54:22+00:00", "generator": { "date": "2025-07-04T10:54:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:54:22+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:6418
Vulnerability from csaf_redhat
Published
2024-09-05 11:45
Modified
2025-07-04 10: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.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": "2025-07-04T10:54:58+00:00", "generator": { "date": "2025-07-04T10:54:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:54:58+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux 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)" } ] }
rhsa-2024:6422
Vulnerability from csaf_redhat
Published
2024-09-05 13:09
Modified
2025-07-04 10:55
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": "2025-07-04T10:55:38+00:00", "generator": { "date": "2025-07-04T10:55:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:55:38+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux 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:6421
Vulnerability from csaf_redhat
Published
2024-09-05 12:50
Modified
2025-07-04 10:56
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": "2025-07-04T10:56:05+00:00", "generator": { "date": "2025-07-04T10:56:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:56: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 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:6417
Vulnerability from csaf_redhat
Published
2024-09-05 11:43
Modified
2025-07-04 10:55
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
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
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 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": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.\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: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": "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": "2025-07-04T10:55:53+00:00", "generator": { "date": "2025-07-04T10:55:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-01-13T10:18:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-04T10:55:53+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:6355
Vulnerability from csaf_redhat
Published
2024-09-04 18:39
Modified
2025-07-04 10: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 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": "2025-07-04T10:54:46+00:00", "generator": { "date": "2025-07-04T10:54:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:54:46+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:6419
Vulnerability from csaf_redhat
Published
2024-09-05 13:07
Modified
2025-07-04 10:55
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": "2025-07-04T10:55:12+00:00", "generator": { "date": "2025-07-04T10:55:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "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": "2025-07-04T10:55:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux 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:9449
Vulnerability from csaf_redhat
Published
2024-11-12 10:31
Modified
2025-07-04 10:56
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:9449", "url": "https://access.redhat.com/errata/RHSA-2024:9449" }, { "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_9449.json" } ], "title": "Red Hat Security Advisory: bubblewrap and flatpak security update", "tracking": { "current_release_date": "2025-07-04T10:56:17+00:00", "generator": { "date": "2025-07-04T10:56:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.3" } }, "id": "RHSA-2024:9449", "initial_release_date": "2024-11-12T10:31:44+00:00", "revision_history": [ { "date": "2024-11-12T10:31:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:31:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-04T10:56:17+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.5.0.Z.MAIN", "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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 9)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN", "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-8.el9_5.src", "product": { "name": "bubblewrap-0:0.4.1-8.el9_5.src", "product_id": "bubblewrap-0:0.4.1-8.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-8.el9_5?arch=src" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_5.src", "product": { "name": "flatpak-0:1.12.9-3.el9_5.src", "product_id": "flatpak-0:1.12.9-3.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-8.el9_5.aarch64", "product": { "name": "bubblewrap-0:0.4.1-8.el9_5.aarch64", "product_id": "bubblewrap-0:0.4.1-8.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-8.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "product_id": "bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-8.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "product_id": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-8.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-libs-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_5.aarch64", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_5.aarch64", "product_id": "flatpak-devel-0:1.12.9-3.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-8.el9_5.ppc64le", "product": { "name": "bubblewrap-0:0.4.1-8.el9_5.ppc64le", "product_id": "bubblewrap-0:0.4.1-8.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-8.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "product": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "product_id": "bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-8.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "product_id": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-8.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "product_id": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-8.el9_5.x86_64", "product": { "name": "bubblewrap-0:0.4.1-8.el9_5.x86_64", "product_id": "bubblewrap-0:0.4.1-8.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-8.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "product": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "product_id": "bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-8.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "product_id": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-8.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-libs-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_5.x86_64", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_5.x86_64", "product_id": "flatpak-devel-0:1.12.9-3.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0:0.4.1-8.el9_5.s390x", "product": { "name": "bubblewrap-0:0.4.1-8.el9_5.s390x", "product_id": "bubblewrap-0:0.4.1-8.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap@0.4.1-8.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "product": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "product_id": "bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debugsource@0.4.1-8.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "product": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "product_id": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bubblewrap-debuginfo@0.4.1-8.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-libs-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_5.s390x", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_5.s390x", "product_id": "flatpak-devel-0:1.12.9-3.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-libs-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-libs-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-libs-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debugsource-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-debugsource-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debugsource@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-debuginfo@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-libs-debuginfo@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper-debuginfo@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-tests-debuginfo@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-devel-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-devel-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-devel-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-devel@1.12.9-3.el9_5?arch=i686" } } }, { "category": "product_version", "name": "flatpak-session-helper-0:1.12.9-3.el9_5.i686", "product": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.i686", "product_id": "flatpak-session-helper-0:1.12.9-3.el9_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-session-helper@1.12.9-3.el9_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "flatpak-selinux-0:1.12.9-3.el9_5.noarch", "product": { "name": "flatpak-selinux-0:1.12.9-3.el9_5.noarch", "product_id": "flatpak-selinux-0:1.12.9-3.el9_5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/flatpak-selinux@1.12.9-3.el9_5?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_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.9-3.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-3.el9_5.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-8.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.aarch64" }, "product_reference": "bubblewrap-0:0.4.1-8.el9_5.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-8.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.ppc64le" }, "product_reference": "bubblewrap-0:0.4.1-8.el9_5.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-8.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.s390x" }, "product_reference": "bubblewrap-0:0.4.1-8.el9_5.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-8.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.src" }, "product_reference": "bubblewrap-0:0.4.1-8.el9_5.src", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0:0.4.1-8.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.x86_64" }, "product_reference": "bubblewrap-0:0.4.1-8.el9_5.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64" }, "product_reference": "bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64" }, "product_reference": "bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-devel-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-libs-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-0:1.12.9-3.el9_5.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch" }, "product_reference": "flatpak-selinux-0:1.12.9-3.el9_5.noarch", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64" }, "product_reference": "flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "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.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.src", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.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-11-12T10:31: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-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.src", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9449" }, { "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.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.src", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.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.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.src", "BaseOS-9.5.0.Z.MAIN:bubblewrap-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debuginfo-0:0.4.1-8.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:bubblewrap-debugsource-0:0.4.1-8.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.src", "CRB-9.5.0.Z.MAIN:flatpak-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-debugsource-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-devel-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-libs-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-selinux-0:1.12.9-3.el9_5.noarch", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.i686", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.s390x", "CRB-9.5.0.Z.MAIN:flatpak-tests-debuginfo-0:1.12.9-3.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flatpak: Access to files outside sandbox for apps using persistent= (--persist)" } ] }
suse-su-2024:3104-1
Vulnerability from csaf_suse
Published
2024-09-03 15:00
Modified
2024-09-03 15:00
Summary
Security update for bubblewrap and flatpak
Notes
Title of the patch
Security update for bubblewrap and flatpak
Description of the patch
This update for bubblewrap and flatpak fixes the following issues:
- CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157)
Patchnames
SUSE-2024-3104,SUSE-SLE-Module-Basesystem-15-SP5-2024-3104,SUSE-SLE-Module-Basesystem-15-SP6-2024-3104,SUSE-SLE-Module-Desktop-Applications-15-SP5-2024-3104,SUSE-SLE-Module-Desktop-Applications-15-SP6-2024-3104,openSUSE-SLE-15.5-2024-3104,openSUSE-SLE-15.6-2024-3104
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for bubblewrap and flatpak", "title": "Title of the patch" }, { "category": "description", "text": "This update for bubblewrap and flatpak fixes the following issues:\n\n- CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3104,SUSE-SLE-Module-Basesystem-15-SP5-2024-3104,SUSE-SLE-Module-Basesystem-15-SP6-2024-3104,SUSE-SLE-Module-Desktop-Applications-15-SP5-2024-3104,SUSE-SLE-Module-Desktop-Applications-15-SP6-2024-3104,openSUSE-SLE-15.5-2024-3104,openSUSE-SLE-15.6-2024-3104", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3104-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3104-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243104-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3104-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036768.html" }, { "category": "self", "summary": "SUSE Bug 1229157", "url": "https://bugzilla.suse.com/1229157" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "Security update for bubblewrap and flatpak", "tracking": { "current_release_date": "2024-09-03T15:00:03Z", "generator": { "date": "2024-09-03T15:00:03Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3104-1", "initial_release_date": "2024-09-03T15:00:03Z", "revision_history": [ { "date": "2024-09-03T15:00:03Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "bubblewrap-0.8.0-150500.3.6.1.aarch64", "product": { "name": "bubblewrap-0.8.0-150500.3.6.1.aarch64", "product_id": "bubblewrap-0.8.0-150500.3.6.1.aarch64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "product": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "product_id": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.14.6-150600.3.3.1.aarch64", "product": { "name": "flatpak-1.14.6-150600.3.3.1.aarch64", "product_id": "flatpak-1.14.6-150600.3.3.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.14.6-150600.3.3.1.aarch64", "product": { "name": "flatpak-devel-1.14.6-150600.3.3.1.aarch64", "product_id": "flatpak-devel-1.14.6-150600.3.3.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.14.6-150600.3.3.1.aarch64", "product": { "name": "libflatpak0-1.14.6-150600.3.3.1.aarch64", "product_id": "libflatpak0-1.14.6-150600.3.3.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.14.5-150500.3.12.1.aarch64", "product": { "name": "flatpak-1.14.5-150500.3.12.1.aarch64", "product_id": "flatpak-1.14.5-150500.3.12.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.14.5-150500.3.12.1.aarch64", "product": { "name": "flatpak-devel-1.14.5-150500.3.12.1.aarch64", "product_id": "flatpak-devel-1.14.5-150500.3.12.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.14.5-150500.3.12.1.aarch64", "product": { "name": "libflatpak0-1.14.5-150500.3.12.1.aarch64", "product_id": "libflatpak0-1.14.5-150500.3.12.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.8.0-150500.3.6.1.i586", "product": { "name": "bubblewrap-0.8.0-150500.3.6.1.i586", "product_id": "bubblewrap-0.8.0-150500.3.6.1.i586" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.i586", "product": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.i586", "product_id": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.i586" } }, { "category": "product_version", "name": "flatpak-1.14.6-150600.3.3.1.i586", "product": { "name": "flatpak-1.14.6-150600.3.3.1.i586", "product_id": "flatpak-1.14.6-150600.3.3.1.i586" } }, { "category": "product_version", "name": "flatpak-devel-1.14.6-150600.3.3.1.i586", "product": { "name": "flatpak-devel-1.14.6-150600.3.3.1.i586", "product_id": "flatpak-devel-1.14.6-150600.3.3.1.i586" } }, { "category": "product_version", "name": "libflatpak0-1.14.6-150600.3.3.1.i586", "product": { "name": "libflatpak0-1.14.6-150600.3.3.1.i586", "product_id": "libflatpak0-1.14.6-150600.3.3.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.i586", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.i586", "product_id": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "product": { "name": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "product_id": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "product": { "name": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "product_id": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch" } }, { "category": "product_version", "name": "system-user-flatpak-1.14.6-150600.3.3.1.noarch", "product": { "name": "system-user-flatpak-1.14.6-150600.3.3.1.noarch", "product_id": "system-user-flatpak-1.14.6-150600.3.3.1.noarch" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "product": { "name": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "product_id": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "product": { "name": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "product_id": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch" } }, { "category": "product_version", "name": "system-user-flatpak-1.14.5-150500.3.12.1.noarch", "product": { "name": "system-user-flatpak-1.14.5-150500.3.12.1.noarch", "product_id": "system-user-flatpak-1.14.5-150500.3.12.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.8.0-150500.3.6.1.ppc64le", "product": { "name": "bubblewrap-0.8.0-150500.3.6.1.ppc64le", "product_id": "bubblewrap-0.8.0-150500.3.6.1.ppc64le" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "product": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "product_id": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.14.6-150600.3.3.1.ppc64le", "product": { "name": "flatpak-1.14.6-150600.3.3.1.ppc64le", "product_id": "flatpak-1.14.6-150600.3.3.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "product": { "name": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "product_id": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.14.6-150600.3.3.1.ppc64le", "product": { "name": "libflatpak0-1.14.6-150600.3.3.1.ppc64le", "product_id": "libflatpak0-1.14.6-150600.3.3.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.14.5-150500.3.12.1.ppc64le", "product": { "name": "flatpak-1.14.5-150500.3.12.1.ppc64le", "product_id": "flatpak-1.14.5-150500.3.12.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "product": { "name": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "product_id": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.14.5-150500.3.12.1.ppc64le", "product": { "name": "libflatpak0-1.14.5-150500.3.12.1.ppc64le", "product_id": "libflatpak0-1.14.5-150500.3.12.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.8.0-150500.3.6.1.s390x", "product": { "name": "bubblewrap-0.8.0-150500.3.6.1.s390x", "product_id": "bubblewrap-0.8.0-150500.3.6.1.s390x" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "product": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "product_id": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.14.6-150600.3.3.1.s390x", "product": { "name": "flatpak-1.14.6-150600.3.3.1.s390x", "product_id": "flatpak-1.14.6-150600.3.3.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.14.6-150600.3.3.1.s390x", "product": { "name": "flatpak-devel-1.14.6-150600.3.3.1.s390x", "product_id": "flatpak-devel-1.14.6-150600.3.3.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.14.6-150600.3.3.1.s390x", "product": { "name": "libflatpak0-1.14.6-150600.3.3.1.s390x", "product_id": "libflatpak0-1.14.6-150600.3.3.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.14.5-150500.3.12.1.s390x", "product": { "name": "flatpak-1.14.5-150500.3.12.1.s390x", "product_id": "flatpak-1.14.5-150500.3.12.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.14.5-150500.3.12.1.s390x", "product": { "name": "flatpak-devel-1.14.5-150500.3.12.1.s390x", "product_id": "flatpak-devel-1.14.5-150500.3.12.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.14.5-150500.3.12.1.s390x", "product": { "name": "libflatpak0-1.14.5-150500.3.12.1.s390x", "product_id": "libflatpak0-1.14.5-150500.3.12.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.8.0-150500.3.6.1.x86_64", "product": { "name": "bubblewrap-0.8.0-150500.3.6.1.x86_64", "product_id": "bubblewrap-0.8.0-150500.3.6.1.x86_64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "product": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "product_id": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.14.6-150600.3.3.1.x86_64", "product": { "name": "flatpak-1.14.6-150600.3.3.1.x86_64", "product_id": "flatpak-1.14.6-150600.3.3.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.14.6-150600.3.3.1.x86_64", "product": { "name": "flatpak-devel-1.14.6-150600.3.3.1.x86_64", "product_id": "flatpak-devel-1.14.6-150600.3.3.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.14.6-150600.3.3.1.x86_64", "product": { "name": "libflatpak0-1.14.6-150600.3.3.1.x86_64", "product_id": "libflatpak0-1.14.6-150600.3.3.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.14.5-150500.3.12.1.x86_64", "product": { "name": "flatpak-1.14.5-150500.3.12.1.x86_64", "product_id": "flatpak-1.14.5-150500.3.12.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.14.5-150500.3.12.1.x86_64", "product": { "name": "flatpak-devel-1.14.5-150500.3.12.1.x86_64", "product_id": "flatpak-devel-1.14.5-150500.3.12.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.14.5-150500.3.12.1.x86_64", "product": { "name": "libflatpak0-1.14.5-150500.3.12.1.x86_64", "product_id": "libflatpak0-1.14.5-150500.3.12.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.s390x" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.s390x" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.s390x" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.14.5-150500.3.12.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:system-user-flatpak-1.14.5-150500.3.12.1.noarch" }, "product_reference": "system-user-flatpak-1.14.5-150500.3.12.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.s390x" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.s390x" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.s390x" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.14.6-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.14.6-150600.3.3.1.noarch" }, "product_reference": "system-user-flatpak-1.14.6-150600.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.s390x" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.5-150500.3.12.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "flatpak-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.s390x" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.5-150500.3.12.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "flatpak-devel-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.s390x" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.5-150500.3.12.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "libflatpak0-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.14.5-150500.3.12.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:system-user-flatpak-1.14.5-150500.3.12.1.noarch" }, "product_reference": "system-user-flatpak-1.14.5-150500.3.12.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.8.0-150500.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.s390x" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.14.6-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "flatpak-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.s390x" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.14.6-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "flatpak-devel-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.s390x" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.14.6-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "libflatpak0-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.14.6-150600.3.3.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:system-user-flatpak-1.14.6-150600.3.3.1.noarch" }, "product_reference": "system-user-flatpak-1.14.6-150600.3.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:system-user-flatpak-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:system-user-flatpak-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:system-user-flatpak-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:system-user-flatpak-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-devel-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:libflatpak0-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:system-user-flatpak-1.14.5-150500.3.12.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.14.6-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.14.6-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.5:bubblewrap-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.5:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:flatpak-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:flatpak-devel-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:flatpak-remote-flathub-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:flatpak-zsh-completion-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:libflatpak0-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.5:system-user-flatpak-1.14.5-150500.3.12.1.noarch", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.aarch64", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.ppc64le", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.s390x", "openSUSE Leap 15.5:typelib-1_0-Flatpak-1_0-1.14.5-150500.3.12.1.x86_64", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:flatpak-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.14.6-150600.3.3.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.14.6-150600.3.3.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-03T15:00:03Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
suse-ru-2025:0145-1
Vulnerability from csaf_suse
Published
2025-01-16 14:27
Modified
2025-01-16 14:27
Summary
Recommended update for bubblewrap, flatpak, wayland-protocols
Notes
Title of the patch
Recommended update for bubblewrap, flatpak, wayland-protocols
Description of the patch
This update for bubblewrap, flatpak updates flatpak to 1.16.0.
flatpak changes:
- Update to version 1.16.0:
+ Bug fixes:
- Update libglnx to 2024-12-06:
. Fix an assertion failure if creating a parent directory
encounters a dangling symlink.
. Fix a Meson warning.
. Don't emit terminal progress indicator escape sequences by
default. They are interpreted as notifications by some
terminal emulators.
- Fix introspection annotations in libflatpak.
+ Enhancements:
- Add the FLATPAK_TTY_PROGRESS environment variable, which
re-enables the terminal progress indicator escape sequences
added in 1.15.91.
- Document the FLATPAK_FANCY_OUTPUT environment variable, which
allows disabling the fancy formatting when outputting to a
terminal.
Update to version 1.15.91 (unstable):
+ Enhancements:
- Add the FLATPAK_DATA_DIR environment variable, which allows
overriding at runtime the data directory location that
Flatpak uses to search for configuration files such as
remotes. This is useful for running tests, and for when
installing using Flatpak in a chroot.
- Add a FLATPAK_DOWNLOAD_TMPDIR variable. This allows using
download directories other than /var/tmp.
- Emit progress escape sequence. This can be used by terminal
emulators to detect and display progress of Flatpak
operations on their graphical user interfaces.
+ Bug fixes:
- Install missing test data. This should fix 'as-installed'
tests via ginsttest-runner, used for example in Debian's
autopkgtest framework.
- Unify and improve how the Wayland socket is passed to the
sandboxed app. This should fix a regression that is triggered
by compositors that both implement the security-context-v1
protocol, and sets the WAYLAND_DISPLAY environment variable
when launching Flatpak apps.
- Fix the plural form of a translatable string.
Update to version 1.15.12:
+ Return to using the process ID of the Flatpak app in the cgroup
name. Using the instance ID in 1.15.11 caused crashes when
installing apps, extensions or runtimes that use the 'extra
data' mechanism, which does not set up an instance ID.
Changes from version 1.15.11:
+ Dependencies:
- In distributions that compile Flatpak to use a separate
xdg-dbus-proxy executable, version 0.1.6 is recommended (but
not required).
- The minimum xdg-dbus-proxy continues to be 0.1.0.
+ Enhancements:
- Allow applications like WebKit to connect the AT-SPI
accessibility tree of processes in a sub-sandbox with the
tree in the main process.
. New sandboxing parameter flatpak run --a11y-own-name, which
is like --own-name but for the accessibility bus.
. flatpak-portal API v7: add new sandbox-a11y-own-names
option, which accepts names matching ${FLATPAK_ID}.*
. Apps may call the org.a11y.atspi.Socket.Embedded method on
names matching ${FLATPAK_ID}.Sandboxed.* by default
. flatpak run -vv $app_id shows all applicable sandboxing
parameters and their source, including overrides, as debug
messages
- Introduce USB device listing
. Apps can list which USB devices they want to access ahead
of time by using the --usb parameter. Check the manpages
for the more information about the accepted syntax.
. Denying access to USB devices is also possible with the
--no-usb parameter. The syntax is equal to --usb.
. Both options merely store metadata, and aren't used by
Flatpak itself. This metadata is intended to be used by the
(as of now, still in progress) USB portal to decide which
devices the app can enumerate and request access.
- Add support for KDE search completion
- Use the instance id of the Flatpak app as part of the cgroup
name. This better matches the naming conventions for cgroup.
+ Bug fixes:
- Update libglnx to 2024-08-23
- fix build in environments that use -Werror=return-type, such
as openSUSE Tumbleweed
- add a fallback definition for G_PID_FORMAT with older GLib
- avoid warnings for g_steal_fd() with newer GLib
- improve compatibility of g_closefrom() backport with newer
GLib
- Update meson wrap file for xdg-dbus-proxy to version 0.1.6:
- compatibility with D-Bus implementations that pipeline the
authentication handshake, such as sd-bus and zbus
- compatibility with D-Bus implementations that use
non-consecutive serial numbers, such as godbus and zbus
- broadcast signals can be allowed without having to add TALK
permission
- fix memory leaks
+ Internal changes:
- Better const-correctness
- Fix a shellcheck warning in the tests
- add weak dep on p11-kit-server for certificate transfer (boo#1188902)
- disable parental controls for now by using '-Dmalcontent=disabled', to work around
issues with xdg-desktop-portal
Update to version 1.14.10:
+ Dependencies: In distributions that compile Flatpak to use a
separate bubblewrap (bwrap) executable, either version 0.10.0,
version 0.6.x ≥ 0.6.3, or a version with a backport of the
--bind-fd option is required. These versions add a new feature
which is required by the security fix in this release.
+ Security fixes: Don't follow symbolic links when mounting
persistent directories (--persist option). This prevents a
sandbox escape where a malicious or compromised app could edit
the symlink to point to a directory that the app should not have
been allowed to read or write. (bsc#1229157, CVE-2024-42472,
GHSA-7hgv-f2j8-xw87)
+ Documentation: Mark the 1.12.x and 1.10.x branches as
end-of-life (#5352)
+ Version 1.14.9 was not released due to an incompatibility with
older versions of GLib. Version 1.14.10 replaces it.
Update to version 1.14.8:
+ No changes. This release is rolling out to correct mismatching
submodule versions in the release tarball.
Update to version 1.14.7:
+ New features: Automatically reload D-Bus session bus
configuration after installing or upgrading apps, to pick up
any exported D-Bus services (#3342)
+ Bug fixes:
- Expand the list of environment variables that Flatpak apps do
not inherit from the host system (#5765, #5785)
- Don't refuse to start apps when there is no D-Bus system bus
available (#5076)
- Don't try to repeat migration of apps whose data was migrated
to a new name and then deleted (#5668)
- Fix warnings from newer GLib versions (#5660)
- Always set the container environment variable (#5610)
- In flatpak ps, add xdg-desktop-portal-gnome to the list of
backends we'll use to learn which apps are running in the
background (#5729)
- Avoid leaking a temporary variable from
/etc/profile.d/flatpak.sh into the shell environment (#5574)
- Avoid undefined behaviour of signed left-shift when storing
object IDs in a hash table (#5738)
- Fix Docbook validity in documentation (#5719)
- Skip more tests when FUSE isn't available (#5611)
- Fix a misleading comment in the test for CVE-2024-32462
(#5779)
+ Internal changes:
- Fix Github Workflows recipes
Update to version 1.14.6:
+ Security fixes:
- Don't allow an executable name to be misinterpreted as a
command-line option for bwrap(1). This prevents a sandbox
escape where a malicious or compromised app could ask
xdg-desktop-portal to generate a .desktop file with access
to files outside the sandbox. (CVE-2024-32462, bsc#1223110)
+ Other bug fixes:
- Don't parse <developer><name/></developer> as the application
name (#5700)
bubblewrap changes:
Update to 0.11.0:
* New --overlay, --tmp-overlay, --ro-overlay and --overlay-src
options allow creation of overlay mounts. This feature is not
available when bubblewrap is installed setuid.
* New --level-prefix option produces output that can be parsed
by tools like logger --prio-prefix and
systemd-cat --level-prefix=1
* bug fixes and developer visible changes
Update to version v0.10.0:
* New features: Add the --[ro-]bind-fd option, which can be used
to mount a filesystem represented by a file descriptor without
time-of-check/time-of-use attacks. This is needed when
resolving security issue in Flatpak.
(CVE-2024-42472, bsc#1229157)
* Other changes: Fix some confusing syntax in SetupOpFlag (no
functional change).
Update to v0.9.0:
* Build system changed to Meson from Autotools
* Add --argv0
https://github.com/containers/bubblewrap/issues/91
* --symlink is now idempotent, meaning it succeeds if the symlink
already exists and already has the desired target
* Clarify security considerations in documentation
* Clarify documentation for --cap-add
* Report a better error message if mount(2) fails with ENOSPC
* Fix a double-close on error reading from --args, --seccomp or
--add-seccomp-fd argument
* Improve memory allocation behaviour
wayland-protocols was changed:
Update to version 1.36:
* xdg-dialog: fix missing namespace in protocol name
Changes from version 1.35:
* cursor-shape-v1: Does not advertises the list of supported cursors
* xdg-shell: add missing enum attribute to set_constraint_adjustment
* xdg-shell: recommend against drawing decorations when tiled
* tablet-v2: mark as stable
* staging: add alpha-modifier protocol
Update to 1.36:
* Fix to the xdg dialog protocol
* tablet-v2 protocol is now stable
* alpha-modifier: new protocol
* Bug fix to the cursor shape documentation
* The xdg-shell protocol now also explicitly recommends against
drawing decorations outside of the window geometry when tiled
Update to 1.34:
* xdg-dialog: new protocol
* xdg-toplevel-drag: new protocol
* Fix typo in ext-foreign-toplevel-list-v1
* tablet-v2: clarify that name/id events are optional
* linux-drm-syncobj-v1: new protocol
* linux-explicit-synchronization-v1: add linux-drm-syncobj note
Update to version 1.33:
* xdg-shell: Clarify what a toplevel by default includes
* linux-dmabuf: sync changes from unstable to stable
* linux-dmabuf: require all planes to use the same modifier
* presentation-time: stop referring to Linux/glibc
* security-context-v1: Make sandbox engine names use reverse-DNS
* xdg-decoration: remove ambiguous wording in configure event
* xdg-decoration: fix configure event summary
* linux-dmabuf: mark as stable
* linux-dmabuf: add note about implicit sync
* security-context-v1: Document what can be done with the open
sockets
* security-context-v1: Document out of band metadata for flatpak
- Use gcc11 in SLE15 in order to fix a ppc64le test that was
failing when built with gcc7 (boo#1216320)
Update to version 1.32:
* ext-foreign-toplevel-list: new protocol
* cursor-shape-v1: new protocol
* security-context-v1: new protocol
* xdg-shell: add suspended toplevel state
* Apart from these new additions, this release also brings the
usual clarifications, cleanups and fixes.
Patchnames
SUSE-2025-145,SUSE-SLE-Module-Basesystem-15-SP6-2025-145,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-145,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-145,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-145,openSUSE-SLE-15.6-2025-145
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Recommended update for bubblewrap, flatpak, wayland-protocols", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update for bubblewrap, flatpak updates flatpak to 1.16.0.\n\nflatpak changes:\n\n- Update to version 1.16.0:\n\n + Bug fixes:\n\n - Update libglnx to 2024-12-06:\n\n . Fix an assertion failure if creating a parent directory\n encounters a dangling symlink.\n . Fix a Meson warning.\n . Don\u0027t emit terminal progress indicator escape sequences by\n default. They are interpreted as notifications by some\n terminal emulators.\n - Fix introspection annotations in libflatpak.\n\n + Enhancements:\n\n - Add the FLATPAK_TTY_PROGRESS environment variable, which\n re-enables the terminal progress indicator escape sequences\n added in 1.15.91.\n - Document the FLATPAK_FANCY_OUTPUT environment variable, which\n allows disabling the fancy formatting when outputting to a\n terminal.\n\nUpdate to version 1.15.91 (unstable):\n\n + Enhancements:\n\n - Add the FLATPAK_DATA_DIR environment variable, which allows\n overriding at runtime the data directory location that\n Flatpak uses to search for configuration files such as\n remotes. This is useful for running tests, and for when\n installing using Flatpak in a chroot.\n - Add a FLATPAK_DOWNLOAD_TMPDIR variable. This allows using\n download directories other than /var/tmp.\n - Emit progress escape sequence. This can be used by terminal\n emulators to detect and display progress of Flatpak\n operations on their graphical user interfaces.\n\n + Bug fixes:\n\n - Install missing test data. This should fix \u0027as-installed\u0027\n tests via ginsttest-runner, used for example in Debian\u0027s\n autopkgtest framework.\n - Unify and improve how the Wayland socket is passed to the\n sandboxed app. This should fix a regression that is triggered\n by compositors that both implement the security-context-v1\n protocol, and sets the WAYLAND_DISPLAY environment variable\n when launching Flatpak apps.\n - Fix the plural form of a translatable string.\n\nUpdate to version 1.15.12:\n\n + Return to using the process ID of the Flatpak app in the cgroup\n name. Using the instance ID in 1.15.11 caused crashes when\n installing apps, extensions or runtimes that use the \u0027extra\n data\u0027 mechanism, which does not set up an instance ID.\n\nChanges from version 1.15.11:\n\n + Dependencies:\n\n - In distributions that compile Flatpak to use a separate\n xdg-dbus-proxy executable, version 0.1.6 is recommended (but\n not required).\n - The minimum xdg-dbus-proxy continues to be 0.1.0.\n\n + Enhancements:\n\n - Allow applications like WebKit to connect the AT-SPI\n accessibility tree of processes in a sub-sandbox with the\n tree in the main process.\n . New sandboxing parameter flatpak run --a11y-own-name, which\n is like --own-name but for the accessibility bus.\n . flatpak-portal API v7: add new sandbox-a11y-own-names\n option, which accepts names matching ${FLATPAK_ID}.*\n . Apps may call the org.a11y.atspi.Socket.Embedded method on\n names matching ${FLATPAK_ID}.Sandboxed.* by default\n . flatpak run -vv $app_id shows all applicable sandboxing\n parameters and their source, including overrides, as debug\n messages\n - Introduce USB device listing\n . Apps can list which USB devices they want to access ahead\n of time by using the --usb parameter. Check the manpages\n for the more information about the accepted syntax.\n . Denying access to USB devices is also possible with the\n --no-usb parameter. The syntax is equal to --usb.\n . Both options merely store metadata, and aren\u0027t used by\n Flatpak itself. This metadata is intended to be used by the\n (as of now, still in progress) USB portal to decide which\n devices the app can enumerate and request access.\n - Add support for KDE search completion\n - Use the instance id of the Flatpak app as part of the cgroup\n name. This better matches the naming conventions for cgroup.\n\n + Bug fixes:\n\n - Update libglnx to 2024-08-23\n - fix build in environments that use -Werror=return-type, such\n as openSUSE Tumbleweed\n - add a fallback definition for G_PID_FORMAT with older GLib\n - avoid warnings for g_steal_fd() with newer GLib\n - improve compatibility of g_closefrom() backport with newer\n GLib\n - Update meson wrap file for xdg-dbus-proxy to version 0.1.6:\n - compatibility with D-Bus implementations that pipeline the\n authentication handshake, such as sd-bus and zbus\n - compatibility with D-Bus implementations that use\n non-consecutive serial numbers, such as godbus and zbus\n - broadcast signals can be allowed without having to add TALK\n permission\n - fix memory leaks\n\n + Internal changes:\n\n - Better const-correctness\n - Fix a shellcheck warning in the tests\n\n- add weak dep on p11-kit-server for certificate transfer (boo#1188902)\n- disable parental controls for now by using \u0027-Dmalcontent=disabled\u0027, to work around\n issues with xdg-desktop-portal\n\nUpdate to version 1.14.10:\n\n + Dependencies: In distributions that compile Flatpak to use a\n separate bubblewrap (bwrap) executable, either version 0.10.0,\n version 0.6.x \u2265 0.6.3, or a version with a backport of the\n --bind-fd option is required. These versions add a new feature\n which is required by the security fix in this release.\n + Security fixes: Don\u0027t follow symbolic links when mounting\n persistent directories (--persist option). This prevents a\n sandbox escape where a malicious or compromised app could edit\n the symlink to point to a directory that the app should not have\n been allowed to read or write. (bsc#1229157, CVE-2024-42472,\n GHSA-7hgv-f2j8-xw87)\n + Documentation: Mark the 1.12.x and 1.10.x branches as\n end-of-life (#5352)\n + Version 1.14.9 was not released due to an incompatibility with\n older versions of GLib. Version 1.14.10 replaces it.\n\nUpdate to version 1.14.8:\n\n + No changes. This release is rolling out to correct mismatching\n submodule versions in the release tarball.\n\nUpdate to version 1.14.7:\n\n + New features: Automatically reload D-Bus session bus\n configuration after installing or upgrading apps, to pick up\n any exported D-Bus services (#3342)\n + Bug fixes:\n - Expand the list of environment variables that Flatpak apps do\n not inherit from the host system (#5765, #5785)\n - Don\u0027t refuse to start apps when there is no D-Bus system bus\n available (#5076)\n - Don\u0027t try to repeat migration of apps whose data was migrated\n to a new name and then deleted (#5668)\n - Fix warnings from newer GLib versions (#5660)\n - Always set the container environment variable (#5610)\n - In flatpak ps, add xdg-desktop-portal-gnome to the list of\n backends we\u0027ll use to learn which apps are running in the\n background (#5729)\n - Avoid leaking a temporary variable from\n /etc/profile.d/flatpak.sh into the shell environment (#5574)\n - Avoid undefined behaviour of signed left-shift when storing\n object IDs in a hash table (#5738)\n - Fix Docbook validity in documentation (#5719)\n - Skip more tests when FUSE isn\u0027t available (#5611)\n - Fix a misleading comment in the test for CVE-2024-32462\n (#5779)\n + Internal changes:\n - Fix Github Workflows recipes\n\nUpdate to version 1.14.6:\n\n + Security fixes:\n - Don\u0027t allow an executable name to be misinterpreted as a\n command-line option for bwrap(1). This prevents a sandbox\n escape where a malicious or compromised app could ask\n xdg-desktop-portal to generate a .desktop file with access\n to files outside the sandbox. (CVE-2024-32462, bsc#1223110)\n + Other bug fixes:\n - Don\u0027t parse \u003cdeveloper\u003e\u003cname/\u003e\u003c/developer\u003e as the application\n name (#5700)\n\nbubblewrap changes:\n\nUpdate to 0.11.0:\n\n * New --overlay, --tmp-overlay, --ro-overlay and --overlay-src\n options allow creation of overlay mounts. This feature is not\n available when bubblewrap is installed setuid.\n * New --level-prefix option produces output that can be parsed\n by tools like logger --prio-prefix and\n systemd-cat --level-prefix=1\n * bug fixes and developer visible changes\n\nUpdate to version v0.10.0:\n\n * New features: Add the --[ro-]bind-fd option, which can be used\n to mount a filesystem represented by a file descriptor without\n time-of-check/time-of-use attacks. This is needed when\n resolving security issue in Flatpak.\n (CVE-2024-42472, bsc#1229157)\n * Other changes: Fix some confusing syntax in SetupOpFlag (no\n functional change).\n\nUpdate to v0.9.0:\n\n * Build system changed to Meson from Autotools\n * Add --argv0\n https://github.com/containers/bubblewrap/issues/91\n * --symlink is now idempotent, meaning it succeeds if the symlink\n already exists and already has the desired target \n * Clarify security considerations in documentation\n * Clarify documentation for --cap-add\n * Report a better error message if mount(2) fails with ENOSPC\n * Fix a double-close on error reading from --args, --seccomp or\n --add-seccomp-fd argument\n * Improve memory allocation behaviour\n\nwayland-protocols was changed:\n\nUpdate to version 1.36:\n\n * xdg-dialog: fix missing namespace in protocol name\n\nChanges from version 1.35:\n\n * cursor-shape-v1: Does not advertises the list of supported cursors\n * xdg-shell: add missing enum attribute to set_constraint_adjustment\n * xdg-shell: recommend against drawing decorations when tiled\n * tablet-v2: mark as stable\n * staging: add alpha-modifier protocol\n\nUpdate to 1.36:\n\n * Fix to the xdg dialog protocol\n * tablet-v2 protocol is now stable\n * alpha-modifier: new protocol\n * Bug fix to the cursor shape documentation\n * The xdg-shell protocol now also explicitly recommends against\n drawing decorations outside of the window geometry when tiled\n\nUpdate to 1.34:\n\n * xdg-dialog: new protocol\n * xdg-toplevel-drag: new protocol\n * Fix typo in ext-foreign-toplevel-list-v1\n * tablet-v2: clarify that name/id events are optional\n * linux-drm-syncobj-v1: new protocol\n * linux-explicit-synchronization-v1: add linux-drm-syncobj note\n\nUpdate to version 1.33:\n\n * xdg-shell: Clarify what a toplevel by default includes\n * linux-dmabuf: sync changes from unstable to stable\n * linux-dmabuf: require all planes to use the same modifier\n * presentation-time: stop referring to Linux/glibc\n * security-context-v1: Make sandbox engine names use reverse-DNS\n * xdg-decoration: remove ambiguous wording in configure event\n * xdg-decoration: fix configure event summary\n * linux-dmabuf: mark as stable\n * linux-dmabuf: add note about implicit sync\n * security-context-v1: Document what can be done with the open\n sockets\n * security-context-v1: Document out of band metadata for flatpak\n\n- Use gcc11 in SLE15 in order to fix a ppc64le test that was\n failing when built with gcc7 (boo#1216320)\n\nUpdate to version 1.32:\n\n * ext-foreign-toplevel-list: new protocol\n * cursor-shape-v1: new protocol\n * security-context-v1: new protocol\n * xdg-shell: add suspended toplevel state\n * Apart from these new additions, this release also brings the\n usual clarifications, cleanups and fixes.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-145,SUSE-SLE-Module-Basesystem-15-SP6-2025-145,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-145,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-145,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-145,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-145,openSUSE-SLE-15.6-2025-145", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_0145-1.json" }, { "category": "self", "summary": "URL for SUSE-RU-2025:0145-1", "url": "https://www.suse.com/support/update/announcement//suse-ru-20250145-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-RU-2025:0145-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-January/038111.html" }, { "category": "self", "summary": "SUSE Bug 1188902", "url": "https://bugzilla.suse.com/1188902" }, { "category": "self", "summary": "SUSE Bug 1212476", "url": "https://bugzilla.suse.com/1212476" }, { "category": "self", "summary": "SUSE Bug 1216320", "url": "https://bugzilla.suse.com/1216320" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32462 page", "url": "https://www.suse.com/security/cve/CVE-2024-32462/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "Recommended update for bubblewrap, flatpak, wayland-protocols", "tracking": { "current_release_date": "2025-01-16T14:27:33Z", "generator": { "date": "2025-01-16T14:27:33Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-RU-2025:0145-1", "initial_release_date": "2025-01-16T14:27:33Z", "revision_history": [ { "date": "2025-01-16T14:27:33Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "product_id": "bubblewrap-0.11.0-150500.3.9.1.aarch64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.aarch64", "product": { "name": "flatpak-1.16.0-150600.3.6.1.aarch64", "product_id": "flatpak-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "product_id": "libflatpak0-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.aarch64", "product": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64", "product_id": "flatpak-1.16.0-150500.3.15.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "product_id": "libflatpak0-1.16.0-150500.3.15.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.i586", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.i586", "product_id": "bubblewrap-0.11.0-150500.3.9.1.i586" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.i586", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.i586", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.i586" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.i586", "product": { "name": "flatpak-1.16.0-150600.3.6.1.i586", "product_id": "flatpak-1.16.0-150600.3.6.1.i586" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.i586", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.i586", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.i586" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.i586", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.i586", "product_id": "libflatpak0-1.16.0-150600.3.6.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.i586", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.i586", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "product": { "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "product_id": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "product": { "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "product_id": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch" } }, { "category": "product_version", "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "product": { "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "product_id": "system-user-flatpak-1.16.0-150600.3.6.1.noarch" } }, { "category": "product_version", "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "product": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "product_id": "wayland-protocols-devel-1.36-150500.3.3.1.noarch" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "product": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "product_id": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "product": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "product_id": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" } }, { "category": "product_version", "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "product": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "product_id": "system-user-flatpak-1.16.0-150500.3.15.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "product_id": "bubblewrap-0.11.0-150500.3.9.1.ppc64le" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "flatpak-1.16.0-150600.3.6.1.ppc64le", "product_id": "flatpak-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "product_id": "libflatpak0-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "flatpak-1.16.0-150500.3.15.1.ppc64le", "product_id": "flatpak-1.16.0-150500.3.15.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "product_id": "libflatpak0-1.16.0-150500.3.15.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.s390x", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x", "product_id": "bubblewrap-0.11.0-150500.3.9.1.s390x" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.s390x", "product": { "name": "flatpak-1.16.0-150600.3.6.1.s390x", "product_id": "flatpak-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.s390x", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.s390x", "product_id": "libflatpak0-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.s390x", "product": { "name": "flatpak-1.16.0-150500.3.15.1.s390x", "product_id": "flatpak-1.16.0-150500.3.15.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.s390x", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.s390x", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.s390x", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.s390x", "product_id": "libflatpak0-1.16.0-150500.3.15.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "product": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "product_id": "bubblewrap-0.11.0-150500.3.9.1.x86_64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "product": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "product_id": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150600.3.6.1.x86_64", "product": { "name": "flatpak-1.16.0-150600.3.6.1.x86_64", "product_id": "flatpak-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "product": { "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "product_id": "flatpak-devel-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "product": { "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "product_id": "libflatpak0-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.16.0-150500.3.15.1.x86_64", "product": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64", "product_id": "flatpak-1.16.0-150500.3.15.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "product": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "product_id": "flatpak-devel-1.16.0-150500.3.15.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "product": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "product_id": "libflatpak0-1.16.0-150500.3.15.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150500.3.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150500.3.15.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "wayland-protocols-devel-1.36-150500.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch" }, "product_reference": "wayland-protocols-devel-1.36-150500.3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.11.0-150500.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "flatpak-devel-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch" }, "product_reference": "flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "libflatpak0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.16.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch" }, "product_reference": "system-user-flatpak-1.16.0-150600.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32462", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32462" } ], "notes": [ { "category": "general", "text": "Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. in versions before 1.10.9, 1.12.9, 1.14.6, and 1.15.8, a malicious or compromised Flatpak app could execute arbitrary code outside its sandbox. Normally, the `--command` argument of `flatpak run` expects to be given a command to run in the specified Flatpak app, optionally along with some arguments. However it is possible to instead pass `bwrap` arguments to `--command=`, such as `--bind`. It\u0027s possible to pass an arbitrary `commandline` to the portal interface `org.freedesktop.portal.Background.RequestBackground` from within a Flatpak app. When this is converted into a `--command` and arguments, it achieves the same effect of passing arguments directly to `bwrap`, and thus can be used for a sandbox escape. The solution is to pass the `--` argument to `bwrap`, which makes it stop processing options. This has been supported since bubblewrap 0.3.0. All supported versions of Flatpak require at least that version of bubblewrap. xdg-desktop-portal version 1.18.4 will mitigate this vulnerability by only allowing Flatpak apps to create .desktop files for commands that do not start with --. The vulnerability is patched in 1.15.8, 1.10.9, 1.12.9, and 1.14.6.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32462", "url": "https://www.suse.com/security/cve/CVE-2024-32462" }, { "category": "external", "summary": "SUSE Bug 1223110 for CVE-2024-32462", "url": "https://bugzilla.suse.com/1223110" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T14:27:33Z", "details": "important" } ], "title": "CVE-2024-32462" }, { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-devel-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-remote-flathub-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:flatpak-zsh-completion-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libflatpak0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:system-user-flatpak-1.16.0-150500.3.15.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Flatpak-1_0-1.16.0-150500.3.15.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:wayland-protocols-devel-1.36-150500.3.3.1.noarch", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.aarch64", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.ppc64le", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.s390x", "openSUSE Leap 15.6:bubblewrap-zsh-completion-0.11.0-150500.3.9.1.x86_64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:flatpak-devel-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:flatpak-remote-flathub-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:flatpak-zsh-completion-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:libflatpak0-1.16.0-150600.3.6.1.x86_64", "openSUSE Leap 15.6:system-user-flatpak-1.16.0-150600.3.6.1.noarch", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Flatpak-1_0-1.16.0-150600.3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T14:27:33Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
suse-su-2024:3174-1
Vulnerability from csaf_suse
Published
2024-09-09 10:58
Modified
2024-09-09 10:58
Summary
Security update for bubblewrap and flatpak
Notes
Title of the patch
Security update for bubblewrap and flatpak
Description of the patch
This update for bubblewrap and flatpak fixes the following issues:
- CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157)
Patchnames
SUSE-2024-3174,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3174,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3174,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3174,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3174,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3174,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3174,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3174,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3174,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3174,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3174,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3174,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3174,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3174,SUSE-Storage-7.1-2024-3174
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for bubblewrap and flatpak", "title": "Title of the patch" }, { "category": "description", "text": "This update for bubblewrap and flatpak fixes the following issues:\n\n- CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3174,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3174,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3174,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3174,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3174,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3174,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3174,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3174,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3174,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3174,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3174,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3174,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3174,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3174,SUSE-Storage-7.1-2024-3174", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3174-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3174-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243174-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3174-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019388.html" }, { "category": "self", "summary": "SUSE Bug 1229157", "url": "https://bugzilla.suse.com/1229157" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "Security update for bubblewrap and flatpak", "tracking": { "current_release_date": "2024-09-09T10:58:39Z", "generator": { "date": "2024-09-09T10:58:39Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3174-1", "initial_release_date": "2024-09-09T10:58:39Z", "revision_history": [ { "date": "2024-09-09T10:58:39Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "product": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "product_id": "bubblewrap-0.4.1-150200.3.3.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.10.8-150200.4.21.1.aarch64", "product": { "name": "flatpak-1.10.8-150200.4.21.1.aarch64", "product_id": "flatpak-1.10.8-150200.4.21.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "product": { "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "product_id": "flatpak-devel-1.10.8-150200.4.21.1.aarch64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "product": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "product_id": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "product": { "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "product_id": "libflatpak0-1.10.8-150200.4.21.1.aarch64" } }, { "category": "product_version", "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "product": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "product_id": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.12.8-150400.3.9.1.aarch64", "product": { "name": "flatpak-1.12.8-150400.3.9.1.aarch64", "product_id": "flatpak-1.12.8-150400.3.9.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.12.8-150400.3.9.1.aarch64", "product": { "name": "flatpak-devel-1.12.8-150400.3.9.1.aarch64", "product_id": "flatpak-devel-1.12.8-150400.3.9.1.aarch64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "product": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "product_id": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.12.8-150400.3.9.1.aarch64", "product": { "name": "libflatpak0-1.12.8-150400.3.9.1.aarch64", "product_id": "libflatpak0-1.12.8-150400.3.9.1.aarch64" } }, { "category": "product_version", "name": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "product": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "product_id": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.4.1-150200.3.3.1.i586", "product": { "name": "bubblewrap-0.4.1-150200.3.3.1.i586", "product_id": "bubblewrap-0.4.1-150200.3.3.1.i586" } }, { "category": "product_version", "name": "flatpak-1.10.8-150200.4.21.1.i586", "product": { "name": "flatpak-1.10.8-150200.4.21.1.i586", "product_id": "flatpak-1.10.8-150200.4.21.1.i586" } }, { "category": "product_version", "name": "flatpak-devel-1.10.8-150200.4.21.1.i586", "product": { "name": "flatpak-devel-1.10.8-150200.4.21.1.i586", "product_id": "flatpak-devel-1.10.8-150200.4.21.1.i586" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.i586", "product": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.i586", "product_id": "flatpak-zsh-completion-1.10.8-150200.4.21.1.i586" } }, { "category": "product_version", "name": "libflatpak0-1.10.8-150200.4.21.1.i586", "product": { "name": "libflatpak0-1.10.8-150200.4.21.1.i586", "product_id": "libflatpak0-1.10.8-150200.4.21.1.i586" } }, { "category": "product_version", "name": "system-user-flatpak-1.10.8-150200.4.21.1.i586", "product": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.i586", "product_id": "system-user-flatpak-1.10.8-150200.4.21.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.i586", "product": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.i586", "product_id": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "product": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "product_id": "bubblewrap-0.4.1-150200.3.3.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.10.8-150200.4.21.1.ppc64le", "product": { "name": "flatpak-1.10.8-150200.4.21.1.ppc64le", "product_id": "flatpak-1.10.8-150200.4.21.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "product": { "name": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "product_id": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "product": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "product_id": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.10.8-150200.4.21.1.ppc64le", "product": { "name": "libflatpak0-1.10.8-150200.4.21.1.ppc64le", "product_id": "libflatpak0-1.10.8-150200.4.21.1.ppc64le" } }, { "category": "product_version", "name": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "product": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "product_id": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.12.8-150400.3.9.1.ppc64le", "product": { "name": "flatpak-1.12.8-150400.3.9.1.ppc64le", "product_id": "flatpak-1.12.8-150400.3.9.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "product": { "name": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "product_id": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "product": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "product_id": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.12.8-150400.3.9.1.ppc64le", "product": { "name": "libflatpak0-1.12.8-150400.3.9.1.ppc64le", "product_id": "libflatpak0-1.12.8-150400.3.9.1.ppc64le" } }, { "category": "product_version", "name": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "product": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "product_id": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.4.1-150200.3.3.1.s390x", "product": { "name": "bubblewrap-0.4.1-150200.3.3.1.s390x", "product_id": "bubblewrap-0.4.1-150200.3.3.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.10.8-150200.4.21.1.s390x", "product": { "name": "flatpak-1.10.8-150200.4.21.1.s390x", "product_id": "flatpak-1.10.8-150200.4.21.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.10.8-150200.4.21.1.s390x", "product": { "name": "flatpak-devel-1.10.8-150200.4.21.1.s390x", "product_id": "flatpak-devel-1.10.8-150200.4.21.1.s390x" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "product": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "product_id": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.10.8-150200.4.21.1.s390x", "product": { "name": "libflatpak0-1.10.8-150200.4.21.1.s390x", "product_id": "libflatpak0-1.10.8-150200.4.21.1.s390x" } }, { "category": "product_version", "name": "system-user-flatpak-1.10.8-150200.4.21.1.s390x", "product": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.s390x", "product_id": "system-user-flatpak-1.10.8-150200.4.21.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.12.8-150400.3.9.1.s390x", "product": { "name": "flatpak-1.12.8-150400.3.9.1.s390x", "product_id": "flatpak-1.12.8-150400.3.9.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.12.8-150400.3.9.1.s390x", "product": { "name": "flatpak-devel-1.12.8-150400.3.9.1.s390x", "product_id": "flatpak-devel-1.12.8-150400.3.9.1.s390x" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x", "product": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x", "product_id": "flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.12.8-150400.3.9.1.s390x", "product": { "name": "libflatpak0-1.12.8-150400.3.9.1.s390x", "product_id": "libflatpak0-1.12.8-150400.3.9.1.s390x" } }, { "category": "product_version", "name": "system-user-flatpak-1.12.8-150400.3.9.1.s390x", "product": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.s390x", "product_id": "system-user-flatpak-1.12.8-150400.3.9.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "product": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "product_id": "bubblewrap-0.4.1-150200.3.3.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.10.8-150200.4.21.1.x86_64", "product": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64", "product_id": "flatpak-1.10.8-150200.4.21.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "product": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "product_id": "flatpak-devel-1.10.8-150200.4.21.1.x86_64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "product": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "product_id": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "product": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "product_id": "libflatpak0-1.10.8-150200.4.21.1.x86_64" } }, { "category": "product_version", "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "product": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "product_id": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.12.8-150400.3.9.1.x86_64", "product": { "name": "flatpak-1.12.8-150400.3.9.1.x86_64", "product_id": "flatpak-1.12.8-150400.3.9.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.12.8-150400.3.9.1.x86_64", "product": { "name": "flatpak-devel-1.12.8-150400.3.9.1.x86_64", "product_id": "flatpak-devel-1.12.8-150400.3.9.1.x86_64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "product": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "product_id": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.12.8-150400.3.9.1.x86_64", "product": { "name": "libflatpak0-1.12.8-150400.3.9.1.x86_64", "product_id": "libflatpak0-1.12.8-150400.3.9.1.x86_64" } }, { "category": "product_version", "name": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "product": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "product_id": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.s390x" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.s390x" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.s390x" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.s390x" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.s390x" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.s390x" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-devel-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "libflatpak0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.s390x" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.aarch64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.4.1-150200.3.3.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.x86_64" }, "product_reference": "bubblewrap-0.4.1-150200.3.3.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.10.8-150200.4.21.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-devel-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "libflatpak0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Enterprise Storage 7.1:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-devel-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:flatpak-zsh-completion-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libflatpak0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:system-user-flatpak-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Flatpak-1_0-1.10.8-150200.4.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-devel-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:flatpak-zsh-completion-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libflatpak0-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:system-user-flatpak-1.12.8-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Flatpak-1_0-1.12.8-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.ppc64le", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.s390x", "SUSE Manager Server 4.3:bubblewrap-0.4.1-150200.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-09T10:58:39Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
suse-su-2024:3073-1
Vulnerability from csaf_suse
Published
2024-09-02 14:13
Modified
2024-09-02 14:13
Summary
Security update for bubblewrap and flatpak
Notes
Title of the patch
Security update for bubblewrap and flatpak
Description of the patch
This update for bubblewrap and flatpak fixes the following issues:
- CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157)
Patchnames
SUSE-2024-3073,SUSE-SLE-SERVER-12-SP5-2024-3073
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for bubblewrap and flatpak", "title": "Title of the patch" }, { "category": "description", "text": "This update for bubblewrap and flatpak fixes the following issues:\n\n- CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3073,SUSE-SLE-SERVER-12-SP5-2024-3073", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3073-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3073-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243073-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3073-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036729.html" }, { "category": "self", "summary": "SUSE Bug 1229157", "url": "https://bugzilla.suse.com/1229157" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "Security update for bubblewrap and flatpak", "tracking": { "current_release_date": "2024-09-02T14:13:53Z", "generator": { "date": "2024-09-02T14:13:53Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3073-1", "initial_release_date": "2024-09-02T14:13:53Z", "revision_history": [ { "date": "2024-09-02T14:13:53Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "bubblewrap-0.3.3-3.3.1.aarch64", "product": { "name": "bubblewrap-0.3.3-3.3.1.aarch64", "product_id": "bubblewrap-0.3.3-3.3.1.aarch64" } }, { "category": "product_version", "name": "flatpak-1.4.2-3.9.1.aarch64", "product": { "name": "flatpak-1.4.2-3.9.1.aarch64", "product_id": "flatpak-1.4.2-3.9.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.4.2-3.9.1.aarch64", "product": { "name": "flatpak-devel-1.4.2-3.9.1.aarch64", "product_id": "flatpak-devel-1.4.2-3.9.1.aarch64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.4.2-3.9.1.aarch64", "product": { "name": "flatpak-zsh-completion-1.4.2-3.9.1.aarch64", "product_id": "flatpak-zsh-completion-1.4.2-3.9.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.4.2-3.9.1.aarch64", "product": { "name": "libflatpak0-1.4.2-3.9.1.aarch64", "product_id": "libflatpak0-1.4.2-3.9.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.3.3-3.3.1.i586", "product": { "name": "bubblewrap-0.3.3-3.3.1.i586", "product_id": "bubblewrap-0.3.3-3.3.1.i586" } }, { "category": "product_version", "name": "flatpak-1.4.2-3.9.1.i586", "product": { "name": "flatpak-1.4.2-3.9.1.i586", "product_id": "flatpak-1.4.2-3.9.1.i586" } }, { "category": "product_version", "name": "flatpak-devel-1.4.2-3.9.1.i586", "product": { "name": "flatpak-devel-1.4.2-3.9.1.i586", "product_id": "flatpak-devel-1.4.2-3.9.1.i586" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.4.2-3.9.1.i586", "product": { "name": "flatpak-zsh-completion-1.4.2-3.9.1.i586", "product_id": "flatpak-zsh-completion-1.4.2-3.9.1.i586" } }, { "category": "product_version", "name": "libflatpak0-1.4.2-3.9.1.i586", "product": { "name": "libflatpak0-1.4.2-3.9.1.i586", "product_id": "libflatpak0-1.4.2-3.9.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.i586", "product": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.i586", "product_id": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.3.3-3.3.1.ppc64le", "product": { "name": "bubblewrap-0.3.3-3.3.1.ppc64le", "product_id": "bubblewrap-0.3.3-3.3.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-1.4.2-3.9.1.ppc64le", "product": { "name": "flatpak-1.4.2-3.9.1.ppc64le", "product_id": "flatpak-1.4.2-3.9.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.4.2-3.9.1.ppc64le", "product": { "name": "flatpak-devel-1.4.2-3.9.1.ppc64le", "product_id": "flatpak-devel-1.4.2-3.9.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.4.2-3.9.1.ppc64le", "product": { "name": "flatpak-zsh-completion-1.4.2-3.9.1.ppc64le", "product_id": "flatpak-zsh-completion-1.4.2-3.9.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.4.2-3.9.1.ppc64le", "product": { "name": "libflatpak0-1.4.2-3.9.1.ppc64le", "product_id": "libflatpak0-1.4.2-3.9.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.3.3-3.3.1.s390", "product": { "name": "bubblewrap-0.3.3-3.3.1.s390", "product_id": "bubblewrap-0.3.3-3.3.1.s390" } }, { "category": "product_version", "name": "flatpak-1.4.2-3.9.1.s390", "product": { "name": "flatpak-1.4.2-3.9.1.s390", "product_id": "flatpak-1.4.2-3.9.1.s390" } }, { "category": "product_version", "name": "flatpak-devel-1.4.2-3.9.1.s390", "product": { "name": "flatpak-devel-1.4.2-3.9.1.s390", "product_id": "flatpak-devel-1.4.2-3.9.1.s390" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.4.2-3.9.1.s390", "product": { "name": "flatpak-zsh-completion-1.4.2-3.9.1.s390", "product_id": "flatpak-zsh-completion-1.4.2-3.9.1.s390" } }, { "category": "product_version", "name": "libflatpak0-1.4.2-3.9.1.s390", "product": { "name": "libflatpak0-1.4.2-3.9.1.s390", "product_id": "libflatpak0-1.4.2-3.9.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390", "product": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390", "product_id": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.3.3-3.3.1.s390x", "product": { "name": "bubblewrap-0.3.3-3.3.1.s390x", "product_id": "bubblewrap-0.3.3-3.3.1.s390x" } }, { "category": "product_version", "name": "flatpak-1.4.2-3.9.1.s390x", "product": { "name": "flatpak-1.4.2-3.9.1.s390x", "product_id": "flatpak-1.4.2-3.9.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.4.2-3.9.1.s390x", "product": { "name": "flatpak-devel-1.4.2-3.9.1.s390x", "product_id": "flatpak-devel-1.4.2-3.9.1.s390x" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.4.2-3.9.1.s390x", "product": { "name": "flatpak-zsh-completion-1.4.2-3.9.1.s390x", "product_id": "flatpak-zsh-completion-1.4.2-3.9.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.4.2-3.9.1.s390x", "product": { "name": "libflatpak0-1.4.2-3.9.1.s390x", "product_id": "libflatpak0-1.4.2-3.9.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.3.3-3.3.1.x86_64", "product": { "name": "bubblewrap-0.3.3-3.3.1.x86_64", "product_id": "bubblewrap-0.3.3-3.3.1.x86_64" } }, { "category": "product_version", "name": "flatpak-1.4.2-3.9.1.x86_64", "product": { "name": "flatpak-1.4.2-3.9.1.x86_64", "product_id": "flatpak-1.4.2-3.9.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.4.2-3.9.1.x86_64", "product": { "name": "flatpak-devel-1.4.2-3.9.1.x86_64", "product_id": "flatpak-devel-1.4.2-3.9.1.x86_64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.4.2-3.9.1.x86_64", "product": { "name": "flatpak-zsh-completion-1.4.2-3.9.1.x86_64", "product_id": "flatpak-zsh-completion-1.4.2-3.9.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.4.2-3.9.1.x86_64", "product": { "name": "libflatpak0-1.4.2-3.9.1.x86_64", "product_id": "libflatpak0-1.4.2-3.9.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64" }, "product_reference": "bubblewrap-0.3.3-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.3.3-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.s390x" }, "product_reference": "bubblewrap-0.3.3-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64" }, "product_reference": "bubblewrap-0.3.3-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.aarch64" }, "product_reference": "flatpak-1.4.2-3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.ppc64le" }, "product_reference": "flatpak-1.4.2-3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.s390x" }, "product_reference": "flatpak-1.4.2-3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.x86_64" }, "product_reference": "flatpak-1.4.2-3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64" }, "product_reference": "libflatpak0-1.4.2-3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le" }, "product_reference": "libflatpak0-1.4.2-3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.s390x" }, "product_reference": "libflatpak0-1.4.2-3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64" }, "product_reference": "libflatpak0-1.4.2-3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64" }, "product_reference": "bubblewrap-0.3.3-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le" }, "product_reference": "bubblewrap-0.3.3-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.s390x" }, "product_reference": "bubblewrap-0.3.3-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.3.3-3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64" }, "product_reference": "bubblewrap-0.3.3-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.aarch64" }, "product_reference": "flatpak-1.4.2-3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.ppc64le" }, "product_reference": "flatpak-1.4.2-3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.s390x" }, "product_reference": "flatpak-1.4.2-3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.4.2-3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.x86_64" }, "product_reference": "flatpak-1.4.2-3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64" }, "product_reference": "libflatpak0-1.4.2-3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le" }, "product_reference": "libflatpak0-1.4.2-3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.s390x" }, "product_reference": "libflatpak0-1.4.2-3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.4.2-3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64" }, "product_reference": "libflatpak0-1.4.2-3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.s390x", "SUSE Linux Enterprise Server 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:flatpak-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:bubblewrap-0.3.3-3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:flatpak-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libflatpak0-1.4.2-3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:typelib-1_0-Flatpak-1_0-1.4.2-3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-02T14:13:53Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
wid-sec-w-2025-0794
Vulnerability from csaf_certbund
Published
2025-04-13 22:00
Modified
2025-06-04 22:00
Summary
Juniper Junos Space: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen für das Netzwerkmanagement beinhaltet.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um seine Privilegien zu erhöhen, um einen Denial of Service Zustand herbeizuführen und um andere, nicht näher spezifizierte Auswirkungen zu erzielen.
Betroffene Betriebssysteme
- Juniper Appliance
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen f\u00fcr das Netzwerkmanagement beinhaltet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um seine Privilegien zu erh\u00f6hen, um einen Denial of Service Zustand herbeizuf\u00fchren und um andere, nicht n\u00e4her spezifizierte Auswirkungen zu erzielen.", "title": "Angriff" }, { "category": "general", "text": "- Juniper Appliance", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-0794 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0794.json" }, { "category": "self", "summary": "WID-SEC-2025-0794 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0794" }, { "category": "external", "summary": "Juniper Security Bulletin JSA96447 vom 2025-04-09", "url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-24-1R3-release?language=en_US" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20047-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021306.html" } ], "source_lang": "en-US", "title": "Juniper Junos Space: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-06-04T22:00:00.000+00:00", "generator": { "date": "2025-06-05T06:16:59.318+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2025-0794", "initial_release_date": "2025-04-13T22:00:00.000+00:00", "revision_history": [ { "date": "2025-04-13T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-06-04T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c24.1R3", "product": { "name": "Juniper Junos Space \u003c24.1R3", "product_id": "T042758" } }, { "category": "product_version", "name": "24.1R3", "product": { "name": "Juniper Junos Space 24.1R3", "product_id": "T042758-fixed", "product_identification_helper": { "cpe": "cpe:/a:juniper:junos_space:24.1r3" } } } ], "category": "product_name", "name": "Junos Space" } ], "category": "vendor", "name": "Juniper" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-47596", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2021-47596" }, { "cve": "CVE-2022-24808", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2022-24808" }, { "cve": "CVE-2022-39253", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2022-39253" }, { "cve": "CVE-2023-28746", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2023-28746" }, { "cve": "CVE-2023-48161", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2023-48161" }, { "cve": "CVE-2023-6597", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-1737", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-1737" }, { "cve": "CVE-2024-1975", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-1975" }, { "cve": "CVE-2024-21208", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21208" }, { "cve": "CVE-2024-21210", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21210" }, { "cve": "CVE-2024-21217", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21217" }, { "cve": "CVE-2024-21235", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21235" }, { "cve": "CVE-2024-21823", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21823" }, { "cve": "CVE-2024-23271", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-23271" }, { "cve": "CVE-2024-26735", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-26735" }, { "cve": "CVE-2024-26852", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-26852" }, { "cve": "CVE-2024-26993", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-26993" }, { "cve": "CVE-2024-27052", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27052" }, { "cve": "CVE-2024-27820", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27820" }, { "cve": "CVE-2024-27838", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27838" }, { "cve": "CVE-2024-27851", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27851" }, { "cve": "CVE-2024-28182", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-28182" }, { "cve": "CVE-2024-2961", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-32002", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32002" }, { "cve": "CVE-2024-32004", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32004" }, { "cve": "CVE-2024-32020", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32020" }, { "cve": "CVE-2024-32021", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32021" }, { "cve": "CVE-2024-32465", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32465" }, { "cve": "CVE-2024-33599", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33602" }, { "cve": "CVE-2024-35845", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-35845" }, { "cve": "CVE-2024-35899", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-35899" }, { "cve": "CVE-2024-3651", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-3651" }, { "cve": "CVE-2024-3652", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-3652" }, { "cve": "CVE-2024-36971", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-36971" }, { "cve": "CVE-2024-39487", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-39487" }, { "cve": "CVE-2024-4076", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-4076" }, { "cve": "CVE-2024-40782", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40782" }, { "cve": "CVE-2024-40789", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40789" }, { "cve": "CVE-2024-40866", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40866" }, { "cve": "CVE-2024-40954", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40954" }, { "cve": "CVE-2024-40958", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40958" }, { "cve": "CVE-2024-42284", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-42284" }, { "cve": "CVE-2024-42472", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-42472" }, { "cve": "CVE-2024-44187", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-44187" }, { "cve": "CVE-2024-6232", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-6232" }, { "cve": "CVE-2024-7006", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-7006" } ] }
wid-sec-w-2024-2059
Vulnerability from csaf_certbund
Published
2024-09-04 22:00
Modified
2025-03-31 22:00
Summary
Red Hat Enterprise Linux (flatpak): Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um Sicherheitsvorkehrungen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-2059 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-2059.json" }, { "category": "self", "summary": "WID-SEC-2024-2059 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-2059" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-09-04", "url": "https://access.redhat.com/errata/RHSA-2024:6355" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-09-04", "url": "https://access.redhat.com/errata/RHSA-2024:6356" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-09-04", "url": "https://access.redhat.com/errata/RHSA-2024:6357" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6356 vom 2024-09-05", "url": "https://linux.oracle.com/errata/ELSA-2024-6356.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6418 vom 2024-09-05", "url": "https://access.redhat.com/errata/RHSA-2024:6418" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6419 vom 2024-09-05", "url": "https://access.redhat.com/errata/RHSA-2024:6419" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6420 vom 2024-09-05", "url": "https://access.redhat.com/errata/RHSA-2024:6420" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6421 vom 2024-09-05", "url": "https://access.redhat.com/errata/RHSA-2024:6421" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6422 vom 2024-09-05", "url": "https://access.redhat.com/errata/RHSA-2024:6422" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6422 vom 2024-09-05", "url": "https://linux.oracle.com/errata/ELSA-2024-6422.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6417 vom 2024-09-05", "url": "https://access.redhat.com/errata/RHSA-2024:6417" }, { "category": "external", "summary": "IBM Security Bulletin 7168815 vom 2024-09-18", "url": "https://www.ibm.com/support/pages/node/7168815" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7046-1 vom 2024-09-30", "url": "https://ubuntu.com/security/notices/USN-7046-1" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6417 vom 2024-10-03", "url": "http://linux.oracle.com/errata/ELSA-2024-6417.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202411-02 vom 2024-11-06", "url": "https://security.gentoo.org/glsa/202411-02" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9449 vom 2024-11-12", "url": "https://access.redhat.com/errata/RHSA-2024:9449" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:9449 vom 2024-11-19", "url": "https://errata.build.resf.org/RLSA-2024:9449" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-9449 vom 2024-11-19", "url": "https://linux.oracle.com/errata/ELSA-2024-9449.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2712 vom 2024-12-20", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2712.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-4099 vom 2025-03-31", "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00025.html" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (flatpak): Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen", "tracking": { "current_release_date": "2025-03-31T22:00:00.000+00:00", "generator": { "date": "2025-04-01T08:11:39.124+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2024-2059", "initial_release_date": "2024-09-04T22:00:00.000+00:00", "revision_history": [ { "date": "2024-09-04T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-09-05T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-09-17T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-09-30T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-10-03T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-11-06T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-11-11T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-11-19T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Rocky Enterprise Software Foundation und Oracle Linux aufgenommen" }, { "date": "2024-12-19T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-03-31T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "10" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP9 IF03", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP9 IF03", "product_id": "T037731" } }, { "category": "product_version", "name": "7.5.0 UP9 IF03", "product": { "name": "IBM QRadar SIEM 7.5.0 UP9 IF03", "product_id": "T037731-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up9_if03" } } } ], "category": "product_name", "name": "QRadar SIEM" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "RESF Rocky Linux 9", "product_id": "T039269", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:9" } } } ], "category": "product_name", "name": "Rocky Linux" } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version", "name": "9", "product": { "name": "Red Hat Enterprise Linux 9", "product_id": "T023632", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9" } } }, { "category": "product_version", "name": "9.2", "product": { "name": "Red Hat Enterprise Linux 9.2", "product_id": "T035294", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9.2" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "product_status": { "known_affected": [ "2951", "T023632", "T035294", "67646", "T000126", "T037731", "398363", "T012167", "T004914", "T039269" ] }, "release_date": "2024-09-04T22:00:00.000+00:00", "title": "CVE-2024-42472" } ] }
opensuse-su-2024:14275-1
Vulnerability from csaf_opensuse
Published
2024-08-20 00:00
Modified
2024-08-20 00:00
Summary
flatpak-1.15.10-1.1 on GA media
Notes
Title of the patch
flatpak-1.15.10-1.1 on GA media
Description of the patch
These are all security issues fixed in the flatpak-1.15.10-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14275
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "flatpak-1.15.10-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the flatpak-1.15.10-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14275", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14275-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "flatpak-1.15.10-1.1 on GA media", "tracking": { "current_release_date": "2024-08-20T00:00:00Z", "generator": { "date": "2024-08-20T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14275-1", "initial_release_date": "2024-08-20T00:00:00Z", "revision_history": [ { "date": "2024-08-20T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "flatpak-1.15.10-1.1.aarch64", "product": { "name": "flatpak-1.15.10-1.1.aarch64", "product_id": "flatpak-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "flatpak-devel-1.15.10-1.1.aarch64", "product": { "name": "flatpak-devel-1.15.10-1.1.aarch64", "product_id": "flatpak-devel-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.15.10-1.1.aarch64", "product": { "name": "flatpak-remote-flathub-1.15.10-1.1.aarch64", "product_id": "flatpak-remote-flathub-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "flatpak-selinux-1.15.10-1.1.aarch64", "product": { "name": "flatpak-selinux-1.15.10-1.1.aarch64", "product_id": "flatpak-selinux-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.15.10-1.1.aarch64", "product": { "name": "flatpak-zsh-completion-1.15.10-1.1.aarch64", "product_id": "flatpak-zsh-completion-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "libflatpak0-1.15.10-1.1.aarch64", "product": { "name": "libflatpak0-1.15.10-1.1.aarch64", "product_id": "libflatpak0-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "system-user-flatpak-1.15.10-1.1.aarch64", "product": { "name": "system-user-flatpak-1.15.10-1.1.aarch64", "product_id": "system-user-flatpak-1.15.10-1.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64", "product_id": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "flatpak-1.15.10-1.1.ppc64le", "product": { "name": "flatpak-1.15.10-1.1.ppc64le", "product_id": "flatpak-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-devel-1.15.10-1.1.ppc64le", "product": { "name": "flatpak-devel-1.15.10-1.1.ppc64le", "product_id": "flatpak-devel-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.15.10-1.1.ppc64le", "product": { "name": "flatpak-remote-flathub-1.15.10-1.1.ppc64le", "product_id": "flatpak-remote-flathub-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-selinux-1.15.10-1.1.ppc64le", "product": { "name": "flatpak-selinux-1.15.10-1.1.ppc64le", "product_id": "flatpak-selinux-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.15.10-1.1.ppc64le", "product": { "name": "flatpak-zsh-completion-1.15.10-1.1.ppc64le", "product_id": "flatpak-zsh-completion-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "libflatpak0-1.15.10-1.1.ppc64le", "product": { "name": "libflatpak0-1.15.10-1.1.ppc64le", "product_id": "libflatpak0-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "system-user-flatpak-1.15.10-1.1.ppc64le", "product": { "name": "system-user-flatpak-1.15.10-1.1.ppc64le", "product_id": "system-user-flatpak-1.15.10-1.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le", "product": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le", "product_id": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "flatpak-1.15.10-1.1.s390x", "product": { "name": "flatpak-1.15.10-1.1.s390x", "product_id": "flatpak-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "flatpak-devel-1.15.10-1.1.s390x", "product": { "name": "flatpak-devel-1.15.10-1.1.s390x", "product_id": "flatpak-devel-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.15.10-1.1.s390x", "product": { "name": "flatpak-remote-flathub-1.15.10-1.1.s390x", "product_id": "flatpak-remote-flathub-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "flatpak-selinux-1.15.10-1.1.s390x", "product": { "name": "flatpak-selinux-1.15.10-1.1.s390x", "product_id": "flatpak-selinux-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.15.10-1.1.s390x", "product": { "name": "flatpak-zsh-completion-1.15.10-1.1.s390x", "product_id": "flatpak-zsh-completion-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "libflatpak0-1.15.10-1.1.s390x", "product": { "name": "libflatpak0-1.15.10-1.1.s390x", "product_id": "libflatpak0-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "system-user-flatpak-1.15.10-1.1.s390x", "product": { "name": "system-user-flatpak-1.15.10-1.1.s390x", "product_id": "system-user-flatpak-1.15.10-1.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x", "product": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x", "product_id": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "flatpak-1.15.10-1.1.x86_64", "product": { "name": "flatpak-1.15.10-1.1.x86_64", "product_id": "flatpak-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "flatpak-devel-1.15.10-1.1.x86_64", "product": { "name": "flatpak-devel-1.15.10-1.1.x86_64", "product_id": "flatpak-devel-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "flatpak-remote-flathub-1.15.10-1.1.x86_64", "product": { "name": "flatpak-remote-flathub-1.15.10-1.1.x86_64", "product_id": "flatpak-remote-flathub-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "flatpak-selinux-1.15.10-1.1.x86_64", "product": { "name": "flatpak-selinux-1.15.10-1.1.x86_64", "product_id": "flatpak-selinux-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "flatpak-zsh-completion-1.15.10-1.1.x86_64", "product": { "name": "flatpak-zsh-completion-1.15.10-1.1.x86_64", "product_id": "flatpak-zsh-completion-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "libflatpak0-1.15.10-1.1.x86_64", "product": { "name": "libflatpak0-1.15.10-1.1.x86_64", "product_id": "libflatpak0-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "system-user-flatpak-1.15.10-1.1.x86_64", "product": { "name": "system-user-flatpak-1.15.10-1.1.x86_64", "product_id": "system-user-flatpak-1.15.10-1.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64", "product": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64", "product_id": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-1.15.10-1.1.aarch64" }, "product_reference": "flatpak-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-1.15.10-1.1.ppc64le" }, "product_reference": "flatpak-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-1.15.10-1.1.s390x" }, "product_reference": "flatpak-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-1.15.10-1.1.x86_64" }, "product_reference": "flatpak-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.aarch64" }, "product_reference": "flatpak-devel-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.ppc64le" }, "product_reference": "flatpak-devel-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.s390x" }, "product_reference": "flatpak-devel-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-devel-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.x86_64" }, "product_reference": "flatpak-devel-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.aarch64" }, "product_reference": "flatpak-remote-flathub-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.ppc64le" }, "product_reference": "flatpak-remote-flathub-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.s390x" }, "product_reference": "flatpak-remote-flathub-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-remote-flathub-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.x86_64" }, "product_reference": "flatpak-remote-flathub-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.aarch64" }, "product_reference": "flatpak-selinux-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.ppc64le" }, "product_reference": "flatpak-selinux-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.s390x" }, "product_reference": "flatpak-selinux-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-selinux-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.x86_64" }, "product_reference": "flatpak-selinux-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.aarch64" }, "product_reference": "flatpak-zsh-completion-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.ppc64le" }, "product_reference": "flatpak-zsh-completion-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.s390x" }, "product_reference": "flatpak-zsh-completion-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "flatpak-zsh-completion-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.x86_64" }, "product_reference": "flatpak-zsh-completion-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.aarch64" }, "product_reference": "libflatpak0-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.ppc64le" }, "product_reference": "libflatpak0-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.s390x" }, "product_reference": "libflatpak0-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libflatpak0-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.x86_64" }, "product_reference": "libflatpak0-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.aarch64" }, "product_reference": "system-user-flatpak-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.ppc64le" }, "product_reference": "system-user-flatpak-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.s390x" }, "product_reference": "system-user-flatpak-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "system-user-flatpak-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.x86_64" }, "product_reference": "system-user-flatpak-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64" }, "product_reference": "typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:flatpak-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.s390x", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:flatpak-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.s390x", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:flatpak-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.s390x", "openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.s390x", "openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.s390x", "openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-08-20T00:00:00Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
opensuse-su-2024:14269-1
Vulnerability from csaf_opensuse
Published
2024-08-16 00:00
Modified
2024-08-16 00:00
Summary
bubblewrap-0.10.0-1.1 on GA media
Notes
Title of the patch
bubblewrap-0.10.0-1.1 on GA media
Description of the patch
These are all security issues fixed in the bubblewrap-0.10.0-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14269
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "bubblewrap-0.10.0-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the bubblewrap-0.10.0-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14269", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14269-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-42472 page", "url": "https://www.suse.com/security/cve/CVE-2024-42472/" } ], "title": "bubblewrap-0.10.0-1.1 on GA media", "tracking": { "current_release_date": "2024-08-16T00:00:00Z", "generator": { "date": "2024-08-16T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14269-1", "initial_release_date": "2024-08-16T00:00:00Z", "revision_history": [ { "date": "2024-08-16T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "bubblewrap-0.10.0-1.1.aarch64", "product": { "name": "bubblewrap-0.10.0-1.1.aarch64", "product_id": "bubblewrap-0.10.0-1.1.aarch64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.10.0-1.1.aarch64", "product": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.aarch64", "product_id": "bubblewrap-zsh-completion-0.10.0-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.10.0-1.1.ppc64le", "product": { "name": "bubblewrap-0.10.0-1.1.ppc64le", "product_id": "bubblewrap-0.10.0-1.1.ppc64le" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.10.0-1.1.ppc64le", "product": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.ppc64le", "product_id": "bubblewrap-zsh-completion-0.10.0-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.10.0-1.1.s390x", "product": { "name": "bubblewrap-0.10.0-1.1.s390x", "product_id": "bubblewrap-0.10.0-1.1.s390x" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.10.0-1.1.s390x", "product": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.s390x", "product_id": "bubblewrap-zsh-completion-0.10.0-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bubblewrap-0.10.0-1.1.x86_64", "product": { "name": "bubblewrap-0.10.0-1.1.x86_64", "product_id": "bubblewrap-0.10.0-1.1.x86_64" } }, { "category": "product_version", "name": "bubblewrap-zsh-completion-0.10.0-1.1.x86_64", "product": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.x86_64", "product_id": "bubblewrap-zsh-completion-0.10.0-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.aarch64" }, "product_reference": "bubblewrap-0.10.0-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.ppc64le" }, "product_reference": "bubblewrap-0.10.0-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.10.0-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.s390x" }, "product_reference": "bubblewrap-0.10.0-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.x86_64" }, "product_reference": "bubblewrap-0.10.0-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.aarch64" }, "product_reference": "bubblewrap-zsh-completion-0.10.0-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.ppc64le" }, "product_reference": "bubblewrap-zsh-completion-0.10.0-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.s390x" }, "product_reference": "bubblewrap-zsh-completion-0.10.0-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "bubblewrap-zsh-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.x86_64" }, "product_reference": "bubblewrap-zsh-completion-0.10.0-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-42472", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-42472" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.aarch64", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.ppc64le", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.s390x", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.x86_64", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.aarch64", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.ppc64le", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.s390x", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-42472", "url": "https://www.suse.com/security/cve/CVE-2024-42472" }, { "category": "external", "summary": "SUSE Bug 1229157 for CVE-2024-42472", "url": "https://bugzilla.suse.com/1229157" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.aarch64", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.ppc64le", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.s390x", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.x86_64", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.aarch64", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.ppc64le", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.s390x", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.aarch64", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.ppc64le", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.s390x", "openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.x86_64", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.aarch64", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.ppc64le", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.s390x", "openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-08-16T00:00:00Z", "details": "important" } ], "title": "CVE-2024-42472" } ] }
fkie_cve-2024-42472
Vulnerability from fkie_nvd
Published
2024-08-15 19:15
Modified
2025-08-19 15:21
Severity ?
Summary
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.
When `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't 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.
However, 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.
Partial 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.
For 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.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c | Patch | |
security-advisories@github.com | https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5 | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72 | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75 | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97 | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788 | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19 | Patch | |
security-advisories@github.com | https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87 | Exploit, Vendor Advisory, Mitigation | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/08/14/6 | Exploit, Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/03/msg00025.html | Mailing List, Third Party Advisory |
Impacted products
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", "matchCriteriaId": "EE4746DE-A130-4D25-9D88-99C0B0FC3BAD", "versionEndExcluding": "1.14.10", "versionStartIncluding": "1.14.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:flatpak:flatpak:*:*:*:*:*:*:*:*", "matchCriteriaId": "1FB53E50-2BC5-4A74-AE72-356FA8ECEE34", "versionEndExcluding": "1.15.10", "versionStartIncluding": "1.15.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.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`)." } ], "id": "CVE-2024-42472", "lastModified": "2025-08-19T15:21:28.073", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 10.0, "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" }, "exploitabilityScore": 3.9, "impactScore": 5.8, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-08-15T19:15:19.233", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788" }, { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Vendor Advisory", "Mitigation" ], "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2024/08/14/6" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00025.html" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-74" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…