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 – Updated: 2025-04-02 22:03- CWE-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
| URL | Tags |
|---|---|
| https://github.com/flatpak/flatpak/security/advis… | x_refsource_CONFIRM |
| https://github.com/containers/bubblewrap/commit/6… | x_refsource_MISC |
| https://github.com/containers/bubblewrap/commit/a… | x_refsource_MISC |
| https://github.com/flatpak/flatpak/commit/2cdd1e1… | x_refsource_MISC |
| https://github.com/flatpak/flatpak/commit/3caeb16… | x_refsource_MISC |
| https://github.com/flatpak/flatpak/commit/6bd603f… | x_refsource_MISC |
| https://github.com/flatpak/flatpak/commit/7c63e53… | x_refsource_MISC |
| https://github.com/flatpak/flatpak/commit/8a18137… | x_refsource_MISC |
| https://github.com/flatpak/flatpak/commit/db3a785… | x_refsource_MISC |
{
"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": {
"epss": {
"cve": "CVE-2024-42472",
"date": "2026-05-30",
"epss": "0.06541",
"percentile": "0.91274"
},
"fkie_nvd": {
"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": "2024-11-21T09:34:05.540",
"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}]}",
"published": "2024-08-15T19:15:19.233",
"references": "[{\"url\": \"https://github.com/containers/bubblewrap/commit/68e75c3091c87583c28a439b45c45627a94d622c\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/containers/bubblewrap/commit/a253257cd298892da43e15201d83f9a02c9b58b5\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/commit/2cdd1e1e5ae90d7c3a4b60ce2e36e4d609e44e72\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/commit/3caeb16c31a3ed62d744e2aaf01d684f7991051a\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/commit/6bd603f6836e9b38b9b937d3b78f3fbf36e7ff75\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/commit/7c63e53bb2af0aae9097fd2edfd6a9ba9d453e97\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/commit/8a18137d7e80f0575e8defabf677d81e5cc3a788\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/commit/db3a785241fda63bf53f0ec12bb519aa5210de19\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/flatpak/flatpak/security/advisories/GHSA-7hgv-f2j8-xw87\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/14/6\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-74\"}]}]"
},
"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"
}
}
}
FKIE_CVE-2024-42472
Vulnerability from fkie_nvd - Published: 2024-08-15 19:15 - Updated: 2025-08-19 15:21{
"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",
"Mitigation",
"Vendor Advisory"
],
"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"
}
]
}
OPENSUSE-SU-2024:14269-1
Vulnerability from csaf_opensuse - Published: 2024-08-16 00:00 - Updated: 2024-08-16 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-0.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:bubblewrap-zsh-completion-0.10.0-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "critical"
}
],
"title": "CVE-2024-42472"
}
]
}
OPENSUSE-SU-2024:14275-1
Vulnerability from csaf_opensuse - Published: 2024-08-20 00:00 - Updated: 2024-08-20 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:flatpak-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-devel-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-remote-flathub-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-selinux-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:flatpak-zsh-completion-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libflatpak0-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-user-flatpak-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Flatpak-1_0-1.15.10-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "critical"
}
],
"title": "CVE-2024-42472"
}
]
}
RHSA-2024:6355
Vulnerability from csaf_redhat - Published: 2024-09-04 18:39 - Updated: 2026-03-18 02:45A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-0:0.4.1-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-debugsource-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-devel-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-libs-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-selinux-0:1.12.7-5.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:flatpak-tests-debuginfo-0:1.12.7-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-03-18T02:45:41+00:00",
"generator": {
"date": "2026-03-18T02:45:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:45:41+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:6356
Vulnerability from csaf_redhat - Published: 2024-09-04 19:12 - Updated: 2026-03-18 02:45A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-0:0.4.1-7.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debuginfo-0:0.4.1-7.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bubblewrap-debugsource-0:0.4.1-7.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-debugsource-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-devel-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-libs-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-selinux-0:1.12.9-3.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-session-helper-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:flatpak-tests-debuginfo-0:1.12.9-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-03-18T02:45:40+00:00",
"generator": {
"date": "2026-03-18T02:45:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:45:40+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 - Updated: 2026-03-18 02:45A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debuginfo-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-debugsource-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-libs-debuginfo-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-selinux-0:1.12.5-5.el9_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:flatpak-tests-debuginfo-0:1.12.5-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-0:0.4.1-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debuginfo-0:0.4.1-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bubblewrap-debugsource-0:0.4.1-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-03-18T02:45:35+00:00",
"generator": {
"date": "2026-03-18T02:45:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:45:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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:6417
Vulnerability from csaf_redhat - Published: 2024-09-05 11:43 - Updated: 2026-03-18 02:45A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-0:1.0.9-15.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-builder-0:1.0.0-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-debuginfo-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-devel-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:flatpak-libs-0:1.0.9-15.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-03-18T02:45:44+00:00",
"generator": {
"date": "2026-03-18T02:45:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:45:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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:6418
Vulnerability from csaf_redhat - Published: 2024-09-05 11:45 - Updated: 2026-03-18 02:45A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-libs-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-selinux-0:1.8.5-7.el8_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-debugsource-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-libs-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-libs-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-selinux-0:1.8.5-7.el8_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-session-helper-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-session-helper-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:flatpak-tests-debuginfo-0:1.8.5-7.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:bubblewrap-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.E4S:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.TUS:bubblewrap-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.TUS:bubblewrap-debuginfo-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.TUS:bubblewrap-debugsource-0:0.4.0-2.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-03-18T02:45:38+00:00",
"generator": {
"date": "2026-03-18T02:45:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:45: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 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:6419
Vulnerability from csaf_redhat - Published: 2024-09-05 13:07 - Updated: 2026-03-18 02:45A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-0:0.4.0-2.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debuginfo-0:0.4.0-2.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS:bubblewrap-debugsource-0:0.4.0-2.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-debugsource-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-devel-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-libs-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-selinux-0:1.10.7-4.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-session-helper-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.8.0.Z.EUS:flatpak-tests-debuginfo-0:1.10.7-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "2026-03-18T02:45:38+00:00",
"generator": {
"date": "2026-03-18T02:45:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:45: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 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)"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.