Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-37891 (GCVE-0-2024-37891)
Vulnerability from cvelistv5 – Published: 2024-06-17 19:18 – Updated: 2025-11-03 21:55- CWE-669 - Incorrect Resource Transfer Between Spheres
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-37891",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-06-18T13:49:45.845349Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-18T13:49:57.293Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:55:35.021Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf"
},
{
"name": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e"
},
{
"url": "https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240822-0003/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "urllib3",
"vendor": "urllib3",
"versions": [
{
"status": "affected",
"version": "\u003c 1.26.19"
},
{
"status": "affected",
"version": "\u003e= 2.0.0, \u003c 2.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": " urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-669",
"description": "CWE-669: Incorrect Resource Transfer Between Spheres",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-17T19:18:32.574Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf"
},
{
"name": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e"
}
],
"source": {
"advisory": "GHSA-34jh-p97f-mpxf",
"discovery": "UNKNOWN"
},
"title": "Proxy-Authorization request header isn\u0027t stripped during cross-origin redirects in urllib3"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-37891",
"datePublished": "2024-06-17T19:18:32.574Z",
"dateReserved": "2024-06-10T19:54:41.361Z",
"dateUpdated": "2025-11-03T21:55:35.021Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-37891",
"date": "2026-06-29",
"epss": "0.01141",
"percentile": "0.62644"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"}, {\"lang\": \"es\", \"value\": \"urllib3 es una librer\\u00eda cliente HTTP f\\u00e1cil de usar para Python. Cuando se utiliza el soporte de proxy de urllib3 con `ProxyManager`, el encabezado `Proxy-Authorization` solo se env\\u00eda al proxy configurado, como se esperaba. Sin embargo, al enviar solicitudes HTTP *sin* utilizar el soporte de proxy de urllib3, es posible configurar accidentalmente el encabezado `Proxy-Authorization` aunque no tendr\\u00e1 ning\\u00fan efecto ya que la solicitud no utiliza un proxy de reenv\\u00edo o un proxy de t\\u00fanel. En esos casos, urllib3 no trata el encabezado HTTP \\\"Proxy-Authorization\\\" como si llevara material de autenticaci\\u00f3n y, por lo tanto, no elimina el encabezado en redirecciones de origen cruzado. Dado que se trata de un escenario muy improbable, creemos que la gravedad de esta vulnerabilidad es baja para casi todos los usuarios. Por precauci\\u00f3n, urllib3 eliminar\\u00e1 autom\\u00e1ticamente el encabezado \\\"Proxy-Authorization\\\" durante las redirecciones entre or\\u00edgenes para evitar la peque\\u00f1a posibilidad de que los usuarios hagan esto por accidente. Los usuarios deben usar el soporte de proxy de urllib3 o desactivar las redirecciones autom\\u00e1ticas para lograr un procesamiento seguro del encabezado `Proxy-Authorization`, pero aun as\\u00ed decidimos eliminar el encabezado de forma predeterminada para proteger a\\u00fan m\\u00e1s a los usuarios que no utilizan el enfoque correcto. Creemos que la cantidad de usos afectados por este aviso es baja. Requiere que todo lo siguiente sea cierto para ser explotado: 1. Configurar el encabezado `Proxy-Authorization` sin utilizar el soporte de proxy integrado de urllib3. 2. No deshabilitar las redirecciones HTTP. 3. Ya sea no utilizar un servidor de origen HTTPS o que el proxy o el origen de destino redirija a un origen malicioso. Se recomienda a los usuarios que actualicen a la versi\\u00f3n 1.26.19 o a la versi\\u00f3n 2.2.2. Los usuarios que no puedan actualizar pueden usar el encabezado `Proxy-Authorization` con `ProxyManager` de urllib3, deshabilitar las redirecciones HTTP usando `redirects=False` al enviar solicitudes o no usar el encabezado `Proxy-Authorization` como mitigaci\\u00f3n.\"}]",
"id": "CVE-2024-37891",
"lastModified": "2024-11-21T09:24:28.953",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 4.4, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"HIGH\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 0.7, \"impactScore\": 3.6}]}",
"published": "2024-06-17T20:15:13.450",
"references": "[{\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240822-0003/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-669\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-37891\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-06-17T20:15:13.450\",\"lastModified\":\"2026-06-17T07:38:59.980\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"},{\"lang\":\"es\",\"value\":\"urllib3 es una librer\u00eda cliente HTTP f\u00e1cil de usar para Python. Cuando se utiliza el soporte de proxy de urllib3 con `ProxyManager`, el encabezado `Proxy-Authorization` solo se env\u00eda al proxy configurado, como se esperaba. Sin embargo, al enviar solicitudes HTTP *sin* utilizar el soporte de proxy de urllib3, es posible configurar accidentalmente el encabezado `Proxy-Authorization` aunque no tendr\u00e1 ning\u00fan efecto ya que la solicitud no utiliza un proxy de reenv\u00edo o un proxy de t\u00fanel. En esos casos, urllib3 no trata el encabezado HTTP \\\"Proxy-Authorization\\\" como si llevara material de autenticaci\u00f3n y, por lo tanto, no elimina el encabezado en redirecciones de origen cruzado. Dado que se trata de un escenario muy improbable, creemos que la gravedad de esta vulnerabilidad es baja para casi todos los usuarios. Por precauci\u00f3n, urllib3 eliminar\u00e1 autom\u00e1ticamente el encabezado \\\"Proxy-Authorization\\\" durante las redirecciones entre or\u00edgenes para evitar la peque\u00f1a posibilidad de que los usuarios hagan esto por accidente. Los usuarios deben usar el soporte de proxy de urllib3 o desactivar las redirecciones autom\u00e1ticas para lograr un procesamiento seguro del encabezado `Proxy-Authorization`, pero aun as\u00ed decidimos eliminar el encabezado de forma predeterminada para proteger a\u00fan m\u00e1s a los usuarios que no utilizan el enfoque correcto. Creemos que la cantidad de usos afectados por este aviso es baja. Requiere que todo lo siguiente sea cierto para ser explotado: 1. Configurar el encabezado `Proxy-Authorization` sin utilizar el soporte de proxy integrado de urllib3. 2. No deshabilitar las redirecciones HTTP. 3. Ya sea no utilizar un servidor de origen HTTPS o que el proxy o el origen de destino redirija a un origen malicioso. Se recomienda a los usuarios que actualicen a la versi\u00f3n 1.26.19 o a la versi\u00f3n 2.2.2. Los usuarios que no puedan actualizar pueden usar el encabezado `Proxy-Authorization` con `ProxyManager` de urllib3, deshabilitar las redirecciones HTTP usando `redirects=False` al enviar solicitudes o no usar el encabezado `Proxy-Authorization` como mitigaci\u00f3n.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"urllib3\",\"product\":\"urllib3\",\"versions\":[{\"version\":\"\u003c 1.26.19\",\"status\":\"affected\"},{\"version\":\"\u003e= 2.0.0, \u003c 2.2.2\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.7,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-06-18T13:49:45.845349Z\",\"id\":\"CVE-2024-37891\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-669\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.26.19\",\"matchCriteriaId\":\"D5928040-D3AD-47DB-B96F-CB8179059C35\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0.0\",\"versionEndExcluding\":\"2.2.2\",\"matchCriteriaId\":\"7B31B540-2C53-4261-A339-A5B82B6FF35B\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*\",\"matchCriteriaId\":\"3A756737-1CC4-42C2-A4DF-E1C893B4E2D5\"}]}]}],\"references\":[{\"url\":\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240822-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mitigation\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"name\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"name\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240822-0003/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:55:35.021Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-37891\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-18T13:49:45.845349Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-18T13:49:53.732Z\"}}], \"cna\": {\"title\": \"Proxy-Authorization request header isn\u0027t stripped during cross-origin redirects in urllib3\", \"source\": {\"advisory\": \"GHSA-34jh-p97f-mpxf\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"urllib3\", \"product\": \"urllib3\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.26.19\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.0.0, \u003c 2.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"name\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"name\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-669\", \"description\": \"CWE-669: Incorrect Resource Transfer Between Spheres\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-17T19:18:32.574Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-37891\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:55:35.021Z\", \"dateReserved\": \"2024-06-10T19:54:41.361Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-06-17T19:18:32.574Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2024_6240
Vulnerability from csaf_redhat - Published: 2024-09-03 18:59 - Updated: 2024-12-18 04:37A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python-urllib3 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6240",
"url": "https://access.redhat.com/errata/RHSA-2024:6240"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6240.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:37:40+00:00",
"generator": {
"date": "2024-12-18T04:37:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6240",
"initial_release_date": "2024-09-03T18:59:14+00:00",
"revision_history": [
{
"date": "2024-09-03T18:59:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T18:59:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:37:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"product": {
"name": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"product_id": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.5-3.el9_2.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"product": {
"name": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"product_id": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.5-3.el9_2.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.5-3.el9_2.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src"
},
"product_reference": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
},
"product_reference": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T18:59:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6240"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6309
Vulnerability from csaf_redhat - Published: 2024-09-04 11:30 - Updated: 2024-12-18 05:25A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for fence-agents is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\n* pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools (CVE-2024-6345)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6309",
"url": "https://access.redhat.com/errata/RHSA-2024:6309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6309.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2024-12-18T05:25:37+00:00",
"generator": {
"date": "2024-12-18T05:25:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6309",
"initial_release_date": "2024-09-04T11:30:52+00:00",
"revision_history": [
{
"date": "2024-09-04T11:30:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-04T11:30:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T05:25:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.2.1-129.el8_10.4.src",
"product": {
"name": "fence-agents-0:4.2.1-129.el8_10.4.src",
"product_id": "fence-agents-0:4.2.1-129.el8_10.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.2.1-129.el8_10.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-129.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-129.el8_10.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"product_id": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-129.el8_10.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-129.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"product_id": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-129.el8_10.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-129.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-129.el8_10.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-129.el8_10.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"product": {
"name": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"product_id": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-129.el8_10.4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-129.el8_10.4.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src"
},
"product_reference": "fence-agents-0:4.2.1-129.el8_10.4.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-129.el8_10.4.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src"
},
"product_reference": "fence-agents-0:4.2.1-129.el8_10.4.src",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-129.el8_10.4.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src"
},
"product_reference": "fence-agents-0:4.2.1-129.el8_10.4.src",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6345",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2297771"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "RHBZ#2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0",
"url": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5",
"url": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5"
}
],
"release_date": "2024-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T11:30:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T11:30:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"HighAvailability-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-0:4.2.1-129.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-all-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-aws-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-brocade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-common-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-compute-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-drac5-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-emerson-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-eps-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-gce-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-lpar-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-mpath-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-openstack-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-redfish-0:4.2.1-129.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsa-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-rsb-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-sbd-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-scsi-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-virsh-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-wti-0:4.2.1-129.el8_10.4.noarch",
"ResilientStorage-8.10.0.Z.MAIN.EUS:fence-agents-zvm-0:4.2.1-129.el8_10.4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6310
Vulnerability from csaf_redhat - Published: 2024-09-04 11:11 - Updated: 2024-12-18 04:37A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for resource-agents is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6310",
"url": "https://access.redhat.com/errata/RHSA-2024:6310"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6310.json"
}
],
"title": "Red Hat Security Advisory: resource-agents security update",
"tracking": {
"current_release_date": "2024-12-18T04:37:57+00:00",
"generator": {
"date": "2024-12-18T04:37:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6310",
"initial_release_date": "2024-09-04T11:11:42+00:00",
"revision_history": [
{
"date": "2024-09-04T11:11:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-04T11:11:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:37:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-16.el8_6.13.src",
"product": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.src",
"product_id": "resource-agents-0:4.9.0-16.el8_6.13.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-16.el8_6.13?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-16.el8_6.13?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T11:11:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6310"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6311
Vulnerability from csaf_redhat - Published: 2024-09-04 11:16 - Updated: 2024-12-18 05:25A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for resource-agents is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\n* pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools (CVE-2024-6345)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6311",
"url": "https://access.redhat.com/errata/RHSA-2024:6311"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "RHEL-50041",
"url": "https://issues.redhat.com/browse/RHEL-50041"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6311.json"
}
],
"title": "Red Hat Security Advisory: resource-agents security update",
"tracking": {
"current_release_date": "2024-12-18T05:25:48+00:00",
"generator": {
"date": "2024-12-18T05:25:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6311",
"initial_release_date": "2024-09-04T11:16:02+00:00",
"revision_history": [
{
"date": "2024-09-04T11:16:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-04T11:16:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T05:25:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.4.src",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.src",
"product_id": "resource-agents-0:4.9.0-54.el8_10.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"product_id": "resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"product_id": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.9.0-54.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.9.0-54.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.9.0-54.el8_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.4.s390x",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.s390x",
"product_id": "resource-agents-0:4.9.0-54.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.src",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.src",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6345",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2297771"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the package_index module of pypa/setuptools. Affected versions of this package allow remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat OpenStack does not include setuptools. The ImcSdk component uses it only during compile time in our build systems, and we do not support recompiling SRPMs. As a result, Red Hat OpenStack is not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6345"
},
{
"category": "external",
"summary": "RHBZ#2297771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6345"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0",
"url": "https://github.com/pypa/setuptools/commit/88807c7062788254f654ea8c03427adc859321f0"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5",
"url": "https://huntr.com/bounties/d6362117-ad57-4e83-951f-b8141c6e7ca5"
}
],
"release_date": "2024-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T11:16:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6311"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pypa/setuptools: Remote code execution via download functions in the package_index module in pypa/setuptools"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T11:16:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6311"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.4.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.aarch64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6358
Vulnerability from csaf_redhat - Published: 2024-09-04 18:31 - Updated: 2024-12-18 04:38A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python-urllib3 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6358",
"url": "https://access.redhat.com/errata/RHSA-2024:6358"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6358.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:38:17+00:00",
"generator": {
"date": "2024-12-18T04:38:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6358",
"initial_release_date": "2024-09-04T18:31:43+00:00",
"revision_history": [
{
"date": "2024-09-04T18:31:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-04T18:31:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:38:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.26.5-3.el9_0.1.src",
"product": {
"name": "python-urllib3-0:1.26.5-3.el9_0.1.src",
"product_id": "python-urllib3-0:1.26.5-3.el9_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.5-3.el9_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.5-3.el9_0.1.noarch",
"product": {
"name": "python3-urllib3-0:1.26.5-3.el9_0.1.noarch",
"product_id": "python3-urllib3-0:1.26.5-3.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.5-3.el9_0.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.5-3.el9_0.1.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python-urllib3-0:1.26.5-3.el9_0.1.src"
},
"product_reference": "python-urllib3-0:1.26.5-3.el9_0.1.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.5-3.el9_0.1.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-urllib3-0:1.26.5-3.el9_0.1.noarch"
},
"product_reference": "python3-urllib3-0:1.26.5-3.el9_0.1.noarch",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.0.0.Z.E4S:python-urllib3-0:1.26.5-3.el9_0.1.src",
"BaseOS-9.0.0.Z.E4S:python3-urllib3-0:1.26.5-3.el9_0.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T18:31:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.0.0.Z.E4S:python-urllib3-0:1.26.5-3.el9_0.1.src",
"BaseOS-9.0.0.Z.E4S:python3-urllib3-0:1.26.5-3.el9_0.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6358"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-9.0.0.Z.E4S:python-urllib3-0:1.26.5-3.el9_0.1.src",
"BaseOS-9.0.0.Z.E4S:python3-urllib3-0:1.26.5-3.el9_0.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-9.0.0.Z.E4S:python-urllib3-0:1.26.5-3.el9_0.1.src",
"BaseOS-9.0.0.Z.E4S:python3-urllib3-0:1.26.5-3.el9_0.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6765
Vulnerability from csaf_redhat - Published: 2024-09-18 16:07 - Updated: 2024-12-18 04:38A flaw was found in the Pulp package. When a role-based access control (RBAC) object in Pulp is set to assign permissions on its creation, it uses the `AutoAddObjPermsMixin` (typically the add_roles_for_object_creator method). This method finds the object creator by checking the current authenticated user. For objects that are created within a task, this current user is set by the first user with any permissions on the task object. This means the oldest user with model/domain-level task permissions will always be set as the current user of a task, even if they didn't dispatch the task. Therefore, all objects created in tasks will have their permissions assigned to this oldest user, and the creating user will receive nothing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
|
A flaw was found in the net package of the Go stdlib. When a malformed DNS message is received as a response to a query, the Lookup functions within the net package can get stuck in an infinite loop. This issue can lead to resource exhaustion and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.4\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* python3-pulpcore/python39-pulpcore: RBAC permissions incorrectly assigned in tasks that create objects (CVE-2024-7143)\n* python3-urllib3/python39-urllib3: urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n* receptor: golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n* receptor: golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes for automation controller:\n* Updated fallback to use RHSM subscription credential for shipping analytics data if analytics gathering is enabled (AAP-30228)\n* Upgraded \u0027channels-redis\u0027 library to fix Redis connection leak (AAP-30124)\n* automation-controller has been updated to 4.5.11\n\nAdditional fixes:\n* python3/python39-django has been updated to 4.2.16\n* python3/python39-pulpcore has been updated to 3.28.32\n* python3/python39-urllib3 has been updated to 1.26.20\n* receptor has been updated to 1.4.8-1.1",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6765",
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2300125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300125"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6765.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2024-12-18T04:38:48+00:00",
"generator": {
"date": "2024-12-18T04:38:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6765",
"initial_release_date": "2024-09-18T16:07:25+00:00",
"revision_history": [
{
"date": "2024-09-18T16:07:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-18T16:07:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:38:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product": {
"name": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product_id": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.28.32-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.16-1.el9ap.src",
"product": {
"name": "python-django-0:4.2.16-1.el9ap.src",
"product_id": "python-django-0:4.2.16-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.16-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.26.20-1.el9ap.src",
"product": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src",
"product_id": "python-urllib3-0:1.26.20-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.20-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.src",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.src",
"product_id": "receptor-0:1.4.8-1.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.src",
"product_id": "automation-controller-0:4.5.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product_id": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-urllib3@1.26.20-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product": {
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product_id": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.32-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-django-0:4.2.16-1.el8ap.src",
"product": {
"name": "python3x-django-0:4.2.16-1.el8ap.src",
"product_id": "python3x-django-0:4.2.16-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-django@4.2.16-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.src",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.src",
"product_id": "receptor-0:1.4.8-1.1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.src",
"product_id": "automation-controller-0:4.5.11-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product": {
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product_id": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore@3.28.32-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-django-0:4.2.16-1.el9ap.noarch",
"product": {
"name": "python3-django-0:4.2.16-1.el9ap.noarch",
"product_id": "python3-django-0:4.2.16-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-django@4.2.16-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product_id": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.20-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product_id": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.26.20-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product": {
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product_id": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.28.32-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-0:4.2.16-1.el8ap.noarch",
"product": {
"name": "python39-django-0:4.2.16-1.el8ap.noarch",
"product_id": "python39-django-0:4.2.16-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django@4.2.16-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.11-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.11-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.11-1.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product_id": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product_id": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product_id": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product_id": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product_id": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product_id": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch"
},
"product_reference": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src"
},
"product_reference": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-0:4.2.16-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch"
},
"product_reference": "python39-django-0:4.2.16-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch"
},
"product_reference": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch"
},
"product_reference": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-django-0:4.2.16-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src"
},
"product_reference": "python3x-django-0:4.2.16-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src"
},
"product_reference": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src"
},
"product_reference": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src"
},
"product_reference": "python-urllib3-0:1.26.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch"
},
"product_reference": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src"
},
"product_reference": "python-django-0:4.2.16-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.28.32-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src"
},
"product_reference": "python-pulpcore-0:3.28.32-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src"
},
"product_reference": "python-urllib3-0:1.26.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:4.2.16-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch"
},
"product_reference": "python3-django-0:4.2.16-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch"
},
"product_reference": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
},
"product_reference": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-7143",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-07-26T19:01:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2300125"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Pulp package. When a role-based access control (RBAC) object in Pulp is set to assign permissions on its creation, it uses the `AutoAddObjPermsMixin` (typically the add_roles_for_object_creator method). This method finds the object creator by checking the current authenticated user. For objects that are created within a task, this current user is set by the first user with any permissions on the task object. This means the oldest user with model/domain-level task permissions will always be set as the current user of a task, even if they didn\u0027t dispatch the task. Therefore, all objects created in tasks will have their permissions assigned to this oldest user, and the creating user will receive nothing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pulpcore: RBAC permissions incorrectly assigned in tasks that create objects",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7143"
},
{
"category": "external",
"summary": "RHBZ#2300125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300125"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7143"
},
{
"category": "external",
"summary": "https://github.com/pulp/pulpcore/blob/93f241f34c503da0fbac94bdba739feda2636e12/pulpcore/tasking/_util.py#L108",
"url": "https://github.com/pulp/pulpcore/blob/93f241f34c503da0fbac94bdba739feda2636e12/pulpcore/tasking/_util.py#L108"
}
],
"release_date": "2024-08-07T13:50:03.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pulpcore: RBAC permissions incorrectly assigned in tasks that create objects"
},
{
"cve": "CVE-2024-24788",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279814"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net package of the Go stdlib. When a malformed DNS message is received as a response to a query, the Lookup functions within the net package can get stuck in an infinite loop. This issue can lead to resource exhaustion and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net: malformed DNS message can cause infinite loop",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24788"
},
{
"category": "external",
"summary": "RHBZ#2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2824",
"url": "https://pkg.go.dev/vuln/GO-2024-2824"
}
],
"release_date": "2024-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_7312
Vulnerability from csaf_redhat - Published: 2024-09-27 04:34 - Updated: 2024-12-18 04:39A vulnerability was found in the djangorestframework package. Cross-site scripting occurs via the break_long_headers template filter due to improper input sanitization before splitting and joining with <br> tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch | — |
A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch | — |
Workaround
|
A Cross-site scripting (XSS) vulnerability exists in Python-Twisted in the twisted.web.util.redirectTo function. This flaw allows an attacker to control the redirect URL, leading to reflected XSS in the HTML body of the redirect response. If exploited, a remote attacker could inject malicious HTML, causing unauthorized JavaScript execution within the victim's browser session. This issue can result in unauthorized access to the victim’s account and data or allow the attacker to perform operations on behalf of the victim.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.4\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-controller: djangorestframework: Cross-site Scripting (XSS) via break_long_headers (CVE-2024-21520)\n* automation-controller: twisted: Reflected XSS via HTML Injection in Redirect Response (CVE-2024-41810)\n* automation-controller: urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes for automation controller:\n* Fixed Galaxy credentials to be correctly ordered when assigning them using \u0027ansible.controller.organization\u0027 (AAP-31398)\n* Fixed gather analytics failure due to missing \u0027_unpartitioned_main_jobevent\u0027 table (AAP-31053)\n* automation-controller has been updated to 4.5.12",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:7312",
"url": "https://access.redhat.com/errata/RHSA-2024:7312"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2294457",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294457"
},
{
"category": "external",
"summary": "2300497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300497"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7312.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2024-12-18T04:39:09+00:00",
"generator": {
"date": "2024-12-18T04:39:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:7312",
"initial_release_date": "2024-09-27T04:34:17+00:00",
"revision_history": [
{
"date": "2024-09-27T04:34:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-27T04:34:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:39:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.12-1.el9ap.src",
"product_id": "automation-controller-0:4.5.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.12-1.el8ap.src",
"product_id": "automation-controller-0:4.5.12-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.12-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.12-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.12-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.12-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.12-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.12-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.12-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.12-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.12-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.12-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.12-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.12-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.12-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.12-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.12-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.12-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.12-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.12-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.12-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.12-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.12-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.12-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.12-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.12-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.12-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.12-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.12-1.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.12-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.12-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.12-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.12-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.12-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.12-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.12-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.12-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.12-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.12-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.12-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-21520",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-06-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294457"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the djangorestframework package. Cross-site scripting occurs via the break_long_headers template filter due to improper input sanitization before splitting and joining with \u003cbr\u003e tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "djangorestframework: Cross-site Scripting (XSS) via break_long_headers",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21520"
},
{
"category": "external",
"summary": "RHBZ#2294457",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294457"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21520",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21520"
}
],
"release_date": "2024-06-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-27T04:34:17+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7312"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "djangorestframework: Cross-site Scripting (XSS) via break_long_headers"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-27T04:34:17+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7312"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
},
{
"cve": "CVE-2024-41810",
"cwe": {
"id": "CWE-80",
"name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
},
"discovery_date": "2024-07-29T16:24:15+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2300497"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability exists in Python-Twisted in the twisted.web.util.redirectTo function. This flaw allows an attacker to control the redirect URL, leading to reflected XSS in the HTML body of the redirect response. If exploited, a remote attacker could inject malicious HTML, causing unauthorized JavaScript execution within the victim\u0027s browser session. This issue can result in unauthorized access to the victim\u2019s account and data or allow the attacker to perform operations on behalf of the victim.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-twisted: Reflected XSS via HTML Injection in Redirect Response",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability is exploitable only in Firefox. All other tested browsers will display an error message to the user and will not render the HTML body.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41810"
},
{
"category": "external",
"summary": "RHBZ#2300497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41810",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41810"
},
{
"category": "external",
"summary": "https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33",
"url": "https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33"
},
{
"category": "external",
"summary": "https://github.com/twisted/twisted/security/advisories/GHSA-cf56-g6w6-pqq2",
"url": "https://github.com/twisted/twisted/security/advisories/GHSA-cf56-g6w6-pqq2"
}
],
"release_date": "2024-07-29T16:24:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-27T04:34:17+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7312"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.12-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.12-1.el9ap.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-twisted: Reflected XSS via HTML Injection in Redirect Response"
}
]
}
RHSA-2024_8035
Vulnerability from csaf_redhat - Published: 2024-10-14 02:05 - Updated: 2024-12-18 04:38A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:8035",
"url": "https://access.redhat.com/errata/RHSA-2024:8035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8035.json"
}
],
"title": "Red Hat Security Advisory: python3.11-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:38:52+00:00",
"generator": {
"date": "2024-12-18T04:38:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:8035",
"initial_release_date": "2024-10-14T02:05:56+00:00",
"revision_history": [
{
"date": "2024-10-14T02:05:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-14T02:05:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:38:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"product": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"product_id": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-1.el8_8.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"product": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"product_id": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-1.el8_8.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch"
},
"product_reference": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
},
"product_reference": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-14T02:05:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8035"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_8842
Vulnerability from csaf_redhat - Published: 2024-11-05 02:46 - Updated: 2024-12-18 04:38A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12-urllib3 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries: \n \u2022 Thread safety.\n \u2022 Connection pooling.\n \u2022 Client-side SSL/TLS verification.\n \u2022 File uploads with multipart encoding.\n \u2022 Helpers for retrying requests and dealing with HTTP redirects.\n \u2022 Support for gzip, deflate, brotli, and zstd encoding.\n \u2022 Proxy support for HTTP and SOCKS.\n \u2022 100% test coverage.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:8842",
"url": "https://access.redhat.com/errata/RHSA-2024:8842"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8842.json"
}
],
"title": "Red Hat Security Advisory: python3.12-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:38:27+00:00",
"generator": {
"date": "2024-12-18T04:38:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:8842",
"initial_release_date": "2024-11-05T02:46:15+00:00",
"revision_history": [
{
"date": "2024-11-05T02:46:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-05T02:46:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:38:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"product": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"product_id": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-urllib3@1.26.19-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"product": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"product_id": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-urllib3@1.26.19-1.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch"
},
"product_reference": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
},
"product_reference": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T02:46:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8842"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_8843
Vulnerability from csaf_redhat - Published: 2024-11-05 02:35 - Updated: 2024-12-18 04:38A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:8843",
"url": "https://access.redhat.com/errata/RHSA-2024:8843"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8843.json"
}
],
"title": "Red Hat Security Advisory: python3.11-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:38:38+00:00",
"generator": {
"date": "2024-12-18T04:38:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:8843",
"initial_release_date": "2024-11-05T02:35:40+00:00",
"revision_history": [
{
"date": "2024-11-05T02:35:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-05T02:35:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:38:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"product": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"product_id": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-4.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"product": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"product_id": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-4.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch"
},
"product_reference": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
},
"product_reference": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T02:35:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8843"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
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.