Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-31163 (GCVE-0-2022-31163)
Vulnerability from cvelistv5 – Published: 2022-07-21 13:30 – Updated: 2024-09-05 14:09| URL | Tags |
|---|---|
| https://github.com/tzinfo/tzinfo/security/advisor… | x_refsource_CONFIRM |
| https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61 | x_refsource_MISC |
| https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10 | x_refsource_MISC |
| https://github.com/tzinfo/tzinfo/commit/9eddbb5c0… | x_refsource_MISC |
| https://github.com/tzinfo/tzinfo/commit/9905ca93a… | x_refsource_MISC |
| https://lists.debian.org/debian-lts-announce/2022… | mailing-listx_refsource_MLIST |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-09-03T10:02:42.400Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"name": "[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00008.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-31163",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-05T14:09:24.627557Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-05T14:09:42.030Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "tzinfo",
"vendor": "tzinfo",
"versions": [
{
"status": "affected",
"version": "\u003c 0.3.61"
},
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.2.10"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-23",
"description": "CWE-23: Relative Path Traversal",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-08-18T19:06:19.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"name": "[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
}
],
"source": {
"advisory": "GHSA-5cm2-9h8c-rvfx",
"discovery": "UNKNOWN"
},
"title": "TZInfo relative path traversal vulnerability allows loading of arbitrary files",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-31163",
"STATE": "PUBLIC",
"TITLE": "TZInfo relative path traversal vulnerability allows loading of arbitrary files"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "tzinfo",
"version": {
"version_data": [
{
"version_value": "\u003c 0.3.61"
},
{
"version_value": "\u003e= 1.0.0, \u003c 1.2.10"
}
]
}
}
]
},
"vendor_name": "tzinfo"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-23: Relative Path Traversal"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx",
"refsource": "CONFIRM",
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"name": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"name": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"name": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"name": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"name": "[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
}
]
},
"source": {
"advisory": "GHSA-5cm2-9h8c-rvfx",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2022-31163",
"datePublished": "2022-07-21T13:30:16.000Z",
"dateReserved": "2022-05-18T00:00:00.000Z",
"dateUpdated": "2024-09-05T14:09:42.030Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-31163",
"date": "2026-05-26",
"epss": "0.03833",
"percentile": "0.88306"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"0.3.61\", \"matchCriteriaId\": \"E24943A0-7FE6-450E-A961-B572D68FDA1D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.0.0\", \"versionEndExcluding\": \"1.2.10\", \"matchCriteriaId\": \"15610CDB-665E-4C01-9726-2FC9CD0EF71B\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\\\A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z`.\"}, {\"lang\": \"es\", \"value\": \"TZInfo es una biblioteca de Ruby que proporciona acceso a los datos de las zonas horarias y permite convertir las horas usando reglas de zonas horarias. Las versiones anteriores a 0.36.1, as\\u00ed como las anteriores a la 1.2.10 cuando son usadas con la fuente de datos de Ruby tzinfo-data, son vulnerables a un salto de ruta relativo. Con la fuente de datos Ruby, las zonas horarias son definidas en archivos Ruby. Se presenta un archivo por zona horaria. Los archivos de zonas horarias se cargan con \\\"require\\\" bajo demanda. En las versiones afectadas, \\\"TZInfo::Timezone.get\\\" no comprueba correctamente los identificadores de zonas horarias, permitiendo un nuevo car\\u00e1cter de l\\u00ednea dentro del identificador. Con la versi\\u00f3n 1.9.3 de Ruby y posteriores, puede hacerse que \\\"TZInfo::Timezone.get\\\" cargue archivos no deseados con \\\"require\\\", ejecut\\u00e1ndolos dentro del proceso de Ruby. Las versiones 0.3.61 y 1.2.10 incluyen correcciones para comprender correctamente los identificadores de zona horaria. Las versiones 2.0.0 y posteriores no son vulnerables. La versi\\u00f3n 0.3.61 a\\u00fan puede cargar archivos arbitrarios desde la ruta de carga de Ruby si su nombre sigue las reglas para un identificador de zona horaria v\\u00e1lido y el archivo presenta un prefijo de \\\"tzinfo/definici\\u00f3n\\\" dentro de un directorio en la ruta de carga. Las aplicaciones deben asegurarse de que los archivos que no son confiables no sean colocados en un directorio de la ruta de carga. Como mitigaci\\u00f3n, el identificador de la zona horaria puede ser comprobado antes de pasarlo a \\\"TZInfo::Timezone.get\\\" asegur\\u00e1ndose de que coincide con la expresi\\u00f3n regular \\\"A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z\\\"\"}]",
"id": "CVE-2022-31163",
"lastModified": "2024-11-21T07:04:02.060",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.6, \"impactScore\": 5.9}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 8.1, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 5.9}]}",
"published": "2022-07-22T04:15:14.273",
"references": "[{\"url\": \"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/09/msg00008.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-22\"}, {\"lang\": \"en\", \"value\": \"CWE-23\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-22\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-31163\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-07-22T04:15:14.273\",\"lastModified\":\"2024-11-21T07:04:02.060\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\\\A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z`.\"},{\"lang\":\"es\",\"value\":\"TZInfo es una biblioteca de Ruby que proporciona acceso a los datos de las zonas horarias y permite convertir las horas usando reglas de zonas horarias. Las versiones anteriores a 0.36.1, as\u00ed como las anteriores a la 1.2.10 cuando son usadas con la fuente de datos de Ruby tzinfo-data, son vulnerables a un salto de ruta relativo. Con la fuente de datos Ruby, las zonas horarias son definidas en archivos Ruby. Se presenta un archivo por zona horaria. Los archivos de zonas horarias se cargan con \\\"require\\\" bajo demanda. En las versiones afectadas, \\\"TZInfo::Timezone.get\\\" no comprueba correctamente los identificadores de zonas horarias, permitiendo un nuevo car\u00e1cter de l\u00ednea dentro del identificador. Con la versi\u00f3n 1.9.3 de Ruby y posteriores, puede hacerse que \\\"TZInfo::Timezone.get\\\" cargue archivos no deseados con \\\"require\\\", ejecut\u00e1ndolos dentro del proceso de Ruby. Las versiones 0.3.61 y 1.2.10 incluyen correcciones para comprender correctamente los identificadores de zona horaria. Las versiones 2.0.0 y posteriores no son vulnerables. La versi\u00f3n 0.3.61 a\u00fan puede cargar archivos arbitrarios desde la ruta de carga de Ruby si su nombre sigue las reglas para un identificador de zona horaria v\u00e1lido y el archivo presenta un prefijo de \\\"tzinfo/definici\u00f3n\\\" dentro de un directorio en la ruta de carga. Las aplicaciones deben asegurarse de que los archivos que no son confiables no sean colocados en un directorio de la ruta de carga. Como mitigaci\u00f3n, el identificador de la zona horaria puede ser comprobado antes de pasarlo a \\\"TZInfo::Timezone.get\\\" asegur\u00e1ndose de que coincide con la expresi\u00f3n regular \\\"A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z\\\"\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"},{\"lang\":\"en\",\"value\":\"CWE-23\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.3.61\",\"matchCriteriaId\":\"E24943A0-7FE6-450E-A961-B572D68FDA1D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.2.10\",\"matchCriteriaId\":\"15610CDB-665E-4C01-9726-2FC9CD0EF71B\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/09/msg00008.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\", \"name\": \"[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/09/msg00008.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-09-03T10:02:42.400Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-31163\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-05T14:09:24.627557Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-05T14:09:35.382Z\"}}], \"cna\": {\"title\": \"TZInfo relative path traversal vulnerability allows loading of arbitrary files\", \"source\": {\"advisory\": \"GHSA-5cm2-9h8c-rvfx\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"tzinfo\", \"product\": \"tzinfo\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.3.61\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.2.10\"}]}], \"references\": [{\"url\": \"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\", \"name\": \"[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\\\A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z`.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-23\", \"description\": \"CWE-23: Relative Path Traversal\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2022-08-18T19:06:19.000Z\"}, \"x_legacyV4Record\": {\"impact\": {\"cvss\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, \"source\": {\"advisory\": \"GHSA-5cm2-9h8c-rvfx\", \"discovery\": \"UNKNOWN\"}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"\u003c 0.3.61\"}, {\"version_value\": \"\u003e= 1.0.0, \u003c 1.2.10\"}]}, \"product_name\": \"tzinfo\"}]}, \"vendor_name\": \"tzinfo\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\", \"name\": \"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\", \"name\": \"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\", \"name\": \"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\", \"name\": \"https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\", \"name\": \"https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7\", \"refsource\": \"MISC\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html\", \"name\": \"[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update\", \"refsource\": \"MLIST\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\\\A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z`.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\"}]}, {\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-23: Relative Path Traversal\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2022-31163\", \"STATE\": \"PUBLIC\", \"TITLE\": \"TZInfo relative path traversal vulnerability allows loading of arbitrary files\", \"ASSIGNER\": \"security-advisories@github.com\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-31163\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-05T14:09:42.030Z\", \"dateReserved\": \"2022-05-18T00:00:00.000Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2022-07-21T13:30:16.000Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2025-AVI-0003
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 warehouse versions ant\u00e9rieures \u00e0 5.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Big SQL versions ant\u00e9rieures \u00e0 7.8",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions ant\u00e9rieures \u00e0 5.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-24795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24795"
},
{
"name": "CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2022-31163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31163"
},
{
"name": "CVE-2024-33883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33883"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2021-41186",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41186"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2024-45590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2023-41993",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41993"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2022-0759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0759"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2021-32740",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32740"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2024-6387",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6387"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39689"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0003",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-01-03T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180133",
"url": "https://www.ibm.com/support/pages/node/7180133"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180137",
"url": "https://www.ibm.com/support/pages/node/7180137"
},
{
"published_at": "2025-01-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180105",
"url": "https://www.ibm.com/support/pages/node/7180105"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180134",
"url": "https://www.ibm.com/support/pages/node/7180134"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180135",
"url": "https://www.ibm.com/support/pages/node/7180135"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180138",
"url": "https://www.ibm.com/support/pages/node/7180138"
}
]
}
CERTFR-2025-AVI-0003
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 warehouse versions ant\u00e9rieures \u00e0 5.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Big SQL versions ant\u00e9rieures \u00e0 7.8",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions ant\u00e9rieures \u00e0 5.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-24795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24795"
},
{
"name": "CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2022-31163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31163"
},
{
"name": "CVE-2024-33883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33883"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2021-41186",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41186"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2024-45590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2023-41993",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41993"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2022-0759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0759"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2021-32740",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32740"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2024-6387",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6387"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39689"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0003",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-01-03T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180133",
"url": "https://www.ibm.com/support/pages/node/7180133"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180137",
"url": "https://www.ibm.com/support/pages/node/7180137"
},
{
"published_at": "2025-01-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180105",
"url": "https://www.ibm.com/support/pages/node/7180105"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180134",
"url": "https://www.ibm.com/support/pages/node/7180134"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180135",
"url": "https://www.ibm.com/support/pages/node/7180135"
},
{
"published_at": "2025-01-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7180138",
"url": "https://www.ibm.com/support/pages/node/7180138"
}
]
}
FKIE_CVE-2022-31163
Vulnerability from fkie_nvd - Published: 2022-07-22 04:15 - Updated: 2024-11-21 07:048.1 (High) - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| tzinfo_project | tzinfo | * | |
| tzinfo_project | tzinfo | * | |
| debian | debian_linux | 10.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E24943A0-7FE6-450E-A961-B572D68FDA1D",
"versionEndExcluding": "0.3.61",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*",
"matchCriteriaId": "15610CDB-665E-4C01-9726-2FC9CD0EF71B",
"versionEndExcluding": "1.2.10",
"versionStartIncluding": "1.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`."
},
{
"lang": "es",
"value": "TZInfo es una biblioteca de Ruby que proporciona acceso a los datos de las zonas horarias y permite convertir las horas usando reglas de zonas horarias. Las versiones anteriores a 0.36.1, as\u00ed como las anteriores a la 1.2.10 cuando son usadas con la fuente de datos de Ruby tzinfo-data, son vulnerables a un salto de ruta relativo. Con la fuente de datos Ruby, las zonas horarias son definidas en archivos Ruby. Se presenta un archivo por zona horaria. Los archivos de zonas horarias se cargan con \"require\" bajo demanda. En las versiones afectadas, \"TZInfo::Timezone.get\" no comprueba correctamente los identificadores de zonas horarias, permitiendo un nuevo car\u00e1cter de l\u00ednea dentro del identificador. Con la versi\u00f3n 1.9.3 de Ruby y posteriores, puede hacerse que \"TZInfo::Timezone.get\" cargue archivos no deseados con \"require\", ejecut\u00e1ndolos dentro del proceso de Ruby. Las versiones 0.3.61 y 1.2.10 incluyen correcciones para comprender correctamente los identificadores de zona horaria. Las versiones 2.0.0 y posteriores no son vulnerables. La versi\u00f3n 0.3.61 a\u00fan puede cargar archivos arbitrarios desde la ruta de carga de Ruby si su nombre sigue las reglas para un identificador de zona horaria v\u00e1lido y el archivo presenta un prefijo de \"tzinfo/definici\u00f3n\" dentro de un directorio en la ruta de carga. Las aplicaciones deben asegurarse de que los archivos que no son confiables no sean colocados en un directorio de la ruta de carga. Como mitigaci\u00f3n, el identificador de la zona horaria puede ser comprobado antes de pasarlo a \"TZInfo::Timezone.get\" asegur\u00e1ndose de que coincide con la expresi\u00f3n regular \"A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z\""
}
],
"id": "CVE-2022-31163",
"lastModified": "2024-11-21T07:04:02.060",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.6,
"impactScore": 5.9,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"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:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2022-07-22T04:15:14.273",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00008.html"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
},
{
"lang": "en",
"value": "CWE-23"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-22"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-5CM2-9H8C-RVFX
Vulnerability from github – Published: 2022-07-21 21:39 – Updated: 2022-08-10 23:48Impact
Affected versions
- 0.3.60 and earlier.
- 1.0.0 to 1.2.9 when used with the Ruby data source (tzinfo-data).
Vulnerability
With the Ruby data source (the tzinfo-data gem for tzinfo version 1.0.0 and later and built-in to earlier versions), time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with require on demand. In the affected versions, TZInfo::Timezone.get fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, TZInfo::Timezone.get can be made to load unintended files with require, executing them within the Ruby process.
For example, with version 1.2.9, you can run the following to load a file with path /tmp/payload.rb:
TZInfo::Timezone.get("foo\n/../../../../../../../../../../../../../../../../tmp/payload")
The exact number of parent directory traversals needed will vary depending on the location of the tzinfo-data gem.
TZInfo versions 1.2.6 to 1.2.9 can be made to load files from outside of the Ruby load path. Versions up to and including 1.2.5 can only be made to load files from directories within the load path.
This could be exploited in, for example, a Ruby on Rails application using tzinfo version 1.2.9, that allows file uploads and has a time zone selector that accepts arbitrary time zone identifiers. The CVSS score and severity have been set on this basis.
Versions 2.0.0 and later are not vulnerable.
Patches
Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers (commit 9eddbb5c0e682736f61d0dd803b6031a5db9eadf for 0.3.x and commit 9905ca93abf7bf3e387bd592406e403cd18334c7 for 1.2.x).
Note that version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of tzinfo/definition within a directory in the load path. For example if /tmp/upload was in the load path, then TZInfo::Timezone.get('foo') could load a file with path /tmp/upload/tzinfo/definition/foo.rb. Applications should ensure that untrusted files are not placed in a directory on the load path.
Workarounds
As a workaround, the time zone identifier can be validated before passing to TZInfo::Timezone.get by ensuring it matches the regular expression \A[A-Za-z0-9+\-_]+(?:\/[A-Za-z0-9+\-_]+)*\z.
For more information
If you have any questions or comments about this advisory: - Open an issue in the tzinfo repository.
{
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "tzinfo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.3.61"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "tzinfo"
},
"ranges": [
{
"events": [
{
"introduced": "1.0.0"
},
{
"fixed": "1.2.10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2022-31163"
],
"database_specific": {
"cwe_ids": [
"CWE-22",
"CWE-23"
],
"github_reviewed": true,
"github_reviewed_at": "2022-07-21T21:39:29Z",
"nvd_published_at": "2022-07-22T04:15:00Z",
"severity": "HIGH"
},
"details": "### Impact\n\n#### Affected versions\n\n - 0.3.60 and earlier.\n - 1.0.0 to 1.2.9 when used with the Ruby data source (tzinfo-data).\n\n#### Vulnerability \n\nWith the Ruby data source (the tzinfo-data gem for tzinfo version 1.0.0 and later and built-in to earlier versions), time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process.\n\nFor example, with version 1.2.9, you can run the following to load a file with path `/tmp/payload.rb`:\n\n```ruby\nTZInfo::Timezone.get(\"foo\\n/../../../../../../../../../../../../../../../../tmp/payload\")\n```\n\nThe exact number of parent directory traversals needed will vary depending on the location of the tzinfo-data gem.\n\nTZInfo versions 1.2.6 to 1.2.9 can be made to load files from outside of the Ruby load path. Versions up to and including 1.2.5 can only be made to load files from directories within the load path. \n\nThis could be exploited in, for example, a Ruby on Rails application using tzinfo version 1.2.9, that allows file uploads and has a time zone selector that accepts arbitrary time zone identifiers. The CVSS score and severity have been set on this basis.\n\nVersions 2.0.0 and later are not vulnerable.\n\n### Patches\n\nVersions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers (commit 9eddbb5c0e682736f61d0dd803b6031a5db9eadf for 0.3.x and commit 9905ca93abf7bf3e387bd592406e403cd18334c7 for 1.2.x).\n\nNote that version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. For example if `/tmp/upload` was in the load path, then `TZInfo::Timezone.get(\u0027foo\u0027)` could load a file with path `/tmp/upload/tzinfo/definition/foo.rb`. Applications should ensure that untrusted files are not placed in a directory on the load path.\n\n### Workarounds\n\nAs a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n - Open an issue in [the tzinfo repository](https://github.com/tzinfo/tzinfo).",
"id": "GHSA-5cm2-9h8c-rvfx",
"modified": "2022-08-10T23:48:58Z",
"published": "2022-07-21T21:39:29Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31163"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/tzinfo/CVE-2022-31163.yml"
},
{
"type": "PACKAGE",
"url": "https://github.com/tzinfo/tzinfo"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "TZInfo relative path traversal vulnerability allows loading of arbitrary files"
}
GSD-2022-31163
Vulnerability from gsd - Updated: 2022-07-21 00:00{
"GSD": {
"alias": "CVE-2022-31163",
"description": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`.",
"id": "GSD-2022-31163",
"references": [
"https://www.suse.com/security/cve/CVE-2022-31163.html",
"https://access.redhat.com/errata/RHSA-2022:7242"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "tzinfo",
"purl": "pkg:gem/tzinfo"
}
}
],
"aliases": [
"CVE-2022-31163",
"GHSA-5cm2-9h8c-rvfx"
],
"details": "# Impact\n\n## Affected versions\n\n- 0.3.60 and earlier.\n- 1.0.0 to 1.2.9 when used with the Ruby data source (tzinfo-data).\n\n## Vulnerability\n\nWith the Ruby data source (the tzinfo-data gem for tzinfo version 1.0.0 and\nlater and built-in to earlier versions), time zones are defined in Ruby files.\nThere is one file per time zone. Time zone files are loaded with `require` on\ndemand. In the affected versions, `TZInfo::Timezone.get` fails to validate\ntime zone identifiers correctly, allowing a new line character within the\nidentifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be\nmade to load unintended files with `require`, executing them within the Ruby\nprocess.\n\nFor example, with version 1.2.9, you can run the following to load a file with\npath `/tmp/payload.rb`:\n\n```ruby\nTZInfo::Timezone.get(\\\"foo\\\n/../../../../../../../../../../../../../../../../tmp/payload\\\")\n```\n\nThe exact number of parent directory traversals needed will vary depending on\nthe location of the tzinfo-data gem.\n\nTZInfo versions 1.2.6 to 1.2.9 can be made to load files from outside of the\nRuby load path. Versions up to and including 1.2.5 can only be made to load\nfiles from directories within the load path.\n\nThis could be exploited in, for example, a Ruby on Rails application using\ntzinfo version 1.2.9, that allows file uploads and has a time zone selector\nthat accepts arbitrary time zone identifiers.\nThe CVSS score and severity have been set on this basis.\n\nVersions 2.0.0 and later are not vulnerable.\n\n# Patches\n\nVersions 0.3.61 and 1.2.10 include fixes to correctly validate time zone\nidentifiers.\n\nNote that version 0.3.61 can still load arbitrary files from the Ruby load\npath if their name follows the rules for a valid time zone identifier and the\nfile has a prefix of `tzinfo/definition` within a directory in the load path.\nFor example if `/tmp/upload` was in the load path, then\n`TZInfo::Timezone.get(\u0027foo\u0027)` could load a file with path\n`/tmp/upload/tzinfo/definition/foo.rb`. Applications should ensure that\nuntrusted files are not placed in a directory on the load path.\n\n# Workarounds\n\nAs a workaround, the time zone identifier can be validated before passing to\n`TZInfo::Timezone.get` by ensuring it matches the regular expression\n`\\\\A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z`.\n",
"id": "GSD-2022-31163",
"modified": "2022-07-21T00:00:00.000Z",
"published": "2022-07-21T00:00:00.000Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/commit/ca29f349856d62cb2b2edb3257d9ddd2f97b3c27"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"type": "WEB",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": 7.5,
"type": "CVSS_V3"
}
],
"summary": "TZInfo relative path traversal vulnerability allows loading of arbitrary files"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-31163",
"STATE": "PUBLIC",
"TITLE": "TZInfo relative path traversal vulnerability allows loading of arbitrary files"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "tzinfo",
"version": {
"version_data": [
{
"version_value": "\u003c 0.3.61"
},
{
"version_value": "\u003e= 1.0.0, \u003c 1.2.10"
}
]
}
}
]
},
"vendor_name": "tzinfo"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-23: Relative Path Traversal"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx",
"refsource": "CONFIRM",
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"name": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"name": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"name": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"name": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7",
"refsource": "MISC",
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"name": "[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
}
]
},
"source": {
"advisory": "GHSA-5cm2-9h8c-rvfx",
"discovery": "UNKNOWN"
}
},
"github.com/rubysec/ruby-advisory-db": {
"cve": "2022-31163",
"cvss_v3": 7.5,
"date": "2022-07-21",
"description": "# Impact\n\n## Affected versions\n\n- 0.3.60 and earlier.\n- 1.0.0 to 1.2.9 when used with the Ruby data source (tzinfo-data).\n\n## Vulnerability\n\nWith the Ruby data source (the tzinfo-data gem for tzinfo version 1.0.0 and\nlater and built-in to earlier versions), time zones are defined in Ruby files.\nThere is one file per time zone. Time zone files are loaded with `require` on\ndemand. In the affected versions, `TZInfo::Timezone.get` fails to validate\ntime zone identifiers correctly, allowing a new line character within the\nidentifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be\nmade to load unintended files with `require`, executing them within the Ruby\nprocess.\n\nFor example, with version 1.2.9, you can run the following to load a file with\npath `/tmp/payload.rb`:\n\n```ruby\nTZInfo::Timezone.get(\\\"foo\\\n/../../../../../../../../../../../../../../../../tmp/payload\\\")\n```\n\nThe exact number of parent directory traversals needed will vary depending on\nthe location of the tzinfo-data gem.\n\nTZInfo versions 1.2.6 to 1.2.9 can be made to load files from outside of the\nRuby load path. Versions up to and including 1.2.5 can only be made to load\nfiles from directories within the load path.\n\nThis could be exploited in, for example, a Ruby on Rails application using\ntzinfo version 1.2.9, that allows file uploads and has a time zone selector\nthat accepts arbitrary time zone identifiers.\nThe CVSS score and severity have been set on this basis.\n\nVersions 2.0.0 and later are not vulnerable.\n\n# Patches\n\nVersions 0.3.61 and 1.2.10 include fixes to correctly validate time zone\nidentifiers.\n\nNote that version 0.3.61 can still load arbitrary files from the Ruby load\npath if their name follows the rules for a valid time zone identifier and the\nfile has a prefix of `tzinfo/definition` within a directory in the load path.\nFor example if `/tmp/upload` was in the load path, then\n`TZInfo::Timezone.get(\u0027foo\u0027)` could load a file with path\n`/tmp/upload/tzinfo/definition/foo.rb`. Applications should ensure that\nuntrusted files are not placed in a directory on the load path.\n\n# Workarounds\n\nAs a workaround, the time zone identifier can be validated before passing to\n`TZInfo::Timezone.get` by ensuring it matches the regular expression\n`\\\\A[A-Za-z0-9+\\\\-_]+(?:\\\\/[A-Za-z0-9+\\\\-_]+)*\\\\z`.\n",
"gem": "tzinfo",
"ghsa": "5cm2-9h8c-rvfx",
"patched_versions": [
"~\u003e 0.3.61",
"\u003e= 1.2.10"
],
"related": {
"url": [
"https://github.com/tzinfo/tzinfo/commit/ca29f349856d62cb2b2edb3257d9ddd2f97b3c27",
"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61",
"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
]
},
"title": "TZInfo relative path traversal vulnerability allows loading of arbitrary files",
"unaffected_versions": [
"\u003e= 2.0.0"
],
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c0.3.61||\u003e=1.0.0 \u003c1.2.10",
"affected_versions": "All versions before 0.3.61, all versions starting from 1.0.0 before 1.2.10",
"cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-22",
"CWE-937"
],
"date": "2022-10-26",
"description": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, is vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`.",
"fixed_versions": [
"0.3.61",
"1.2.10"
],
"identifier": "CVE-2022-31163",
"identifiers": [
"CVE-2022-31163",
"GHSA-5cm2-9h8c-rvfx"
],
"not_impacted": "All versions starting from 0.3.61 before 1.0.0, all versions starting from 1.2.10",
"package_slug": "gem/tzinfo",
"pubdate": "2022-07-22",
"solution": "Upgrade to versions 0.3.61, 1.2.10 or above.",
"title": "Relative Path Traversal",
"urls": [
"https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx",
"https://nvd.nist.gov/vuln/detail/CVE-2022-31163",
"https://github.com/tzinfo/tzinfo/commit/ca29f349856d62cb2b2edb3257d9ddd2f97b3c27",
"https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61",
"https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10",
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/tzinfo/CVE-2022-31163.yml",
"https://github.com/advisories/GHSA-5cm2-9h8c-rvfx"
],
"uuid": "73f249ef-3b39-4432-be0a-e93073495c3d"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.2.10",
"versionStartIncluding": "1.0.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:tzinfo_project:tzinfo:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "0.3.61",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-31163"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
},
{
"lang": "en",
"value": "CWE-23"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
},
{
"name": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx",
"refsource": "CONFIRM",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
},
{
"name": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
},
{
"name": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
},
{
"name": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
},
{
"name": "[debian-lts-announce] 20220818 [SECURITY] [DLA 3077-1] ruby-tzinfo security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"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:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 5.9
}
},
"lastModifiedDate": "2022-10-26T19:00Z",
"publishedDate": "2022-07-22T04:15Z"
}
}
}
OPENSUSE-SU-2024:12249-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.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": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12249",
"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_12249-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31163 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31163/"
}
],
"title": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12249-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64",
"product": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64",
"product_id": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le",
"product": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le",
"product_id": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x",
"product": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x",
"product_id": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64",
"product": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64",
"product_id": "ruby3.1-rubygem-tzinfo-1.2-1.2.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": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64"
},
"product_reference": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le"
},
"product_reference": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x"
},
"product_reference": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64"
},
"product_reference": "ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-31163",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31163"
}
],
"notes": [
{
"category": "general",
"text": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31163",
"url": "https://www.suse.com/security/cve/CVE-2022-31163"
},
{
"category": "external",
"summary": "SUSE Bug 1201835 for CVE-2022-31163",
"url": "https://bugzilla.suse.com/1201835"
}
],
"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:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.s390x",
"openSUSE Tumbleweed:ruby3.1-rubygem-tzinfo-1.2-1.2.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-31163"
}
]
}
OPENSUSE-SU-2024:13171-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.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": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13171",
"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_13171-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31163 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31163/"
}
],
"title": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13171-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64",
"product": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64",
"product_id": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le",
"product": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le",
"product_id": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x",
"product": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x",
"product_id": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64",
"product": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64",
"product_id": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.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": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64"
},
"product_reference": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le"
},
"product_reference": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x"
},
"product_reference": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64"
},
"product_reference": "ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-31163",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31163"
}
],
"notes": [
{
"category": "general",
"text": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31163",
"url": "https://www.suse.com/security/cve/CVE-2022-31163"
},
{
"category": "external",
"summary": "SUSE Bug 1201835 for CVE-2022-31163",
"url": "https://bugzilla.suse.com/1201835"
}
],
"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:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.aarch64",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.ppc64le",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.s390x",
"openSUSE Tumbleweed:ruby3.2-rubygem-tzinfo-1.2-1.2.10-1.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-31163"
}
]
}
OPENSUSE-SU-2024:14178-1
Vulnerability from csaf_opensuse - Published: 2024-07-12 00:00 - Updated: 2024-07-12 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.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": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-14178",
"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_14178-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31163 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31163/"
}
],
"title": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5 on GA media",
"tracking": {
"current_release_date": "2024-07-12T00:00:00Z",
"generator": {
"date": "2024-07-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:14178-1",
"initial_release_date": "2024-07-12T00:00:00Z",
"revision_history": [
{
"date": "2024-07-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64",
"product": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64",
"product_id": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le",
"product": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le",
"product_id": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x",
"product": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x",
"product_id": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64",
"product": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64",
"product_id": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.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": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64"
},
"product_reference": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le"
},
"product_reference": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x"
},
"product_reference": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64"
},
"product_reference": "ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-31163",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31163"
}
],
"notes": [
{
"category": "general",
"text": "TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31163",
"url": "https://www.suse.com/security/cve/CVE-2022-31163"
},
{
"category": "external",
"summary": "SUSE Bug 1201835 for CVE-2022-31163",
"url": "https://bugzilla.suse.com/1201835"
}
],
"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:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.aarch64",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.ppc64le",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.s390x",
"openSUSE Tumbleweed:ruby3.3-rubygem-tzinfo-1.2-1.2.11-1.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-31163"
}
]
}
RHSA-2022:7242
Vulnerability from csaf_redhat - Published: 2022-10-27 13:04 - Updated: 2026-02-25 16:24A denial of service flaw was found in ruby-rack. An attacker crafting multipart POST requests can cause Rack's multipart parser to take much longer than expected, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch | — |
A flaw was found in rubygem-tzinfo. When using the Timezone.get function, it fails to validate time zone identifiers correctly, allowing a new line character input within the identifier. This flaw allows an attacker to use the new line character and write any code, which will be executed within the Ruby process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch | — |
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": "Updated Satellite 6.11 packages that fix several bugs are now available for Red Hat Satellite.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations to configure and maintain their systems without the necessity to provide public Internet access to their servers or other client systems. It performs provisioning and configuration management of predefined standard operating environments.\n\nThis update fixes the following bugs:\n\n2131757 - Enhance foreman-rake katello:correct_repositories to handle Katello::Errors::CandlepinError: Unable to find content with the ID \"xxxxxxxxxxx\".\n2131759 - RHEL 9 provisioned host goes into emergency mode after initial reboot\n2131761 - hammer cannot use the cluster name or id as valid input when clusters are residing inside folders and fails with error Fog::Vsphere::Compute::NotFound error\n2131763 - Running \"satellite-maintain self-upgrade\" on a Satellite\\Capsule 6.11.1.1 fails with error \"Error: \u0027satellite-maintenance-6.11.2-for-rhel-8-x86_64-rpms\u0027 does not match a valid repository ID\"\n2131769 - Post upgrade to 6.11.z, DHCP error with wrong number of arguments for validate_supported_address\n2131771 - With every edit of an exising webhook, the value in password field disappears in Satellite 6.10/6.11/6.12\n2131773 - foreman-maintain still enables ansible-2.9-for-rhel-8-x86_64-rpms repository for running an update to 6.11.z when no packages are installed from that repository\n2131776 - please update to Satellite Ansible Collection 3.6.0\n2131781 - \u0027candlepin-validate-db\u0027 pre-upgrade check fails with \"Could not open SSL root certificate file /root/.postgresql/root.crt\" error for external DB setup with SSL\n2131788 - Documentation bug for the compute_resource module\n2131790 - [BUG] Invalid choice for template_kind listed for os_default_template module\n2132075 - CVE-2022-31163 tfm-rubygem-tzinfo: rubygem-tzinfo: arbitrary code execution [rhn_satellite_6.11]\n2132076 - CVE-2022-31163 rubygem-tzinfo: rubygem-tzinfo: arbitrary code execution [rhn_satellite_6.11]\n2132079 - CVE-2022-30122 rubygem-rack: crafted multipart POST request may cause a DoS [rhn_satellite_6-default] \n2122205 - Package \"python3-pulp_manifest\" is not available in Satellite Utils repository \n2132999 - Satellite cannot be installed on RHEL 8.7 \n\nCVEs\n\nCVE-2022-30122\nCVE-2022-31163\n\nUsers of Red Hat Satellite are advised to upgrade to these updated packages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:7242",
"url": "https://access.redhat.com/errata/RHSA-2022:7242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2099519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099519"
},
{
"category": "external",
"summary": "2110551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110551"
},
{
"category": "external",
"summary": "2122205",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122205"
},
{
"category": "external",
"summary": "2131757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131757"
},
{
"category": "external",
"summary": "2131759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131759"
},
{
"category": "external",
"summary": "2131761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131761"
},
{
"category": "external",
"summary": "2131763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131763"
},
{
"category": "external",
"summary": "2131769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131769"
},
{
"category": "external",
"summary": "2131771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131771"
},
{
"category": "external",
"summary": "2131773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131773"
},
{
"category": "external",
"summary": "2131776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131776"
},
{
"category": "external",
"summary": "2131781",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131781"
},
{
"category": "external",
"summary": "2131788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131788"
},
{
"category": "external",
"summary": "2131790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131790"
},
{
"category": "external",
"summary": "2132999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132999"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7242.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.11.4 Async Security Update",
"tracking": {
"current_release_date": "2026-02-25T16:24:33+00:00",
"generator": {
"date": "2026-02-25T16:24:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2022:7242",
"initial_release_date": "2022-10-27T13:04:08+00:00",
"revision_history": [
{
"date": "2022-10-27T13:04:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-27T13:04:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T16:24:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.11::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.11::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.11::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el7sat.src",
"product": {
"name": "foreman-0:3.1.1.25-1.el7sat.src",
"product_id": "foreman-0:3.1.1.25-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"product_id": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el7sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el7sat.src",
"product": {
"name": "satellite-0:6.11.4-2.el7sat.src",
"product_id": "satellite-0:6.11.4-2.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"product": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"product_id": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-foreman_webhooks@2.0.3-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"product": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"product_id": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-rack@2.2.3.1-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"product": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"product_id": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"product": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"product_id": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-katello@4.3.0.50-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"product": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"product_id": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-smart_proxy_ansible@3.3.1-4.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el8sat.src",
"product": {
"name": "foreman-0:3.1.1.25-1.el8sat.src",
"product_id": "foreman-0:3.1.1.25-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"product_id": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"product": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"product_id": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@2.0.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"product_id": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.3.0.50-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"product": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"product_id": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el8sat.src",
"product": {
"name": "satellite-0:6.11.4-2.el8sat.src",
"product_id": "satellite-0:6.11.4-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"product_id": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.3.1-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el8sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-gce@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"product_id": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"product_id": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.1.1.3-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el7sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-common-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"product_id": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-foreman_webhooks@2.0.3-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"product_id": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-rack@2.2.3.1-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"product_id": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"product_id": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-katello@4.3.0.50-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"product": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"product_id": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-smart_proxy_ansible@3.3.1-4.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-gce@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"product_id": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"product_id": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.1.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"product_id": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@2.0.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.3.0.50-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"product": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"product_id": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-common-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"product_id": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.3.1-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el8sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src"
},
"product_reference": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src"
},
"product_reference": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src"
},
"product_reference": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src"
},
"product_reference": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch"
},
"product_reference": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
},
"product_reference": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30122",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-06-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2099519"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in ruby-rack. An attacker crafting multipart POST requests can cause Rack\u0027s multipart parser to take much longer than expected, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: crafted multipart POST request may cause a DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
],
"known_not_affected": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30122"
},
{
"category": "external",
"summary": "RHBZ#2099519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30122"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30122",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30122"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2022-30122.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2022-30122.yml"
}
],
"release_date": "2022-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-27T13:04:08+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.11/html/upgrading_and_updating_red_hat_satellite/index",
"product_ids": [
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7242"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: crafted multipart POST request may cause a DoS"
},
{
"cve": "CVE-2022-31163",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-07-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2110551"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in rubygem-tzinfo. When using the Timezone.get function, it fails to validate time zone identifiers correctly, allowing a new line character input within the identifier. This flaw allows an attacker to use the new line character and write any code, which will be executed within the Ruby process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-tzinfo: arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
],
"known_not_affected": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31163"
},
{
"category": "external",
"summary": "RHBZ#2110551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31163"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31163",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31163"
},
{
"category": "external",
"summary": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx",
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
}
],
"release_date": "2022-07-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-27T13:04:08+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.11/html/upgrading_and_updating_red_hat_satellite/index",
"product_ids": [
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7242"
},
{
"category": "workaround",
"details": "As a workaround, the time zone identifier can be validated before passing to TZInfo::Timezone.get by ensuring it matches the regular expression \\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z.",
"product_ids": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-tzinfo: arbitrary code execution"
}
]
}
RHSA-2022_7242
Vulnerability from csaf_redhat - Published: 2022-10-27 13:04 - Updated: 2024-11-22 20:42A denial of service flaw was found in ruby-rack. An attacker crafting multipart POST requests can cause Rack's multipart parser to take much longer than expected, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch | — | ||
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch | — |
A flaw was found in rubygem-tzinfo. When using the Timezone.get function, it fails to validate time zone identifiers correctly, allowing a new line character input within the identifier. This flaw allows an attacker to use the new line character and write any code, which will be executed within the Ruby process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch | — |
Workaround
|
|
| Unresolved product id: 7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch | — |
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": "Updated Satellite 6.11 packages that fix several bugs are now available for Red Hat Satellite.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations to configure and maintain their systems without the necessity to provide public Internet access to their servers or other client systems. It performs provisioning and configuration management of predefined standard operating environments.\n\nThis update fixes the following bugs:\n\n2131757 - Enhance foreman-rake katello:correct_repositories to handle Katello::Errors::CandlepinError: Unable to find content with the ID \"xxxxxxxxxxx\".\n2131759 - RHEL 9 provisioned host goes into emergency mode after initial reboot\n2131761 - hammer cannot use the cluster name or id as valid input when clusters are residing inside folders and fails with error Fog::Vsphere::Compute::NotFound error\n2131763 - Running \"satellite-maintain self-upgrade\" on a Satellite\\Capsule 6.11.1.1 fails with error \"Error: \u0027satellite-maintenance-6.11.2-for-rhel-8-x86_64-rpms\u0027 does not match a valid repository ID\"\n2131769 - Post upgrade to 6.11.z, DHCP error with wrong number of arguments for validate_supported_address\n2131771 - With every edit of an exising webhook, the value in password field disappears in Satellite 6.10/6.11/6.12\n2131773 - foreman-maintain still enables ansible-2.9-for-rhel-8-x86_64-rpms repository for running an update to 6.11.z when no packages are installed from that repository\n2131776 - please update to Satellite Ansible Collection 3.6.0\n2131781 - \u0027candlepin-validate-db\u0027 pre-upgrade check fails with \"Could not open SSL root certificate file /root/.postgresql/root.crt\" error for external DB setup with SSL\n2131788 - Documentation bug for the compute_resource module\n2131790 - [BUG] Invalid choice for template_kind listed for os_default_template module\n2132075 - CVE-2022-31163 tfm-rubygem-tzinfo: rubygem-tzinfo: arbitrary code execution [rhn_satellite_6.11]\n2132076 - CVE-2022-31163 rubygem-tzinfo: rubygem-tzinfo: arbitrary code execution [rhn_satellite_6.11]\n2132079 - CVE-2022-30122 rubygem-rack: crafted multipart POST request may cause a DoS [rhn_satellite_6-default] \n2122205 - Package \"python3-pulp_manifest\" is not available in Satellite Utils repository \n2132999 - Satellite cannot be installed on RHEL 8.7 \n\nCVEs\n\nCVE-2022-30122\nCVE-2022-31163\n\nUsers of Red Hat Satellite are advised to upgrade to these updated packages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:7242",
"url": "https://access.redhat.com/errata/RHSA-2022:7242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2099519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099519"
},
{
"category": "external",
"summary": "2110551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110551"
},
{
"category": "external",
"summary": "2122205",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122205"
},
{
"category": "external",
"summary": "2131757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131757"
},
{
"category": "external",
"summary": "2131759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131759"
},
{
"category": "external",
"summary": "2131761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131761"
},
{
"category": "external",
"summary": "2131763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131763"
},
{
"category": "external",
"summary": "2131769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131769"
},
{
"category": "external",
"summary": "2131771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131771"
},
{
"category": "external",
"summary": "2131773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131773"
},
{
"category": "external",
"summary": "2131776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131776"
},
{
"category": "external",
"summary": "2131781",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131781"
},
{
"category": "external",
"summary": "2131788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131788"
},
{
"category": "external",
"summary": "2131790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131790"
},
{
"category": "external",
"summary": "2132999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132999"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7242.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.11.4 Async Security Update",
"tracking": {
"current_release_date": "2024-11-22T20:42:05+00:00",
"generator": {
"date": "2024-11-22T20:42:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2022:7242",
"initial_release_date": "2022-10-27T13:04:08+00:00",
"revision_history": [
{
"date": "2022-10-27T13:04:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-27T13:04:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T20:42:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.11::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.11::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.11::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.11::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el7sat.src",
"product": {
"name": "foreman-0:3.1.1.25-1.el7sat.src",
"product_id": "foreman-0:3.1.1.25-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"product_id": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el7sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el7sat.src",
"product": {
"name": "satellite-0:6.11.4-2.el7sat.src",
"product_id": "satellite-0:6.11.4-2.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"product": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"product_id": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-foreman_webhooks@2.0.3-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"product": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"product_id": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-rack@2.2.3.1-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"product": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"product_id": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"product": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"product_id": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-katello@4.3.0.50-1.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"product": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"product_id": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-smart_proxy_ansible@3.3.1-4.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el7sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el8sat.src",
"product": {
"name": "foreman-0:3.1.1.25-1.el8sat.src",
"product_id": "foreman-0:3.1.1.25-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"product_id": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"product": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"product_id": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@2.0.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"product_id": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.3.0.50-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"product": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"product_id": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el8sat.src",
"product": {
"name": "satellite-0:6.11.4-2.el8sat.src",
"product_id": "satellite-0:6.11.4-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"product_id": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.3.1-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el8sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-gce@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"product": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"product_id": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.1.1.25-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"product_id": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"product_id": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.1.1.3-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el7sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-common-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el7sat.noarch",
"product": {
"name": "satellite-0:6.11.4-2.el7sat.noarch",
"product_id": "satellite-0:6.11.4-2.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"product_id": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-foreman_webhooks@2.0.3-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"product_id": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-rack@2.2.3.1-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"product_id": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"product": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"product_id": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-katello@4.3.0.50-1.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"product": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"product_id": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tfm-rubygem-smart_proxy_ansible@3.3.1-4.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el7sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-gce@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"product": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"product_id": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.1.1.25-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"product_id": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.1.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"product_id": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.1.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.0.18-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"product_id": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@2.0.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.3.0.50-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"product": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"product_id": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-common-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"product_id": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.11.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"product_id": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.3.1-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.6.0-3.el8sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src"
},
"product_reference": "tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src"
},
"product_reference": "tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src"
},
"product_reference": "tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src"
},
"product_reference": "tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch"
},
"product_reference": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src as a component of Red Hat Satellite 6.11 for RHEL 7",
"product_id": "7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src"
},
"product_reference": "tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"relates_to_product_reference": "7Server-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.1.1.25-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src"
},
"product_reference": "foreman-0:3.1.1.25-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-gce-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.1.1.3-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.1.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src"
},
"product_reference": "rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.3.0.50-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.3.0.50-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch"
},
"product_reference": "rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:1.2.10-1.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
},
"product_reference": "rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.11.4-2.el8sat.src as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src"
},
"product_reference": "satellite-0:6.11.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.11.4-2.el8sat.noarch as a component of Red Hat Satellite 6.11 for RHEL 8",
"product_id": "8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.11.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30122",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-06-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2099519"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in ruby-rack. An attacker crafting multipart POST requests can cause Rack\u0027s multipart parser to take much longer than expected, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: crafted multipart POST request may cause a DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
],
"known_not_affected": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30122"
},
{
"category": "external",
"summary": "RHBZ#2099519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30122"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30122",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30122"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2022-30122.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2022-30122.yml"
}
],
"release_date": "2022-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-27T13:04:08+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.11/html/upgrading_and_updating_red_hat_satellite/index",
"product_ids": [
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7242"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: crafted multipart POST request may cause a DoS"
},
{
"cve": "CVE-2022-31163",
"cwe": {
"id": "CWE-23",
"name": "Relative Path Traversal"
},
"discovery_date": "2022-07-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2110551"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in rubygem-tzinfo. When using the Timezone.get function, it fails to validate time zone identifiers correctly, allowing a new line character input within the identifier. This flaw allows an attacker to use the new line character and write any code, which will be executed within the Ruby process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-tzinfo: arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
],
"known_not_affected": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31163"
},
{
"category": "external",
"summary": "RHBZ#2110551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31163"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31163",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31163"
},
{
"category": "external",
"summary": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx",
"url": "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
}
],
"release_date": "2022-07-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-27T13:04:08+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.11/html/upgrading_and_updating_red_hat_satellite/index",
"product_ids": [
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7242"
},
{
"category": "workaround",
"details": "As a workaround, the time zone identifier can be validated before passing to TZInfo::Timezone.get by ensuring it matches the regular expression \\A[A-Za-z0-9+\\-_]+(?:\\/[A-Za-z0-9+\\-_]+)*\\z.",
"product_ids": [
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11-capsule:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11-utils:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.noarch",
"7Server-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el7sat.src",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-0:3.1.1.25-1.el7sat.src",
"7Server-satellite-6.11:foreman-cli-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-debug-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-gce-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-journald-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el7sat.src",
"7Server-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-service-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.noarch",
"7Server-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el7sat.src",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-0:6.11.4-2.el7sat.src",
"7Server-satellite-6.11:satellite-capsule-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-cli-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:satellite-common-0:6.11.4-2.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-foreman_webhooks-0:2.0.3-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-katello-0:4.3.0.50-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-rack-0:2.2.3.1-1.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-smart_proxy_ansible-0:3.3.1-4.el7sat.src",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11-capsule:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11-capsule:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11-capsule:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-capsule:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-capsule:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11-maintenance:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11-utils:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11-utils:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11-utils:satellite-common-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.noarch",
"8Base-satellite-6.11:ansible-collection-redhat-satellite-0:3.6.0-3.el8sat.src",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-0:3.1.1.25-1.el8sat.src",
"8Base-satellite-6.11:foreman-cli-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-debug-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-dynflow-sidekiq-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ec2-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-gce-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-journald-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-libvirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-openstack-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-ovirt-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-postgresql-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-proxy-0:3.1.1.3-1.el8sat.src",
"8Base-satellite-6.11:foreman-proxy-journald-0:3.1.1.3-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-service-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-telemetry-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:foreman-vmware-0:3.1.1.25-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_maintain-1:1.0.18-1.el8sat.src",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-foreman_webhooks-0:2.0.3-1.el8sat.src",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-katello-0:4.3.0.50-1.el8sat.src",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-rack-0:2.2.3.1-1.el8sat.src",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.noarch",
"8Base-satellite-6.11:rubygem-smart_proxy_ansible-0:3.3.1-4.el8sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-0:6.11.4-2.el8sat.src",
"8Base-satellite-6.11:satellite-capsule-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-cli-0:6.11.4-2.el8sat.noarch",
"8Base-satellite-6.11:satellite-common-0:6.11.4-2.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.noarch",
"7Server-satellite-6.11:tfm-rubygem-tzinfo-0:1.2.10-1.el7sat.src",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.noarch",
"8Base-satellite-6.11:rubygem-tzinfo-0:1.2.10-1.el8sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rubygem-tzinfo: arbitrary code execution"
}
]
}
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.